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. Summary: RewriteLogLevel other than 0 prevents http request completion. Product: Apache httpd-2.0 Version: 2.0.35 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The rewrite engine seems to work okay until the RewriteLogLevel is set to something other than 0. If RewriteLogLevel is set to anything from 1 to 9, the server stops responding to requests. Other circumstances that may be relevant are: 1) a dozen or so rewrite rules using regular expression matching are configured, 2) the rewrite engine was enabled within a virtual host, and 3) the rewrite log files get created but remain 0 size (so it is unlikely related to FS permissions). Netscape and IE were both tested on a 100Mb LAN connection. Once RewriteLogLevel was set back to 0, the responses from the same virtual host went back to instantaneous in the same environment. BTW, the Linux distribution is RedHat 7.1.
