[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Web Server not responding
- Subject: RE: [cobalt-users] Web Server not responding
- From: aljuhani <aljuhani@xxxxxxxxx>
- Date: Sun Feb 16 06:18:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Did you upgrade the PHP?
OK quick solution.
cd /etc/httpd/conf/
make backup copy of the httpd.conf
cp httpd.conf http.conf.back.Feb1603
then open the httpd.conf in editor:
pico httpd.conf
search for the line "LoadModule php4_module modules/libphp4.so"
comment out that line (place a hash at the begining of the line) such as
below:
#LoadModule php4_module modules/libphp4.so
#AddModule mod_php4.c
Now exit the pico by pressing (ctrl+x) then choose yes to safe.
Restart the httpd.
/etc/rc.d/init.d/httpd start
Yes I installed that patch without any problems.
Regards,
aljuhani@xxxxxxxxx
==Original Message==
Dear aljuhani,
Thank you for your help.
I have done what you said., and I got:
Syntax error on line 58 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: libgd.so.1: cannot
open shared object file: No such file or directory.
and I haven't change in httpd.conf any thing, but only installed
RaQ4-en-OSUpdateRelease 2.0.
Please help me what I should do.
Thank you
Shaya