RE: [users@httpd] Problems with Event MPM Performance Tuning in 2.4.18

2016-06-27 Thread Houser, Rick
That’s a very practical solution for small configurations, and we already use it for some tomcat instances. Unfortunately, when you start dealing with hundreds of appservers in various states, the configuration and load balancing issues add up fast. The mod_cluster configuration model of the

Re: [users@httpd] Last-Modified header overridden

2016-06-27 Thread Vacelet, Manuel
On Mon, Jun 27, 2016 at 2:17 PM, Luca Toscano wrote: > > > 2016-06-27 13:17 GMT+02:00 Vacelet, Manuel : > >> >> >> On Sat, Jun 25, 2016 at 11:00 AM, Luca Toscano >> wrote: >> >>> >>> >>> 2016-06-24 17:26 GMT+02:00

Re: [users@httpd] Last-Modified header overridden

2016-06-27 Thread Luca Toscano
2016-06-27 13:17 GMT+02:00 Vacelet, Manuel : > > > On Sat, Jun 25, 2016 at 11:00 AM, Luca Toscano > wrote: > >> >> >> 2016-06-24 17:26 GMT+02:00 Vacelet, Manuel : >> >>> >>> >>> On Sun, Jun 19, 2016 at 3:17 PM, Luca

Re: [users@httpd] Last-Modified header overridden

2016-06-27 Thread Vacelet, Manuel
On Sat, Jun 25, 2016 at 11:00 AM, Luca Toscano wrote: > > > 2016-06-24 17:26 GMT+02:00 Vacelet, Manuel : > >> >> >> On Sun, Jun 19, 2016 at 3:17 PM, Luca Toscano >> wrote: >> >>> >>> >>> 2016-06-08 16:14 GMT+02:00

[users@httpd] mod_dav SEARCH method

2016-06-27 Thread Mario S. Mommer
Hello, I set up a dav server using Apache (versions below) and mod_dav. Everything works fine, but any invocation of the SEARCH method results in a "Method not allowed" (403) error. I can't however, seem to find any documentation regarding this issue. Any ideas? Does the apache mod_dav module

Re: [users@httpd] Problems with Event MPM Performance Tuning in 2.4.18

2016-06-27 Thread Daniel
As a real mitigation, maybe you could just use to mod_proxy and mod_proxy_balancer, also those are not third party modules and probably will render the same functionality you seek. 2016-06-27 9:50 GMT+02:00 Luca Toscano : > > > 2016-06-06 16:48 GMT+02:00 Houser, Rick

Re: [users@httpd] Problems with Event MPM Performance Tuning in 2.4.18

2016-06-27 Thread Luca Toscano
2016-06-06 16:48 GMT+02:00 Houser, Rick : > > So afaik the current 2.4 behavior is to enforce the minimum number of > spare threads as > > > > ThreadsPerChild * num_buckets > > > > with num_buckets equal 1 if you are not leveraging SO_REUSEPORT ( >