$quoted_author = "Agnello George" ;
> 
> I would just like to know if it would be a good good option to have
> separate vhost fies for each domain, this would make editing the files
> ( through shell scripts much easier ). But my only concern here is
> would Apache be overloaded by reading multiple vhost files

I'd imagine the configuration would be of similar size so Apache wouldn't
really care either way.

Debian (and it's derivatives) have a setup where you did split up
configurations into multiple files in:

/etc/apache2/sites-available/

and activated them by symlinking to them from

/etc/apache2/sites-enabled/

Apache includes them with

Include /etc/apache2/sites-enabled/

which graps all files in that directory in alphabetical order.

cheers
Marty

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to