Why won\'t
LoadModule php4_module /usr/sbin/apache/libexec/libphp4.so
work in my httpd.conf file????
Ok...
I\'m trying to install PHP 4.0.1pl2 on Apache 1.3.12 running RedHat Linux
6.1
I\'ve configured with apxs (I made the changes in the PHP Faq 6.11) and
MySQL
Make and make install happen with no problems
I go to my configure file which has successfully inserted:
LoadModule php4_module /usr/sbin/apache/libexec/libphp4.so (yes it\'s
the correct file path)
So I\'m happy right? Well, I\'m so giddy that I type ./apachectl restart and
it RESTARTS. So, then I go to view my homepage, which is an index.html file
with php includes and Netscape tells me that \"The document contained no
data\".
Sure there is. There\'s plenty of data. So I run a ./apachectl configtest
and
I get Syntax OK returned. I try restarting it again. Still no luck.
THEN I try restarting it a third time, and I get the following message.
kill: (9598) - No such pid./apachectl restart: httpd not running, trying to
start
./apachectl restart: httpd started>
I do another configtest and it gives me the same No such Pid answer. So
it\'s
not running successfully. I go back to httpd.conf and comment out the
LoadModule line.
Then I restart the httpd.conf file and my site\'s working again with data! But it\'s PHP 3.0.15 which is what I started with.
I ask again, Why won\'t LoadModule php4_module /usr/sbin/apache/libexec/libphp4.so work in my httpd.conf file????
Eric