Computers & Internet Logo

Related Topics:

p
prasanthi Posted on Feb 26, 2015
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Problem with starting apache httpserver 2.4

Httpd: Syntax error on line 143 of /opt/IBM/Apache/HTTPServer/conf/httpd.conf: Cannot load modules/mod_dir.so into server: /opt/IBM/Apache/HTTPServer/modules/mod_dir.so: undefined symbol: apr_array_clear

1 Answer

none

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Sergeant:

An expert that has over 500 points.

Governor:

An expert whose answer got voted for 20 times.

  • Expert 137 Answers
  • Posted on Mar 01, 2015
none
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Sergeant:

An expert that has over 500 points.

Governor:

An expert whose answer got voted for 20 times.

Joined: Oct 21, 2010
Answers
137
Questions
0
Helped
28246
Points
543

It looks like your operating system libraries are out of date or one is missing. Install the latest updates and try again.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

5helpful
1answer

Failure of server APACHE bridge What does this mean?

Hi!

First of all Apache Bridge is a Plug-in which has the ability to Integrate, Application Servers such as Weblogic (Oracle's component) with the Apache servers (http or web servers).
Before solving the issue you have to specify with what component or software this error occurred. This issue is common if you have used Weblogic/ Weblogic plug-ins.

This error occurs when the Apache server is unable to communicate with Weblogic Server if you are using one.
  1. So first you must ensure Weblogic servers/plug-ins have been properly setup/configured!
  2. You have to check Apache error logs if you use an internal web server.
  3. If there are errors, you have to configure Apache properly.
  4. If you are using WL clusters configure and test.
  5. Apache logs are located in /apache/logs. Check logs under Managed Instance or Admin Server.
  6. Make sure your plug-ins are compatible with Apache.
  7. If you are using Weblogic, please read the manual at Oracle.
These are highly technical issues and Fixya experts spend their time to provide the best possible answer. So please be kind enough to rate and or pay if their is a bid set up. That will encourage our experts.
0helpful
1answer

How to download and install apache on rhel5

you can download
http://httpd.apache.org/download.cgi
www.techsolutionspot.com
1helpful
1answer

How to download and install apache on linux5

Hi Follow the below procedures.
How to install and start the Apache or httpd service under Linux

by Milind

Q. How do I install and start the Apache or httpd web server under Fedora core or Cent OS?

A. Apache HTTP Server is a free software/open source web server for Unix-like systems and other oses.

Apache features configurable error messages, DBMS-based authentication databases, and content negotiation. It is also supported by several graphical user interfaces (GUIs) which permit easier, more intuitive configuration of the server.

Use rpm command to install Apache under Linux. You can also use up2date or yum command to install the same.
Task: Install Apache/httpd under Fedroa Core/Cent OS Linux

Type the following command if you are using Fedora or Cent OS Linux:

# yum install httpd
Now, start the Apache/httpd
# chkconfig httpd on
# /etc/init.d/httpd start
Task: Install Apache/httpd under Red Hat Enterprise Linux

Type the following command
# up2date httpd
Start the Apache/httpd
# chkconfig httpd on
# /etc/init.d/httpd start
Task: Debian Linux httpd/Apache installation

Use apt-get command:
# apt-get install apache2
# /etc/init.d/apache2 start
Task: Verify that port 80 is open

# netstat -tulpn | grep :80

You can also install httpd from CDROM with rpm command:
# rpm -ivh httpd*
Configuration

Your server is started but you need to configure and use Apache as per your requirement. /etc/httpd/conf/httpd.conf (RHEL/Cent OS/Fedora Core Linux) or /etc/apache2/httpd.conf (Debian / Ubuntu Linux) configuration file. Use text editor such as vi to edit file. This file is very well documented or read official Apache configuration documentation for more information.
1helpful
3answers

Apache is not runing

Not Only Skype , Team-viewer is also using port 80 .
To know who uses port 80 go to command promt and type
" netstat -aon " in command prompt and and PID of app listening at port 80 and find athe app on Task Manager -> Servies and Stop it , Then try to Run Papche

If it is not solved
Try by editing httpd.conf of apache (can be found at c:/xampp/apache/conf/ )
If not solved Please attach the error log in order to troubleshoot it .
(log path c:/xampp/apache/log/error.log )
0helpful
1answer

How to recover apache?

This page may help you out. http://www.easyphp.org/introduction.php

For my server, I use http://www.php.net/downloads.php. It works well without any problems.

In your Apache httpd.conf file add this script at the very end:
</IfModule>
#
#load the php main library to avoid dll mistakes
Loadfile "C:\Program Files\php5ts.dll"
#load the sapi so that apache can use php
LoadModule php5_module "C:\Program Files\php5apache2_2.dll"
#set the php.ini location so that you don't have to waste time guessing where it is
PHPIniDir "C:\Program Files\"
#Hook the php file extensions, notice that Addtype is NOT USED, since it isn't needed
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
3helpful
2answers

Setting WebServer On Linux

Hello,You can try this http://www.goresellers.com/ site's more DNS ,here you can make your self as a reseller and get your expected DNS are very very cheap rate, also you got an internet business opportunity ,visit this site for more details.
0helpful
2answers

PHP doesn't work with Apache

php was not added to the httpd.conf

or apache wasn't restarted after they were added. You may just want to verify the following lines exsist:

AddType application/x-httpd-php .php .php4 .php3
AddType application/x-httpd-php-source .phps
0helpful
1answer

How to configure a Tomcat Server

Download the Tomcat server from the below link.

WWW.apache.org

Then follow the steps

start->Programs->Apache HTTPD server->Control Apache server->start.
If the server starts successfully a command promp(Black screen) opens.
0helpful
1answer

Apache 2.2

First, is it really necessary to restart the server? can you just restart the service from Administrative tools -> Services? (Not a solution but might help a little whilst you're looking for one :)

Is there a reason why you are running Apache on 8080? Is IIS on 80? If so, I wonder if it may be stealing 8080 from Apache when the Apache worker restarts after its maximum allowed run time. As to why IIS should be doing that, I have no idea :) Also, is Apache configured for SSL? If it is, then it will be trying to use port 443 as well, as may IIS - & thus the above error message may be due to both trying to use 443 rather than 80 or 8080.

If you really can't get this working then running Windows & Linux (a LAMP installation) under VMWare or something similar may be an option. It's not as drastic as it sounds - I've done this on a laptop PC & it works!
Not finding what you are looking for?

124 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...