Re: [users@httpd] Apache proxy keeps cache directory empty (SOLVED)

2016-04-19 Thread Bjoern Voigt
Yann Ylavic wrote: > This prevents caching of forward-proxy URLs since they do not start / > (but rather http://). > Can you try: >CacheEnable disk http:// > ? Thank you. I found this solution at the same time here: https://bz.apache.org/bugzilla/show_bug.cgi?id=53787 Now I have: Cache

Re: [users@httpd] Apache proxy keeps cache directory empty

2016-04-19 Thread Yann Ylavic
On Fri, Apr 15, 2016 at 11:02 PM, Bjoern Voigt wrote: > > Here is my Apache proxy configuration. [] > > > > 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: CacheEna

Re: [users@httpd] Apache proxy keeps cache directory empty

2016-04-19 Thread Bjoern Voigt
Rainer Jung wrote: > First personally I don't like the use of IfModule. That is a nice > feature, if you want to be flexible in turning on or of functional > blocks. But if you have a more rigid configuration and you need a > feature, why enclose it in IfModule? If the module really isn't > loaded,

Re: [users@httpd] Apache proxy keeps cache directory empty

2016-04-16 Thread Rainer Jung
Am 15.04.2016 um 23:02 schrieb Bjoern Voigt: Since some years I run a local Apache proxy cache for localhost and the 192.168.1.0/24 network. My proxy cache directory /var/cache/apache-proxy is cleaned by a htcacheclean weekly cron job. In the meantime Apache stopped writing files in my cache dir

[users@httpd] Apache proxy keeps cache directory empty

2016-04-15 Thread Bjoern Voigt
Since some years I run a local Apache proxy cache for localhost and the 192.168.1.0/24 network. My proxy cache directory /var/cache/apache-proxy is cleaned by a htcacheclean weekly cron job. In the meantime Apache stopped writing files in my cache directory /var/cache/apache-proxy. The proxy funct