php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34204 Apache2s mod_rewrite does not work with PHP5.1.0RC1
Submitted: 2005-08-21 12:55 UTC Modified: 2005-11-25 11:40 UTC
From: arpad at zooloo dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 5CVS-2005-11-10 (snap) OS: Windows XP SP1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 20 = ?
Subscribe to this entry?

 
 [2005-08-21 12:55 UTC] arpad at zooloo dot com
Description:
------------
With PHP5.1.0RC1 my Apache2 mod_rewrite crashes everytime i want to use it. It worked fine with PHP5.1.0b3 though.

Reproduce code:
---------------
RewriteEngine on

RewriteRule index.html index.php

Expected result:
----------------
it should display index.html as it was index.php

Actual result:
--------------
Server crashes with the following log entry:
[notice] Parent: child process exited with status 3221225477 -- Restarting.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-01 11:26 UTC] sniper@php.net
Latest CVS checkout of PHP_5_1 branch works fine.

 [2005-11-13 12:02 UTC] arpad at zooloo dot com
I just tried the php5.1-win32-200511102330 Snapshot and it does still not work.
 [2005-11-14 20:43 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2005-11-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2005-11-25 11:40 UTC] arpad at zooloo dot com
Tried 5.1.0 final and it finally works again.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC