On Fri, Apr 15, 2016 at 11:02 PM, Bjoern Voigt <bjoe...@arcor.de> 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: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org