Re: [users@httpd] simple easy way to turn to maintenance mode

2012-06-02 Thread Jean-Christophe Boggio
Le 02/06/2012 15:27, Daniel Ruggeri a écrit : RewriteCond !%{HTTP_COOKIE} LetMeIn RewriteRule .* /path/to/maintenance.html [L] Elegant ! - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org Fo

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-06-02 Thread Daniel Ruggeri
On 6/1/2012 11:02 AM, Ishita Kapadiya wrote: > Daniel's idea looks very good. but what if we also want to verify the > change by logging into the site (after application level change get > complete) and then open it up for all users.. is there any way to > achieve this? Yes, you can control this w

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-06-01 Thread Ishita Kapadiya
Hi, I just want to add one more question - Daniel's idea looks very good. but what if we also want to verify the change by logging into the site (after application level change get complete) and then open it up for all users.. is there any way to achieve this? On Thu, May 31, 2012 at 1:59 PM, Da

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-05-31 Thread Daniel Ruggeri
On 5/27/2012 6:42 AM, Miguel Gonzalez wrote: >The version of Plesk we have doesn't support this so maybe there is any > easy way to do this. I've thought about setting up a different instance of > the web server or configure a different web server but maybe I'm missing an > even simplier way

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-05-28 Thread Yehuda Katz
On Mon, May 28, 2012 at 12:43 PM, Mark Montague wrote: > On May 27, 2012 7:42 , Miguel Gonzalez wrote: > >>I'm administering Apache and Tomcat web servers. From time to time we >> have to turn the web server down and would be nice to have a maintenance >> mode message to the users. >> > > If

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-05-28 Thread Mark Montague
On May 27, 2012 7:42 , Miguel Gonzalez wrote: I'm administering Apache and Tomcat web servers. From time to time we have to turn the web server down and would be nice to have a maintenance mode message to the users. Why do you have to do maintenance? If you need to update the web server

[users@httpd] simple easy way to turn to maintenance mode

2012-05-27 Thread Miguel Gonzalez
Dear all,    I'm administering Apache and Tomcat web servers. From time to time we have to turn the web server down and would be nice to have a maintenance mode message to the users.    The version of Plesk we have doesn't support this so maybe there is any easy way to do this. I've thought