Click to See Complete Forum and Search --> : Need some Virtual domain hints!!!


roster
10-24-2001, 03:31 PM
I am trying to host a second domain on my machine that is running redhat 7.1. My frist domain is the default one and I did not change any setting on apache for it.
But can someone please direct me in right direction as to what I have to do and which files do I need to set. My dns is not on this machine and it is being done by zoneedit.com .
1. Do I need to do anything to the zone files on my machine? or just need to add the virtual directories to the httpd.conf file.

2. What other files or setting do I need to setup.

3. Do I need to do anything on the DSN side (zoneedit) other than forwarding the second domain to my IP as I did for the first one??
I do really appreciate any comment, complete or incomplet. Thanks all

Choozo
10-24-2001, 04:10 PM
All info needed can be found on www.apache.org (http://www.apache.org) .... but for starters, 'httpd.conf' should be the only file you need to worry about. Comment out your default DocumentRoot and logging directories there, and put it inside the VirtualHost definitions.

Cheers :)