The following reply was made to PR mod_proxy/4236; it has been noted by GNATS.

From: Graham Leggett <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], apache-bugdb@apache.org
Cc:  Subject: Re: mod_proxy/4236: Reverse proxy features disables caching 
features
Date: Fri, 16 Apr 1999 11:45:01 +0200

 [EMAIL PROTECTED] wrote:
 
 > >Synopsis:       Reverse proxy features disables caching features
 
 More info on this problem.
 
 The following config does not work:
 
 CacheRoot /path/to/cache
 <VirtualHost blah>
 ProxyPass              / http://website.com/
 ProxyPassReverse       / http://website.com/
 </VirtualHost>
 
 The ProxyPass directive above works fine within the virtual host, but
 the CacheRoot parameter is out of scope (where it should be in scope)
 and caching reverts to the default of NULL.
 
 The following config does work:
 
 <VirtualHost blah>
 CacheRoot /path/to/cache
 ProxyPass              / http://website.com/
 ProxyPassReverse       / http://website.com/
 </VirtualHost>
 
 Both the ProxyPass and the CacheRoot directive share the same scope and
 the config works.
 
 Regards,
 Graham
 -- 
 -----------------------------------------
 [EMAIL PROTECTED]                      "There's a moon
                                        over Bourbon Street
                                                tonight...

Reply via email to