You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/03/01 21:32:17 UTC

DO NOT REPLY [Bug 17462] - Prevent mod_rewrite from deadlooping

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17462>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17462

Prevent mod_rewrite from deadlooping





------- Additional Comments From nd@perlig.de  2003-03-01 20:32 -------
In 2.0 the trick doesn't work with your ruleset, because of a different
behaviour of mod_dir. You can crash the server, for example, with the following
in a htaccess file (in docroot):

RewriteEngine On
RewriteBase /
RewriteRule (.*) / [L]

However, a configurable limit was introduced in 2.1 and is proposed for backport.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org