Bugzilla – Bug 138244
apache2 crash on mod_rewrite with php
Last modified: 2005-12-15 11:59:04 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
duplicate of bug 135480?
I can be duplicate. But I can't confirm because I am "not authorized to access bug #135480"
coming new yast online update should fix it. *** This bug has been marked as a duplicate of 135480 ***
apache2-mod_php4 4.4.0-6.6 verifycated. Now it is correct.