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=17486>. 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=17486 proxy requests aren't sent to mod_proxy module Summary: proxy requests aren't sent to mod_proxy module Product: Apache httpd-1.3 Version: 1.3.27 Platform: Other OS/Version: All Status: NEW Severity: Critical Priority: Other Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Where using following configuration (with mod_perl): RewriteRule ^/test/$ /perl/test.pl [P,L] RewriteRule ^/test/ii/$ /perl/test.pl?ii=ii [P,L] requests to /test/ process correctly. But requests to /test/ii/ fail with 404 Error. Error.log says that proxy:http://server.name/perl/test.pl?ii=ii cannot be found. It seems that request send directly into Apache::Registry (mod_perl handler), not to mod_proxy. This problem is always repoducible on all rewrite rules with query strings. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
