[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