Re: [users@httpd] Help troubleshooting performance issue, after 1000 total children Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-01 Thread P J
On Mon, Apr 30, 2012 at 10:37 AM, P J pauljfli...@gmail.com wrote: On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov norma...@gmail.comwrote: cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have at least two additional outputs from netstat -pant, with connections

Re: [users@httpd] Help troubleshooting performance issue, after 1000 total children Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-01 Thread P J
On Tue, May 1, 2012 at 7:22 AM, P J pauljfli...@gmail.com wrote: On Mon, Apr 30, 2012 at 10:37 AM, P J pauljfli...@gmail.com wrote: On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov norma...@gmail.comwrote: cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have at

[users@httpd] htaccess file access

2012-05-01 Thread Chandler, Dean A
Hi, I have Apache Server version: Apache/2.4.1 (Unix) and am running into performance issues on my file system where access are slower than expected. I believe this is due to unexpected .htaccess file access from Apache server. I have turned off all checks for htaccess

[users@httpd] Tomcat + APR + 64-bit is it possible??

2012-05-01 Thread Tony Anecito
Hi, I did not see Tomcat APR 64-bit binaries for download so does that mean if I want Apache and Tomcat running as 64-bit I can not use APR and instead go with 64-bit Apache httpd and Tomcat with 64-bit Java JDK? Thanks, -Tony

[users@httpd] Rails asset pipeline

2012-05-01 Thread Timothy F.
I've submitted a pull request to the rails guide to request a specific configuration for apache to use the so-called asset pipeline feature of Rails 3.1.  The rails app concatenates and compresses javascript and CSS files, and the rails guide has no method of apache config. Before accepting the

Re: [users@httpd] htaccess file access

2012-05-01 Thread Nick Kew
On 1 May 2012, at 18:23, Chandler, Dean A wrote: Hi, I have Apache Server version: Apache/2.4.1 (Unix) and am running into performance issues on my file system where access are slower than expected. I believe this is due to unexpected .htaccess file access from Apache

[users@httpd] [PATCH] Improve docs describing a forward proxy config to enable proxying SSL requests

2012-05-01 Thread Walter Goulet
Hi, While setting up a forward proxy server in httpd-2.2.16, it wasn't immediately obvious to me from reading docs that I needed to enable mod_proxy_connect to enable the forward proxy to handle CONNECT requests for proxying SSL traffic. Plus, the mod_ssl SSLProxyEngine directive could easily be