Re: [suse-security] Problems with latest SuSE apache2-mod_php5 from SuSE update
/>> I have encountered a problem with apache2-mod_php5-5.0.3-14.13.i586.rpm / />> on SuSE 9.3. / />> / />> After installing the following mod_rewrite directive does not work anymore: / />> / />> RewriteRule ^(.*)(index|content)\.html myscript.php [PT] / />> / />> / />> The script is no longer executed, but a empty response of (I think) type / />> x-httpd-php is sent back. Rolling back to / />> apache2-mod_php5-5.0.3-14.11.i586.rpm fixes that issuse. /
i got the same problem with php4. error.log shows following messages:
------------------------------ [notice] child pid 8975 exit signal Segmentation fault (11) -----------------------------
i have additional eaccelerator running. maybe the problem depends from this tool. can't test it atm.
I can confirm this problem with patch php4-52615 on SuSE 9.1 and apache2-mod_php4-52618 on SuSE 9.3 No accelerators used. I get a segfault on every subrequest that's using PHP, e.g. PHP scripts that are included via SSI and PHP scripts that run as 404 errorpage. I think rewrites run as subrequest, too, so that's why they're broken. Rolled back the update for now. regards, Stefan Seifert
On Fri, Nov 25, 2005 at 10:44:41AM +0100, Stefan Seifert wrote:
/>> I have encountered a problem with apache2-mod_php5-5.0.3-14.13.i586.rpm / />> on SuSE 9.3. / />> / />> After installing the following mod_rewrite directive does not work anymore: / />> / />> RewriteRule ^(.*)(index|content)\.html myscript.php [PT] / />> / />> / />> The script is no longer executed, but a empty response of (I think) type / />> x-httpd-php is sent back. Rolling back to / />> apache2-mod_php5-5.0.3-14.11.i586.rpm fixes that issuse. /
i got the same problem with php4. error.log shows following messages:
------------------------------ [notice] child pid 8975 exit signal Segmentation fault (11) -----------------------------
i have additional eaccelerator running. maybe the problem depends from this tool. can't test it atm.
I can confirm this problem with patch php4-52615 on SuSE 9.1 and apache2-mod_php4-52618 on SuSE 9.3 No accelerators used. I get a segfault on every subrequest that's using PHP, e.g. PHP scripts that are included via SSI and PHP scripts that run as 404 errorpage. I think rewrites run as subrequest, too, so that's why they're broken.
Rolled back the update for now.
We will find out what went wrong and release updated packages... Might take some days into next week since php4 is massive :( Ciao, Marcus
Hi, Marcus Meissner wrote:
We will find out what went wrong and release updated packages... Might take some days into next week since php4 is massive :(
To give you another data point, I've also experienced problems with the latest group of PHP4 updates. I have updated machines with SuSE 9.0, 9.2 and 10.0 with no problems whereas the only machine I manage with SuSE 9.3 did have problems. After updating mod_php on this last machine, all pages get returned blank accompanied by an entry in the Apache error log like "[notice] child pid 2298 exit signal Segmentation fault (11)" It could be of interest that this machine is the only one that makes use of mod_rewrite so perhaps these problems are something to do with the conflicts with mod_rewrite mentioned in this thread by Max Belushkin (and not something necessarily specific to SuSE 9.3) Andy
On Nov 28, Andy Spiers <andy@spiers.co.uk> wrote:
Hi,
Marcus Meissner wrote:
We will find out what went wrong and release updated packages... Might take some days into next week since php4 is massive :(
To give you another data point, I've also experienced problems with the latest group of PHP4 updates.
I have updated machines with SuSE 9.0, 9.2 and 10.0 with no problems whereas the only machine I manage with SuSE 9.3 did have problems.
I have a SuSE 9.1 machine which now crashes upon opening a gallery in the PHP Gallery (http://gallery.sf.net) that I have installed. I don't use mod_rewrite. Markus
On Nov 28, Markus Gaugusch <markus@gaugusch.at> wrote:
I have a SuSE 9.1 machine which now crashes upon opening a gallery in the PHP Gallery (http://gallery.sf.net) that I have installed. I don't use mod_rewrite.
Stupid me! Gallery uses mod_rewrite, so it's most likely now that the segfaults are caused by that ;) Markus
participants (4)
-
Andy Spiers
-
Marcus Meissner
-
Markus Gaugusch
-
Stefan Seifert