From: peoyli at bredband dot net Operating system: OpenBSD 3.4 PHP version: Irrelevant PHP Bug Type: Apache2 related Bug description: Apache doesn't start up wiht LoadModule phpX_module .. in config
Description: ------------ Apache 2.0.xx (tested with 2.0.48, 2.0.47, 2.0.45, 2.0.43...) doesn't start up at all when the LoadModule line for php (4.3.4, 4.3.0, 4cvs, 5beta) exists in the httpd.conf file for Apache. No error message is printed to the console, and nothing new is appended to the error_log. Even apachectl fails without message (no "..started" or "..is running" or "is not running" when tested with different parameters). Similar bug reports are using a lot earlier versions of either Apache (1.3) or PHP (3). Reproduce code: --------------- mysql 4.0.16 installed and tested previously. installed as described on http://www.php.net/manual/en/install.apache2.php when my usual compilation and installation resulted in the exact same problems. The only difference is that Apache uses "modules" as module directory by default ("libexec" is named in the PHP documentation, which is incorrect). Expected result: ---------------- a working apache+php+mysql installation I have tried without using --enable-mysql with the same results. Actual result: -------------- httpd is not started -- Edit bug report at http://bugs.php.net/?id=26263&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26263&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26263&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26263&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26263&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26263&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26263&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26263&r=support Expected behavior: http://bugs.php.net/fix.php?id=26263&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26263&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26263&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26263&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26263&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26263&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26263&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26263&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26263&r=float