On Wed, 2006-08-16 at 19:24 +0200, Clinton Gormley wrote: > The framework does quite a lot of work setting up the applications that > depend on it, and one of the things it does is autoconfigures the > virtual hosts that the application requires.
When I need to do things like that, I just template httpd.conf and make my apachectl script rebuild it whenever I start apache. It has the advantage that it works even on non-mod_perl servers like my front-end proxy. - Perrin