Virtual Hosting

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: CharlieBullencello@primenet.com
Date:  
Subject: Virtual Hosting
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
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
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>&nbsp;I am currently hosting 1 domain =
on my server.=20
It is a Gateway microserver running redhat linux and Apache =
1.3<BR>&nbsp;<BR>=20
THe server name setting is<BR>&nbsp;<BR> ServerName=20
microserver.travelexecutives.com<BR>&nbsp;<BR> this is the configuration =
for the=20
travelexecutives.com domain<BR>&nbsp;<BR> &lt;VirtualHost=20
63.226.30.194&gt;<BR>&nbsp;ServerAdmin <A=20
href=3D"mailto:webmaster@travelexecutives.com">webmaster@travelexecutives=
.com</A><BR>&nbsp;DocumentRoot=20
/home/groups/home<BR>&nbsp;ServerName=20
microserver.travelexecutives.com<BR>&nbsp;ErrorLog=20
logs/travelexecutives.com-error_log<BR>&nbsp;TransferLog=20
logs/travelexecutives.com-access_log<BR>&nbsp;&lt;/VirtualHost&gt;<BR>&nb=
sp;<BR>=20
I now want to host another domain, travelcruise.com on the same=20
server.&nbsp;<BR>&nbsp;I still have several IP address available. Based =
on my=20
reading of the my&nbsp;<BR>&nbsp;redhat manual and Apache documentation, =
I think=20
I should add the<BR>&nbsp;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>&nbsp;I have established&nbsp; the=20
/home/groups/travelcruise<BR>&nbsp;directory<BR></DIV></FONT>
<DIV><FONT face=3DArial size=3D2>&lt;VirtualHost=20
63.226.30.195&gt;<BR>&nbsp;ServerAdmin <A=20
href=3D"mailto:webmaster@travelexecutives.com">webmaster@travelexecutives=
.com</A><BR>&nbsp;DocumentRoot=20
/home/groups/travelcruise<BR>&nbsp;ServerName=20
microserver.travelexecutives.com<BR>&nbsp;ErrorLog=20
logs/travelcruise.com-error_log<BR>&nbsp;TransferLog=20
logs/travelcruise.com-access_log<BR>&nbsp;&lt;/VirtualHost&gt;microserver=
.travelexecutives.com<BR>&nbsp;<BR>&nbsp;<BR>=20
What is not clear is should I keep the servername the same for all=20
=3D<BR>&nbsp;domains, namley =
microserver.travelexecutives.com<BR>&nbsp;or should I=20
change it to microserver.travelcruise.com ?<BR>&nbsp;<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D2>Charlie&nbsp;<BR></DIV></FONT></BODY></HTML>

------=_NextPart_000_0019_01BFD6C8.FB5C59C0--