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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
