<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting Up Multiple Apache Local Web Sites On Your Computer</title>
	<atom:link href="http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/</link>
	<description>A Notepad of Tech, Business, Science and Self Improvement</description>
	<lastBuildDate>Wed, 10 Mar 2010 15:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Randy</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-69658</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Sat, 10 Oct 2009 20:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-69658</guid>
		<description>I tried several methods and hints shown above but I continue to have the same problem.
ONLY the first web site defined in httpd.conf loads while I am running multiple sites.

Can anyone help please?

my vhost.conf file reads:


ServerName webzone4
DocumentRoot Z:\xampp\htdocs

IndexOptions +FancyIndexing NameWidth=*
Options Includes FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all




ServerName bobbyorr
DocumentRoot Z:\xampp\htdocs

IndexOptions +FancyIndexing NameWidth=*
Options Includes FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all



my hosts file reads:

127.0.0.1 localhost
127.0.0.1 webzone4.com
127.0.0.1 bobbyorr.net</description>
		<content:encoded><![CDATA[<p>I tried several methods and hints shown above but I continue to have the same problem.<br />
ONLY the first web site defined in httpd.conf loads while I am running multiple sites.</p>
<p>Can anyone help please?</p>
<p>my vhost.conf file reads:</p>
<p>ServerName webzone4<br />
DocumentRoot Z:\xampp\htdocs</p>
<p>IndexOptions +FancyIndexing NameWidth=*<br />
Options Includes FollowSymLinks Indexes<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
<p>ServerName bobbyorr<br />
DocumentRoot Z:\xampp\htdocs</p>
<p>IndexOptions +FancyIndexing NameWidth=*<br />
Options Includes FollowSymLinks Indexes<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
<p>my hosts file reads:</p>
<p>127.0.0.1 localhost<br />
127.0.0.1 webzone4.com<br />
127.0.0.1 bobbyorr.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-67203</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 06 May 2009 22:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-67203</guid>
		<description>worked like a charm...thanks for clear, concise instructions.</description>
		<content:encoded><![CDATA[<p>worked like a charm&#8230;thanks for clear, concise instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmw yan</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66461</link>
		<dc:creator>bmw yan</dc:creator>
		<pubDate>Fri, 20 Feb 2009 10:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66461</guid>
		<description>ou This is fine!!
I`m Russian 
Sorrу за ошибки если что
ок?</description>
		<content:encoded><![CDATA[<p>ou This is fine!!<br />
I`m Russian<br />
Sorrу за ошибки если что<br />
ок?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66425</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Mon, 16 Feb 2009 02:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66425</guid>
		<description>one side note to the other readers. For me, it was defaulting to the first virtual host defined, like the user from comment #48.

What I found that worked was changing it to port 80 instead of just &quot;*&quot;

So in the example above, where he does a directory declaration, instead of &quot;VirtualHost *&quot; put &quot;VirtualHost *:80&quot;

Also, above all of these, place &quot;NameVirtualHost *:80&quot; in there.

this worked for me.</description>
		<content:encoded><![CDATA[<p>one side note to the other readers. For me, it was defaulting to the first virtual host defined, like the user from comment #48.</p>
<p>What I found that worked was changing it to port 80 instead of just &#8220;*&#8221;</p>
<p>So in the example above, where he does a directory declaration, instead of &#8220;VirtualHost *&#8221; put &#8220;VirtualHost *:80&#8243;</p>
<p>Also, above all of these, place &#8220;NameVirtualHost *:80&#8243; in there.</p>
<p>this worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66424</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Mon, 16 Feb 2009 00:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66424</guid>
		<description>Thanks a ton! this helped. 
Dugg it.</description>
		<content:encoded><![CDATA[<p>Thanks a ton! this helped.<br />
Dugg it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Aspinall</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66334</link>
		<dc:creator>John Aspinall</dc:creator>
		<pubDate>Sun, 08 Feb 2009 20:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66334</guid>
		<description>I have tried EVERYTHING written in all the above posts and read the guide about three times and still I am getting the same problem as everyone else i.e. only the first web site defined in httpd.conf loads if you are running multiple sites.  I&#039;ve addded NameVirtualHost 127.0.0.1 as suggested and set up everything else as suggested and it still refuses to work and always serves up the first web site.  Help!

HOSTS FILE

127.0.0.1 localhost
127.0.0.1 local.example1.co.uk
127.0.0.1 local.example2.co.uk
127.0.0.1 local.example3.co.uk
127.0.0.1 local.example4.co.uk

HTTPD CONF

Include &quot;c:/wamp/alias/*&quot;

NameVirtualHost 127.0.0.1

# ViewTraffic dev site

DocumentRoot &quot;C:/wamp/www/example2.co.uk/&quot;
ServerName local.example2.co.uk
ErrorLog logs/viewtraffic-error_log
CustomLog logs/viewtraffic-access_log common


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all



# My portfolio/blog dev site

DocumentRoot &quot;C:/wamp/www/example1.co.uk/&quot;
ServerName local.example1.co.uk
ErrorLog logs/example1-error_log
CustomLog logs/example1-access_log common


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</description>
		<content:encoded><![CDATA[<p>I have tried EVERYTHING written in all the above posts and read the guide about three times and still I am getting the same problem as everyone else i.e. only the first web site defined in httpd.conf loads if you are running multiple sites.  I&#8217;ve addded NameVirtualHost 127.0.0.1 as suggested and set up everything else as suggested and it still refuses to work and always serves up the first web site.  Help!</p>
<p>HOSTS FILE</p>
<p>127.0.0.1 localhost<br />
127.0.0.1 local.example1.co.uk<br />
127.0.0.1 local.example2.co.uk<br />
127.0.0.1 local.example3.co.uk<br />
127.0.0.1 local.example4.co.uk</p>
<p>HTTPD CONF</p>
<p>Include &#8220;c:/wamp/alias/*&#8221;</p>
<p>NameVirtualHost 127.0.0.1</p>
<p># ViewTraffic dev site</p>
<p>DocumentRoot &#8220;C:/wamp/www/example2.co.uk/&#8221;<br />
ServerName local.example2.co.uk<br />
ErrorLog logs/viewtraffic-error_log<br />
CustomLog logs/viewtraffic-access_log common</p>
<p>Options Indexes FollowSymLinks MultiViews<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
<p># My portfolio/blog dev site</p>
<p>DocumentRoot &#8220;C:/wamp/www/example1.co.uk/&#8221;<br />
ServerName local.example1.co.uk<br />
ErrorLog logs/example1-error_log<br />
CustomLog logs/example1-access_log common</p>
<p>Options Indexes FollowSymLinks MultiViews<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mir</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66212</link>
		<dc:creator>mir</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66212</guid>
		<description>Please remember to add the following lines to the httpd.conf file for the virtualhost to work.</description>
		<content:encoded><![CDATA[<p>Please remember to add the following lines to the httpd.conf file for the virtualhost to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richter_vst</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66211</link>
		<dc:creator>richter_vst</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66211</guid>
		<description>The submission form on this page removes the tags</description>
		<content:encoded><![CDATA[<p>The submission form on this page removes the tags</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deffzp</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66210</link>
		<dc:creator>deffzp</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66210</guid>
		<description>Used the coding. And yes you are a legend dude thankyou. I still cannot work out why i cannot use the same ports(for in future if i make more sites. I will have so many different ports for each site)
thanx Rob</description>
		<content:encoded><![CDATA[<p>Used the coding. And yes you are a legend dude thankyou. I still cannot work out why i cannot use the same ports(for in future if i make more sites. I will have so many different ports for each site)<br />
thanx Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grayf24</title>
		<link>http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66037</link>
		<dc:creator>grayf24</dc:creator>
		<pubDate>Wed, 14 Jan 2009 14:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.heritage-tech.net/336/setting-up-multiple-apache-local-web-sites-on-your-computer/#comment-66037</guid>
		<description>
Options Indexes FollowSymLinks MultiViews

Why?</description>
		<content:encoded><![CDATA[<p>Options Indexes FollowSymLinks MultiViews</p>
<p>Why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
