Web Hosting Talk







View Full Version : Errors on raq550


Greggory
01-10-2007, 02:24 AM
On httpd restart, I get the following error:

Shutting down Web Service: httpd ok
/etc/init.d/httpd: line 3: 22351 Killed $LCD_SWRITE "$LINE1" "$LINE2" >/dev/null 2>&1
Setting up Web Service: httpd[Tue Jan 9 19:16:22 2007] [warn] module mod_so.c is already added, skipping

Anyone have an idea what this means? I've not noticed any problems as far as accessing pages, but I figure this is another bug waiting to bite me.

TIA,
Greggory

arche
01-10-2007, 02:31 AM
It is a conflict between PHP and mod_ssl.

Try this out to see if it works, comment out this:

# LoadModule ssl_module modules/libssl.so

Just a temporary fix but might help for now...

arche

Greggory
01-10-2007, 02:52 AM
That's a bummer because I just got my SSL working agian. Please see post http://www.webhostingtalk.com/showthread.php?p=4306771#post4306771.

My SSL is built in and i can't load that module. Oh wait! You said comment it out. Hmmm...it is commented out.

How much of a problem is this going to be? i.e.-What type of problems should I expect?