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 servers 1

Status
Not open for further replies.

garwain

Programmer
Jan 30, 2002
461
CA
is it necessary to create 2 virtual servers if you want to have a or is there a way to configure 1 virtual server to work for both? my setup is currently:

<VirtualHost ##.##.##.##>
DocumentRoot /home/garwain/public_html
ServerName domainname.org
ErrorLog /home/garwain/weblog
TransferLog /home/garwain/weblog
ServerPath /home/garwain/public_html
ServerSignature On
</VirtualHost>

the domain name and ip address are correct in my httpd.conf file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top