Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread o haya
Eric, Sorry, but this time, I'm not quite sure what (which aspect of the discussion) you're referring to? Jim On Tue, 10/27/15, Eric Covener wrote: Subject: Re: [users@httpd] Persistent proxied connections with Apache 2.4.x? To: users@httpd.apac

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread Eric Covener
Check the manuals discussion of how a "worker" is indirectly configured. On Tue, Oct 27, 2015, 6:55 PM o haya wrote: > Hi Yann, > > A CORRECTION.re. what I said about "ProxySet keepalive=On/Off". > > I tested again, because I couldn't exactly remember if, when I tested > previously, I had commen

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread o haya
Hi Yann, A CORRECTION.re. what I said about "ProxySet keepalive=On/Off". I tested again, because I couldn't exactly remember if, when I tested previously, I had commented out the ProxySet directive completely, OR if I had just changed "ProxySet keepalive=On" to "ProxySet keepalive=Off". So the

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread Yann Ylavic
Hi Jim, On Tue, Oct 27, 2015 at 1:57 AM, o haya wrote: > > First of all, as a kind of an aside remark (sorry for the "pun" :)), from my > testing, it appears that if I have "ProxySet keepalive=On" inside a > , then the requests to the backend all have "Connection: > Keep-Alive" in the requ

Re: [users@httpd] apache 2.4 directory autoindex corrupted

2015-10-27 Thread Jan Schaumann
Eric Covener wrote: > Pretty odd, can you strace/truss and see what comes back for readdir/stat/??? I see just what it sounded like: httpd tries to mmap a much larger file than it actually has: 1878 27 httpdCALL __stat50(0x7f7ff7bb16f0,0x7f7fecbff780) 1878 27 httpdNAMI "/

[users@httpd] mod_cache/CacheStaleOnError vs. ErrorDocument

2015-10-27 Thread Alexander Härtig
Hello everybody! We have a Apache httpd with mod_cache/mod_disk_cache enabled. By default the directive CacheStaleOnError is activated. The documentation states: | When the CacheStaleOnError directive is switched on, and when stale data is available in the cache, the cache will respond to 5xx

Re: [users@httpd] Re: apache 2.4 directory autoindex corrupted

2015-10-27 Thread Jan Schaumann
Kurtis Rader wrote: > My first guess is that you've enabled memory-mapping of content. See the > EnableMMAP directive: > http://httpd.apache.org/docs/current/mod/core.html#enablemmap Correct. And turning that off does avoid sending the null bytes, but the problem remains in that apache still t