Apache Crashed

Tim

Verified User
Joined
Oct 8, 2003
Messages
115
su-2.05b# /usr/local/etc/rc.d/httpd start
Starting httpd: [ OK ]
Syntax error on line 262 of /etc/httpd/conf/httpd.conf:
su-2.05b# Cannot load /etc/httpd/modules/libphp4.so into server: Shared object "libintl.so.5" not found

[Sat May 8 14:13:00 2004] [notice] SIGHUP received. Attempting to restart

help ! :confused:

He just stopped, sighup, and he never came back. Reboot, nothing. Help!


FreeBSD 4.8
 
I don't know what this would just "happen"; is there anything you're not telling us?

For example, why did you send the server a SIGHUP? Did you upgrade anything?

The error message is self-explanatory; httpd can't find the libphp4.so file.

Can you? If you can find it somewhere else the quick fix would be to link to it from where httpd is expecting to find it.

Jeff
 
jlasman said:
I don't know what this would just "happen"; is there anything you're not telling us?
nothing

For example, why did you send the server a SIGHUP? Did you upgrade anything?
nothing

The error message is self-explanatory; httpd can't find the libphp4.so file.

Can you? If you can find it somewhere else the quick fix would be to link to it from where httpd is expecting to find it.

i did a ln, now i get:

su-2.05b# Syntax error on line 28 of /usr/local/directadmin/data/users/username/httpd.conf:
Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration


Jeff [/B]
 
Back
Top