Re: [users@httpd] Disable apache web server not to accept any new requests from clients

2016-08-03 Thread Mohanavelu Subramanian
Thanks a lot. On 02-Aug-2016 12:19 pm, "Daniel" wrote: > You could try a curtains method. > > That is, if a certain file is present, redirect to a halt page > > > RedirectMatch ^/ > https://www.example.com/weareworkingonit.html > > > > 2016-08-02 7:07 GMT+02:00

Re: [users@httpd] mod_proxy: failonstatus does not work.

2016-08-03 Thread Yann Ylavic
Hi, On Sun, Jul 31, 2016 at 9:28 AM, dE wrote: > > ProxyPass / balancer://localbalance/ failonstatus=200 forcerecovery=off > BalancerMember balancer://localbalance/ http://[fc00::1:4]/ retry=600 > loadfactor=99 > BalancerMember balancer://localbalance/ http://[fc00::1:6]/ retry=600 > > Both the b

[users@httpd] ProxyPass ttl and error messages on backend server

2016-08-03 Thread Matthias Leopold
hi, i'm running typo3 behind a reverse proxy. both frontend and backend servers are apache httpd on linux. now we moved the backend server from apache 2.2 mod_php PHP 5.3 Typo3 4.5 to apache 2.4 php-fpm PHP 5.6 Typo3 7.2 this brought unexpected woes with the reverse proxy, which had to be

Re: [users@httpd] Is it possible to set different protocol for particular User-Agent?

2016-08-03 Thread Daniel
No, by the time the user agent or any actual http data gets to be seen the protocol/cipher and complete ssl connection has already been stablished. 2016-08-02 23:26 GMT+02:00 ghost : > Hello there, > > I was trying to show a notice page to IE6 users since my site doesn't > support SSLv3 anymore.

[users@httpd] Duplicate TLS message during startup

2016-08-03 Thread .. ...
Hi, when I set https and log level set to trace8, I see duplicate message during initialization of TLS. I use self signed certificate without password. In log below there are repeated messages like "AH01893: Configuring TLS extension handling". [Wed Aug 03 07:51:43.962935 2016] [ssl:info] [pi