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
<VirtualHost 63.226.30.194>
ServerAdmin
webmaster@travelexecutives.com
DocumentRoot /home/groups/home
ServerName microserver.travelexecutives.com
ErrorLog logs/travelexecutives.com-error_log
TransferLog logs/travelexecutives.com-access_log
</VirtualHost>
=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
<VirtualHost 63.226.30.195>
ServerAdmin
webmaster@travelexecutives.com
DocumentRoot /home/groups/travelcruise
ServerName microserver.travelexecutives.com
ErrorLog logs/travelcruise.com-error_log
TransferLog logs/travelcruise.com-access_log
</VirtualHost>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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2> I am currently hosting 1 domain =
on my server.=20
It is a Gateway microserver running redhat linux and Apache =
1.3<BR> <BR>=20
THe server name setting is<BR> <BR> ServerName=20
microserver.travelexecutives.com<BR> <BR> this is the configuration =
for the=20
travelexecutives.com domain<BR> <BR> <VirtualHost=20
63.226.30.194><BR> ServerAdmin <A=20
href=3D"
mailto:webmaster@travelexecutives.com">webmaster@travelexecutives=
.com</A><BR> DocumentRoot=20
/home/groups/home<BR> ServerName=20
microserver.travelexecutives.com<BR> ErrorLog=20
logs/travelexecutives.com-error_log<BR> TransferLog=20
logs/travelexecutives.com-access_log<BR> </VirtualHost><BR>&nb=
sp;<BR>=20
I now want to host another domain, travelcruise.com on the same=20
server. <BR> I still have several IP address available. Based =
on my=20
reading of the my <BR> redhat manual and Apache documentation, =
I think=20
I should add the<BR> following to the httpd.conf file if I use the =
IP=20
address 63.226.30.195.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> I have established the=20
/home/groups/travelcruise<BR> directory<BR></DIV></FONT>
<DIV><FONT face=3DArial size=3D2><VirtualHost=20
63.226.30.195><BR> ServerAdmin <A=20
href=3D"
mailto:webmaster@travelexecutives.com">webmaster@travelexecutives=
.com</A><BR> DocumentRoot=20
/home/groups/travelcruise<BR> ServerName=20
microserver.travelexecutives.com<BR> ErrorLog=20
logs/travelcruise.com-error_log<BR> TransferLog=20
logs/travelcruise.com-access_log<BR> </VirtualHost>microserver=
.travelexecutives.com<BR> <BR> <BR>=20
What is not clear is should I keep the servername the same for all=20
=3D<BR> domains, namley =
microserver.travelexecutives.com<BR> or should I=20
change it to microserver.travelcruise.com ?<BR> <BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2>Charlie <BR></DIV></FONT></BODY></HTML>
------=_NextPart_000_0019_01BFD6C8.FB5C59C0--