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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
