Here is a sample snippet of what to put into httpd.conf to do multiple
domains on a single IP in Apache

NameVirtualHost 1.2.3.4

<VirtualHost 1.2.3.4>
     ServerAdmin [EMAIL PROTECTED]
     DocumentRoot /httpd/htdocs/domain1
     ServerName domain1.com
</VirtualHost>

<VirtualHost 1.2.3.4>
     ServerAdmin [EMAIL PROTECTED]
     DocumentRoot /httpd/htdocs/domain2
     ServerName domain2.com
</VirtualHost>


-Will

----- Original Message -----
From: "Pecora, James" <[EMAIL PROTECTED]>
To: "CF Talk (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, April 12, 2000 8:07 AM
Subject: HTTP 1.1 Host Header files


> Does anyone know if Apache web server supports host header files for
putting
> multiple sites on one IP address...
> I know you can do this in IIS, but I'm looking for alternitives...
>
> thanks
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to