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=15114>. 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=15114 mod_rewrite doesn't pass Proxy Throughput on internal subrequests Summary: mod_rewrite doesn't pass Proxy Throughput on internal subrequests Product: Apache httpd-2.0 Version: HEAD Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This is basically the same bug as #14648 for Apache 1.3. It is also in the old bug DB as PR#2074. Three things have to change: 1) mod_rewrite has to run proxy rules in subrequests. This allows mod_include to work with the proxy rules. 2) mod_dir has to use ap_sub_req_lookup_file instead of ap_sub_req_lookup_uri. The mod_rewrite change, will break mod_dir with out this change. Basically, using _file instead of _uri avoids the rewrite rule entirely, allowing mod_dir to find the index file. 3) But mod_dir still doesn't do the entirely right thing, because of bug #15112. So apply that patch and it everything will work properly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
