On Fri, Apr 15, 2016 at 11:02 PM, Bjoern Voigt <[email protected]> wrote:
>
> Here is my Apache proxy configuration.
[]
>
> <IfModule mod_cache.c>
> <IfModule mod_cache_disk.c>
>         CacheRoot /var/cache/apache-proxy
>         CacheEnable disk /

This prevents caching of forward-proxy URLs since they do not start /
(but rather http://).
Can you try:
   CacheEnable disk http://
?

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to