[users@httpd] proxying via ajp to backend wilfly server - AH01144: No protocol handler was valid for the URL /wildfly.css

2014-08-22 Thread Erick Johnson
Hi, I just started testing reverse proxying to from apache 2.4 to a backend wildfly 8.1 server using mod_proxy_ajp on centos 7, using this config: (from conf.d/vhosts.conf): ... ProxyRequests Off BalancerMember ajp://127.0.0.1:8009 ProxyPass / balancer://cluster stickysession=JSESSION

[users@httpd] S3 as content/Document root?

2014-08-22 Thread Andika Daud
Hi, I¹d like to find what options do we have to run apache httpd with its document stored on Amazon S3? From what I¹ve been reading most folks use mod_proxy_html. In our case, that doesn¹t work because there¹s no support for Server Side Include on S3 side. I have also read some who uses S3FS but

[users@httpd] Websites not loading properly / consistently

2014-08-22 Thread Sharon Zastre
Hello, I have several sites created, both internal and external. The external sites are proxied out using Apache 2.4.9 OpenSSL 1.0.1g. Some sites are secured while others are not. I notice that the first time that I attempt to access the external sites, often I will need to reload / refresh

[users@httpd] Support for Proxy Protocol

2014-08-22 Thread Zhang Zhang
Hi, I have a problem that I don't know how to resolve. It is very appreciated if anyone could share some thought on how to resolve it. Scenario: I have an ELB setup in AMS cloud, there are two apache servers (2.4.4) behind the ELB, act as gateway, the apache servers is listing to port 443 which i

Re: [users@httpd] MaxRequestsPerChild - New child process doesn't process requests

2014-08-22 Thread Jeff Trawick
On Fri, Aug 22, 2014 at 3:46 AM, Vattikuti, Vamsi Krishna Venkata (STSD) < vam...@hp.com> wrote: > Hi, > > > > Thanks for the feedback. > > > > That tomcat application(monitoring) is invoked through a 3rd party module > and application remains active in browser for days together, which result >

RE: [users@httpd] MaxRequestsPerChild - New child process doesn't process requests

2014-08-22 Thread Vattikuti, Vamsi Krishna Venkata (STSD)
Hi, Thanks for the feedback. That tomcat application(monitoring) is invoked through a 3rd party module and application remains active in browser for days together, which result in memory leak for httpd process. To prevent that leak, that application owner has configured MaxRequestsPerChild as

Re: [users@httpd] MaxRequestsPerChild - New child process doesn't process requests

2014-08-22 Thread Daniel
What memory leak exactly? You are just proxying to tomcat. Increase the number of maxrequestsperchild to a more sensible number, such as 10.000 or even higher, so httpd is not constantly renewing childs if you have even a minimum load. Add more servers to avoid your issue, and try to use more thr