Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2010 01:30:24 GMT
From:      Henrik Olsen <henrik.olsen@iaeste.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147004: mod_rewrite broken in Apache 2.0 since at least 2.0.63_11
Message-ID:  <201005260130.o4Q1UOFt033495@www.freebsd.org>
Resent-Message-ID: <201005260507.o4Q57dLq017407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005260130.o4Q1UOFt033495>