DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=14518>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=14518 QUERY_STRING parts not incorporated by mod_rewrite ------- Additional Comments From [EMAIL PROTECTED] 2004-10-26 11:05 ------- Nothing new but I want to confirm the report from Chris Bolt. This bug introduced in Apache 1.3.32 is very annoying for us so we must downgrade to Apache 1.3.31! We built apache 1.3.32 on a linux machine (SuSE 9.1) in the old fashion (using the src/Configure script) with only adding AddModule modules/standard/mod_rewrite.o AddModule modules/proxy/libproxy.a into the standard file src/Configuration. The Apache serves as an proxy to an Hyperwave server (www.my.dom) and the important rules from the httpd.conf seems to be RewriteRule ^/dlr/(.*)$ http://www.my.dom/dlr/$1 [P,NC] RewriteRule ^/dlr;(.*)$ http://www.my.dom/dlr;$1 [P,NC] RewriteRule ^/dlr$ http://www.my.dom/dlr [P,NC] Here are typical log entries showing the doubling of the arguments: Apache 1.3.32 ============= [26/Oct/2004:11:04:32 +0200] "GET /dlr/foo?bar HTTP/1.1" 404 538 Hyperwave-Server: ================= [26/Oct/2004:11:04:32 +0200] "GET /dlr/foo%3Fbar?bar HTTP/1.1" 404 538 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
