PDA

View Full Version : HTTP Restart Fails



tygersclaw
03-08-2009, 04:51 PM
I just ran Custom Build on my server and when I went to restart using /sbin/service httpd restart I got a error/fail

So I tried in DA as I cannot now get into SSH, and got the following error....

An error has occurred

Details

/sbin/service httpd start 2>&1

In the Apache Error Logs, I found this entry...

[Sun Mar 08 06:44:04 2009] [notice] Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8b DAV/2 PHP/5.2.9 configured -- resuming normal operations
[Sun Mar 08 07:00:02 2009] [notice] caught SIGTERM, shutting down

More info

[root@server1 custombuild]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 19 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libperl.so into server: /usr/lib/apache/libperl.so: undefined symbol: ap_table_merge



Any ideas?? I also submitted a support ticket to my box provider as I did have a previous issue today accessing via SSH due to firewall issues which I hope are resolved so I can once again access via SSH

boketero
03-24-2009, 09:07 PM
I've got the same trouble...... any ??? :confused:

trio
10-30-2009, 08:18 AM
httpd Process is stopped



I have this eroor


An error has occurred

Details

/sbin/service httpd start 2>&1


please help me.........:confused::confused::confused::confused::confused:

scsi
10-30-2009, 09:34 AM
try to start from ssh

Blueman
12-18-2009, 11:23 PM
httpd Process is stopped



I have this eroor


An error has occurred

Details

/sbin/service httpd start 2>&1


please help me.........:confused::confused::confused::confused::confused:


One kill all httpd process by

killall httpd

then restart sevice again if kiall don't work you need to recheck which httpd process still worked. by below command

ps aux | grep httpd

Then

kill -9 [process id]

Then

service httpd restard

Hope this help

ben29
01-03-2010, 07:15 AM
try on root:



killall -w httpd

and to make sure that "apache" does'nt on


service httpd stop

after that.



service httpd start