CacheEnable and mod_proxy
am 28.06.2006 22:14:17 von Ryan Pendergast------=_Part_20626_16167147.1151525657515
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I am trying to setup caching for my 2.2.2 Apache Proxy server. How do you
setup the server to cache all forward proxy requests?
By looking at the CacheEnable example in the documentation it seems as if I
would have to enable it for every protocol. Also the current documentation
is a bit misleading -
http://httpd.apache.org/docs/2.2/mod/mod_cache.html#cacheena ble states:
# Cache proxied url's
CacheEnable disk /
This however will not cache proxied urls will it? A proxy request does not
come in the form of 'Get /' - it comes in the form of 'GET http://'
(
below that are setup via ProxyPass but not forward proxy.
Can I do something like this:
CacheEnable disk ://
Will this cover every protocol that forward proxy handles? Thanks.
------=_Part_20626_16167147.1151525657515
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I am trying to setup caching for my 2.2.2 Apache Proxy server. How do you setup the server to cache all forward proxy requests?
By looking at the CacheEnable example in the documentation it seems as if I would have to enable it for every protocol. Also the current documentation is a bit misleading -
states:
This however will not cache proxied urls will it? A proxy request does not come in the form of 'Get /' - it comes in the form of 'GET http://' (<protocol>://). I can see the above example caching requests to / and below that are setup via ProxyPass but not forward proxy.
# Cache proxied url's
CacheEnable disk /
Can I do something like this:
CacheEnable disk ://
Will this cover every protocol that forward proxy handles? Thanks.
------=_Part_20626_16167147.1151525657515--