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] Disable apache web server not to accept any new requests from clients

2016-08-01 Thread Daniel
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 Mohanavelu Subramanian : > Hi All, > > In our project, we are using Apache

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

2016-08-01 Thread Mohanavelu Subramanian
Hi All, In our project, we are using Apache server as load balancer(mod_proxy) with many instances of tomcat containers as backend. I have a scenario where we need to have an option for Activate/De-activate traffic in apache server. In case of de-activate scenario, apache server should not accept