|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-01-10 23:56 UTC] seth at psy dot au dot dk
Please see Bug id #2187. I have had identical problems as described there. (and tried to add my comments there, but could not figure out how to do it. Sorry) Using apache 1.3.9, linux-2.2.10, and php-3.0.13 (or php-4.0b3) If I compile php-3.0.113 or php-4.0b3 WITHOUT mysql, then I can repeatedly start and stop apache with no problem (with the php module being loaded) If I compile mysql into the php module, then I cannot start http. (No errors are reported in the apache log file or on the screen. I have tried with apachectl, with a /etc/rc.d/init.d/http script, and with simply httpd. No success. apachectl configtest and httpd -t reports that the syntax is OK) I also discovered the "trick" reported in Bug #2187. First comment out the php module in the apache config file, start httpd, then uncomment the php module and RESTART the server. And then it works fine, it is possible to use the mysql database, etc., etc. So....everything seems to work fine....BUT, if I now STOP the server, then it is not possible to start again... (FWIW, I also have a 2.0.36, php-3.0.7, apache-1.3.6 machine running with mysql with no problems for over a year. ) PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 06:00:01 2025 UTC |
[2000-01-24 14:00:46] joey@cvs.php.net What does apachectl configtest say? Syntax OK