Re: Adding virtual hosts dynamically via mod_perl

2006-08-14 Thread Clinton Gormley
On Mon, 2006-08-14 at 11:08 +0200, Clinton Gormley wrote: > I am trying to configure virtual hosts dynamically in mod_perl2. I figured out what I was doing wrong, so I thought I'd document it, because it took me so long to figure out. According to http://httpd.apache.org/docs/2.2/mod/core.html#na

Adding virtual hosts dynamically via mod_perl

2006-08-14 Thread Clinton Gormley
I am trying to configure virtual hosts dynamically in mod_perl2. I have a startup file which sets up an 'application' based on my own framework. Part of that inflation creates a number of virtual hosts. I have been trying the following: - In httpd.conf: PerlConfigRequir