[users@httpd] Rewrite as opposed to mod_vhosts for dynamic virtual hosting

2014-03-31 Thread Rose, John B
I cannot find it now, but I recall reading recently that Rewrite, while powerful, is demanding on system resources. If you were to use Rewrite is a method for dynamic virtual hosting on a large number of sites, could that cause a significant problem on system performance compared to mod_vhost,

[users@httpd] What is system overhead cost of a "Deny from" statement?

2014-03-31 Thread Rose, John B
What are the system overhead considerations when creating a "Deny from someipaddress" What about long list of those? Is there some sort of tipping point?

Re: [users@httpd] Problems closing connections in a SUSPENDED test case

2014-03-31 Thread Eric Covener
Please open a bug for the issue. trunk also has a facility to get called back when a socket is readable, mod_proxy_wstunnel uses it. It really needs a timeout to be useful.

Re: [users@httpd] Problems closing connections in a SUSPENDED test case

2014-03-31 Thread Artem Grinblat
Thanks a lot! I've made a hack which puts the suspeded connection back in the queue: https://gist.github.com/ArtemGr/9887564 with that the test case works! (`ab` no longer timeouts). Would it make sense to submit a feature request along these lines? Should I make a patch or leave it to the more e

Re: [users@httpd] Hot stand by not responding.

2014-03-31 Thread Igor Cicimov
On 31/03/2014 5:20 PM, "Sinha, Vikas" wrote: > > Hi All, > > > > I am trying to setup a hot cluster with following configuration. > > > > > > ServerName http://in-g-vsinha4 > > ServerAlias in-g-vsinha4.com > >ProxyPass / balancer://hotcluster/ > >