ID: 42634 User updated by: php at transpect dot com Reported By: php at transpect dot com -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: Gentoo Linux PHP Version: 5.2.4 New Comment:
Hi Jani, I used the same standard installation steps for PHP 5.2.3 and 5.2.4 - and also now php5.2-200709120230, which also produces this strange 302 result. I configure as above, make, make test (all versions failed a couple of tests and I sent in the reports), make install (then eliminate the redundant module load that make install keeps putting in httpd.conf - it should check first). I'm sure he combination works for most people, or there'd be other reports of trouble by now. That something different in the PHP module could cause HTML pages to load wrong seems like there has to be an Apache bug involved - it shouldn't be possible for a module to cause a misfire in stuff it shouldn't even handle. There must be something peculiar to my system, but I'm really scratching my head on what could cause it to work fine with 5.2.3 but serve 302's rather than pages with 5.2.4. Previous Comments: ------------------------------------------------------------------------ [2007-09-12 11:39:10] [EMAIL PROTECTED] Are you sure you have installed PHP correctly? That same combination works just fine for me.. ------------------------------------------------------------------------ [2007-09-12 01:42:12] php at transpect dot com Description: ------------ Apache 2.2.6 with php 5.2.3's libphp5.so works fine. But with 5.2.4 Apache starts without error, but every request to the server (whether to a PHP or HTML page) results in a blank page in the browser, and a "302" (redirect) rather than a "200" response in the log. In all respects this is the same system except for the switch between 5.2.3 and 5.2.4. Reproduce code: --------------- These are the configuration options used - building by hand in each case: HTTPD ./configure --enable-so --enable-ssl --enable-rewrite PHP ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --disable-cgi ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42634&edit=1