ports/147004: mod_rewrite broken in Apache 2.0 since at least 2.0.63_11

Henrik Olsen henrik.olsen at iaeste.org
Wed May 26 05:07:39 UTC 2010


>Number:         147004
>Category:       ports
>Synopsis:       mod_rewrite broken in Apache 2.0 since at least 2.0.63_11
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 05:07:38 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Olsen
>Release:        7.3-RELEASE
>Organization:
IAESTE asbl
>Environment:
FreeBSD build.strauss.iaeste.net 7.3-RELEASE FreeBSD 7.3-RELEASE #2: Mon May 10 14:21:41 CEST 2010     root at strauss.iaeste.net:/usr/obj/usr/src/sys/STRAUSS  amd64
>Description:
Rewrite rules fail to recognize matches, which makes a website using mod_rewrite behave as if it wasn't loaded.

Note that this is the same bug as ports/146604, but with a subject that has the actual failing module and a severity that reflects that it's making Apache useless on any site using mod_rewrite.
>How-To-Repeat:
Install Apache, configure it with 

<Directory "/usr/local/www/data">
..
    RewriteEngine on
    RewriteRule ^rewrite$ match.php 
</Directory>

Access http://localhost/rewrite
If rewriting works, you'll be told that /match.php isn't found, if rewriting fails you'll be told /rewrite isn't found.

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list