On 5/4/05, Sten Fredriksson <stenfredriksson@xxxxxxxxx> wrote: > Using traditional config file is not going to work. mod_vhost_alias > will work but then there are some specialized VirtualHost configuration > for some of the vhosts (like enabling mod_python etc..) and then I'm back > to having like 30k vhosts in configuration file and it will take forever > to restart the httpd process.... You can either give the special configs their own name-based <VirtualHost> containers, and let the others fall back to mod_vhost_alias (listed in the first <VirtualHost> container), or you can use <Directory> sections to apply the special configs only to particular hosts. Joshua. --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx