You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Carlos Costa Portela <cc...@servidores.net> on 2002/06/04 16:44:28 UTC

Creating a file for each VirtualHost

	Hello all!

	I am working for an ISP, and I want separate clearly the config
section from the VirtualHosts section at httpd.conf; is posible do
something like the next?:

httpd.conf
	[...] # conf general section
	Include "users/" # or something similar

users/domain1.conf
	<VirtualHost myIP>
		ServerName domain1
	</VirtualHost>
users/domain2.conf
	...

and so on

	Is this the best aproach to solve this?

	Thanks in advance, and excuse my bad English,
		Carlos.

 _______Carlos Costa Portela_________________________________________________
| e-mail:  ccosta@servidores.net | home page: http://casa.ccp.servidores.net |
|_____Tódalas persoas maiores foron nenos antes, pero poucas se lembran______|


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org