Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

virtual hosts multiple hostnames

Status
Not open for further replies.

mufka

ISP
Dec 18, 2000
587
US
I have a few different domains that point to the same web/folder for their content. I'd like to setup just one <VirtualHost> group for them all. Is it possible?

Example:

<VirtualHost 10.10.10.10>
ServerAdmin webmaster@here.com
ServerName ServerName DocumentRoot /home/here/html
ErrorLog /home/here/logs/error
CustomLog /home/here/logs/access combined
</VirtualHost>

Currently I have a separate group for each hostname.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top