[users@httpd] Hot stand by not responding.

2014-03-30 Thread Sinha, Vikas
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/ BalancerMember http:

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

2014-03-30 Thread Eric Covener
Without looking at it too deeply, It seems like suspendable handlers (that continue on as HTTP) are not really working. When your timed callback ends, the underlying socket is not in the "keepalive" queue anymore in the MPM. The way it normally gets back into that queue is by ap_process_request en

[users@httpd] Deploying an FCGI C filter on shared hosting, Action mime-type configuration

2014-03-30 Thread Mike Comaroto
Greetings, I am developing a website to provide solutions to physical engineering problems (civil, mechanical, structural etc) and I will ultimately require a means of calling compiled ANSI C programs from the site. These programs will reside on my user account with my hosting provider, which

Re: [users@httpd] [SOLVED] httpd basic authentication

2014-03-30 Thread Paolo De Michele
On 03/26/2014 05:50 PM, James Moe wrote: > On 03/25/2014 04:44 PM, Paolo De Michele wrote: > > > I configured a basic httpd authentication via apache2. Look below: > > Is the entry point into the > restricted area? Thanks for your advices I solved the situation The correct path was /usr/share/

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

2014-03-30 Thread Artem Grinblat
I've come up with an (almost) working SUSPENDED test case: https://gist.github.com/ArtemGr/9870554 It works in browser and with "curl -v http://127.0.0.1/sustest";, at least for some time. Apache version is 2.4.7 (Debian Jessie). Problem is, when I test it with ab (ab -n 999 -c 9 http://127.0.0.1