httpd error

enginzorlu

New member
Joined
Sep 12, 2006
Messages
2
We got following error:




root@server [~]# apachectl graceful
/usr/sbin/apachectl graceful: httpd not running, trying to start
Syntax error on line 81 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: cannot open shared object file: No such file or directory
/usr/sbin/apachectl graceful: httpd could not be started




any suggestions?
 
edit httpd.conf and comment it out. It would look like
Code:
#LoadModule php4_module        /usr/lib/apache/libphp4.so
when you have finished. Then start apache: /sbin/service httpd start and see if apache will start.
 
Last edited:
rocketcity said:
edit httpd.conf and comment it out. It would look like
Code:
#LoadModule php4_module        /usr/lib/apache/libphp4.so
when you have finished. Then start apache: /sbin/service httpd start and see if apache will start.

Thank you for your reply.

Apache is started but php extensions are not working :-\
 
Back
Top