Bug 138244 - apache2 crash on mod_rewrite with php
Summary: apache2 crash on mod_rewrite with php
Status: RESOLVED DUPLICATE of bug 135480
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: unspecified
Hardware: x86 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Petr Ostadal
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 11:59 UTC by Jiri Dobry
Modified: 2005-12-15 11:59 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.