On Wed, 2005-03-02 at 16:18 +0100, Roman wrote: > Is it possible to dynamically create VirtualHost's using mod_perl, > taking the value of each directive in a database ?
It's possible to do this with mod_perl, but I'd suggest you look at mod_vhost_dbi instead. It's a better bet for simple mass hosting controlled by a database. http://www.outoforder.cc/projects/apache/mod_vhost_dbi/ - Perrin