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/12/02 20:47:25 UTC

DO NOT REPLY [Bug 15114] - mod_rewrite doesn't pass Proxy Throughput on internal subrequests

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





------- Additional Comments From jeremy.brown@rbc.com  2003-12-02 19:47 -------
Another solution to this problem is to utilize the proxy: moniker instead of 
[P} to invoke the proxy client.

[P] as you have pointed out invokes the proxy client but does not continue with 
additional includes on the invoked page.

Wheras the proxy: moniker is invoked in the file mapping handler which contiues 
with additional ssi requests.

Example:
RewriteRule ^(.*) proxy:http://host/$1

This assumes that mod_proxy is installed and configured correctly!

The other benefit is that additional SSI requests will continue to be processed 
on the calling page.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org