Hello,
I'm getting a big headache from this problem i've been trying to solve the past 2 days. I really hope someone can help!!
I installed PHP4.0.5 (as DSO module), the following way:
==
./configure --with-mysql=/usr --with-apxs=/usr/local/apache/bin/apxs
The thing is: when i start apache:
/usr/local/apache/bin/apachectl start
It tells me apache is running. BUT, when i do ps aux, it's NOT running at all. There's nothing in Apache's error_log.
Then, the weird thing: when i comment-out all PHP related stuff from httpd.conf, i CAN start apache (the above way).. and if i then un-comment the PHP lines again (while apache is still running), and then RESTART apache:
/usr/local/apache/bin/apachectl restart
Then it DOES WORK! With PHP, mysql, everything!
So.. why is this happening like this? Why does it work with a RESTART, and not with a START command? And what can i do about it? I have Apache 1.3.17.
I used to have PHP4.0.3, and that worked without any of these problems.
If you know anything that might help, please let me know! Also send the answer to my email address, please.
Thanks a lot in advance!!
Niek