This is a multi-part message in MIME format. ------=_NextPart_000_0019_01BFD6C8.FB5C59C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am currently hosting 1 domain on my server. It is a Gateway = microserver running redhat linux and Apache 1.3 =20 THe server name setting is =20 ServerName microserver.travelexecutives.com =20 this is the configuration for the travelexecutives.com domain =20 ServerAdmin webmaster@travelexecutives.com DocumentRoot /home/groups/home ServerName microserver.travelexecutives.com ErrorLog logs/travelexecutives.com-error_log TransferLog logs/travelexecutives.com-access_log =20 I now want to host another domain, travelcruise.com on the same server. = I still have several IP address available. Based on my reading of the = my=20 redhat manual and Apache documentation, I think I should add the following to the httpd.conf file if I use the IP address 63.226.30.195. I have established the /home/groups/travelcruise directory ServerAdmin webmaster@travelexecutives.com DocumentRoot /home/groups/travelcruise ServerName microserver.travelexecutives.com ErrorLog logs/travelcruise.com-error_log TransferLog logs/travelcruise.com-access_log microserver.travelexecutives.com =20 =20 What is not clear is should I keep the servername the same for all =3D domains, namley microserver.travelexecutives.com or should I change it to microserver.travelcruise.com ? =20 Regards, Charlie=20 ------=_NextPart_000_0019_01BFD6C8.FB5C59C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 I am currently hosting 1 domain = on my server.=20 It is a Gateway microserver running redhat linux and Apache = 1.3
 
=20 THe server name setting is
 
ServerName=20 microserver.travelexecutives.com
 
this is the configuration = for the=20 travelexecutives.com domain
 
<VirtualHost=20 63.226.30.194>
 ServerAdmin webmaster@travelexecutives= .com
 DocumentRoot=20 /home/groups/home
 ServerName=20 microserver.travelexecutives.com
 ErrorLog=20 logs/travelexecutives.com-error_log
 TransferLog=20 logs/travelexecutives.com-access_log
 </VirtualHost>
&nb= sp;
=20 I now want to host another domain, travelcruise.com on the same=20 server. 
 I still have several IP address available. Based = on my=20 reading of the my 
 redhat manual and Apache documentation, = I think=20 I should add the
 following to the httpd.conf file if I use the = IP=20 address 63.226.30.195.
 I have established  the=20 /home/groups/travelcruise
 directory
<VirtualHost=20 63.226.30.195>
 ServerAdmin webmaster@travelexecutives= .com
 DocumentRoot=20 /home/groups/travelcruise
 ServerName=20 microserver.travelexecutives.com
 ErrorLog=20 logs/travelcruise.com-error_log
 TransferLog=20 logs/travelcruise.com-access_log
 </VirtualHost>microserver= .travelexecutives.com
 
 
=20 What is not clear is should I keep the servername the same for all=20 =3D
 domains, namley = microserver.travelexecutives.com
 or should I=20 change it to microserver.travelcruise.com ?
 
Regards,
 
Charlie 
------=_NextPart_000_0019_01BFD6C8.FB5C59C0--