Re: [users@httpd] mod_proxy: When does a backend be considered as failed?

2016-07-29 Thread dE
On 07/25/16 17:47, Yann Ylavic wrote: On Mon, Jul 25, 2016 at 5:18 AM, dE wrote: Config -- [] ProxyPass / balancer://localbalance/ failontimeout=on timeout=10 failonstatus=502 You are defining a balancer here, so the timeout= parameter relates to the balancer (like the two others) However f

Re: [users@httpd] HTTPD asking for password after power failure

2016-07-29 Thread Nick Williams
It took me a while to get back to this (it’s not a mission-critical server, but I have hit a point where I really do need to get it working again). `apachectl restart` hung for many, many minutes without any input, and I eventually quit it. I ran it again with `strace -Ff apachectl restart`. Tow

[users@httpd] Hcheck module can not get the parameter of hcuri

2016-07-29 Thread mb19890...@126.com
Hi Lars, I am using the apache http server to proxy the request from brower and load balancer, the version is 2.4.23, also I am working with module named mod_proxy_hcheck to check the worker healthy, but I am failed, I have do a lot of work to check the configuration and solution, but it is not

[users@httpd] Customized error page for application.ear down

2016-07-29 Thread saikiran.m29
Apachians, Is there any possibility override the message which is getting displayed from application server through web server. In detail : Using WebSphere as application server and apache is web server. Whenever we are making the application inside the application server [.ear or .war], browse

Re: [users@httpd] SSLHonorCipherOrder not working as expected

2016-07-29 Thread Michele Mase'
Correct ... Probably old app will always land in the first vhost, but only for the ssl options, the vhost itself works with its own rules of proxypass and proxy passreverse. The solutions are two: trash the oldapp or use an ip base vhost. Best regards Michele On Fri, Jul 29, 2016 at 9:02 AM, Danie

Re: [users@httpd] Using SetEnvIf for query string

2016-07-29 Thread Mohit Chawla
Thanks Yann, that worked perfectly ! On Fri, Jul 29, 2016 at 1:24 PM, Yann Ylavic wrote: > On Fri, Jul 29, 2016 at 12:47 PM, Mohit Chawla > wrote: > > Hi, > > > > I am trying to use SetEnvIf with QUERY_STRING, but can't get it to work. > > The QUERY_STRING variable is not recognized by SetEnvif

Re: [users@httpd] Using SetEnvIf for query string

2016-07-29 Thread Yann Ylavic
On Fri, Jul 29, 2016 at 12:47 PM, Mohit Chawla wrote: > Hi, > > I am trying to use SetEnvIf with QUERY_STRING, but can't get it to work. The QUERY_STRING variable is not recognized by SetEnvif (see [1] for the list), hence it is considered a header name. You may want to use mod_rewrite's Rewrite

[users@httpd] Using SetEnvIf for query string

2016-07-29 Thread Mohit Chawla
Hi, I am trying to use SetEnvIf with QUERY_STRING, but can't get it to work. This is being done inside the mod_deflate module block like: SetEnvIf QUERY_STRING "baz" var=bar LogFormat '"%q" "%{var}e"' ...with a request like curl localhost?baz, the log has: "?baz" "-" Other variables like REQU

Re: [users@httpd] SSLHonorCipherOrder not working as expected

2016-07-29 Thread Daniel
Follow Yann's advice, probably your only option is to set different ip for the virtualhost for this client, most probably Java 1.4 does not support TLS SNI either so using namedvirtualhosts with SSL for this client will always land you in the first ssl virtualhost available. 2016-07-28 23:43 GMT+0