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] Using mod_lua to modify request body before being sent to mod_proxy

2016-04-19 Thread Rainer Jung
Am 19.04.2016 um 04:41 schrieb Matt Hughes: Yeah, I misspoke when I said |LuaHookInsertFilter|; that isn’t actually implemented yet at least on 2.4. Actually have been trying the quick handler and hookfixups. What hook should I be using? What value do I return from my handler so that Apache will

AW: [users@httpd] Re: Server replication

2016-04-19 Thread Poggenpohl, Daniel
Hello, I would recommend using variables in the httpd.conf defined at the beginning of the file so that you can see the differences (only works if your differences aren't complex). You also could put those variable definitions in another localhttpd.conf file and include it at the beginning of h