You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/02/27 15:03:03 UTC

DO NOT REPLY [Bug 17486] New: - proxy requests aren't sent to mod_proxy module

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: bugs@httpd.apache.org
        ReportedBy: stro@railways.dp.ua


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org