Re: simple easy way to turn to maintenance mode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On May 27, 2012 7:42 , Miguel Gonzalez <miguel_3_gonzalez@xxxxxxxx> 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 kernel, libraries, and so on, then you should have another physical web server at which you can point your load balancer (or DNS). This can be a very small, simple server that just serves a single static page. Alternatively, your load balancer may be able to do this itself already without the need for another physical server.

If what you are doing maintenance on is actually a web application and it's database, then you may be able to keep Apache HTTP Server running to provide the maintenance mode message. The easiest way to do this is with login in the web application itself. However, you could also have a second set of Apache HTTP Server configuration files that cause httpd to do nothing but serve the static maintenance message for all URLs under your web virtual hosts -- when you begin maintenance, stop httpd and start it up again using the new configuration files, and when you end maintenance stop httpd and start it using your regular configuration files.

--
  Mark Montague
  mark@xxxxxxxxxxx


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux