On Thu, 2016-05-19 at 11:03 -0500, james pruett wrote:
> Hi,
> 
> 
> My boss wants us to provide a redirect page for use during
> site-maintanance.
> 
> 
> I assume this means I need to add mod_rewrite.

Nothing remotely so complex!

Just put your maintenance page somewhere, and start the
server with -f pointing to a trivial config that just serves
the page in response to everything.

Or set it as a FallbackResource or ErrorDocument, and
suppress your regular contents while under maintenance.
Useful if you want to continue serving some vhosts
while taking others out.

-- 
Nick Kew



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to