On Fri, Jan 30, 2009 at 5:01 AM, Martin Euredjian
<martin...@rocketmail.com> wrote:

> How does one handle something like this?  Are there tools to automate any/all 
> of it?

You can have two apache configs, and switch between them. Or you can
just swap out the index.html file. Or you can use startup parameters
that switch on/of certain parts of the config. Or you can build
something in your CMS. The possibilities are endless.
In most cases a restart of the apache server will be needed, but this
should not be an issue (as the users of your site will be affected by
it witching between dynamic and static anyway).
If you want to automate things (like making the switch at particular
types of the day) just use a cron job that reloads apache with a
different config or different startup parameters.

Krist

-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to