Bug 138244

Summary: apache2 crash on mod_rewrite with php
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jiri Dobry <admin>
Component: OtherAssignee: Petr Ostadal <postadal>
Status: RESOLVED DUPLICATE QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: x86   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jiri Dobry 2005-12-13 11:59:51 UTC
It is not possible use YOU to update apache2-mod_php4. It will crash with this message one of apache threads

[Tue Dec 13 12:45:19 2005] [notice] child pid 21966 exit signal Segmentation fault (11)

To browser is sent "zero size reply"

How to reproduce:
update to apache2-mod_php4 4.4.0-6.2

use this .htaccess file
RewriteEngine on
Options FollowSymLinks Includes
RewriteRule ^(t.*)$ index.php?page=$1
AddType image/x-icon .ico 


use this index.php
<?php phpinfo(); ?>


restart apache (rcapache2 restart)

direct access to index.php will work
rewrited access to t-test.php will make SegFault

Original apache2-mod_php4 4.4.0-6 version is not touched
Comment 1 Peter Poeml 2005-12-13 13:44:56 UTC
duplicate of bug 135480?
Comment 2 Jiri Dobry 2005-12-13 15:02:52 UTC
I can be duplicate. But I can't confirm because I am "not authorized to access bug #135480"
Comment 3 Petr Ostadal 2005-12-13 15:14:50 UTC
coming new yast online update should fix it.

*** This bug has been marked as a duplicate of 135480 ***
Comment 4 Jiri Dobry 2005-12-15 11:59:04 UTC
apache2-mod_php4 4.4.0-6.6 verifycated. Now it is correct.