Mailing List Archive

[Bug 8143] - RewriteLogLevel other than 0 prevents http request completion.
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=8143>.
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=8143

RewriteLogLevel other than 0 prevents http request completion.





------- Additional Comments From jerdent@yahoo.com 2002-04-20 12:17 -------
Can't run my 1.3.19 mod_rewrite config (Debian Potatoe) on apache 2.035 on
Windows XP (my dev machine): this does generate a 400 status, without reporting
anything in the error log. Have not test on linux yet.

Here are my conds (ruling on with apache 1.3.19)
<VirtualHost *>
DocumentRoot E:/home/pagesweb/odontop7
ServerName localhost

ErrorDocument 404 /erreur.php
ErrorDocument 500 /erreur.php

RewriteEngine on
RewriteRule ^/$ /index.php?url_section=ufr&url_rubrique=1 [L]
RewriteRule ^/ufr/?$ /index.php?url_section=ufr&url_rubrique=1 [L]
RewriteRule ^/centredesoins/?$ /index.php?url_section=centredesoins&url_rubrique=2
[L]
RewriteRule ^/(ufr|centredesoins)/([0-9]+)/?$ /index.php?url_section=$1&url_rubrique=$2
[L]
</VirtualHost>

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