<?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: Tutorial on setting up virtual hosts in Apache 2.2</title>
	<atom:link href="http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 11:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sundanse</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-12606</link>
		<dc:creator>sundanse</dc:creator>
		<pubDate>Sun, 21 Oct 2007 17:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-12606</guid>
		<description>Thank you so much for creating the &quot;virtual hosts in apache 2.2&quot; tutorial.  I was able to resolve the &quot;forbidden&quot; issue in minutes.   

Respect!</description>
		<content:encoded><![CDATA[<p>Thank you so much for creating the &#8220;virtual hosts in apache 2.2&#8243; tutorial.  I was able to resolve the &#8220;forbidden&#8221; issue in minutes.   </p>
<p>Respect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chang</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-6969</link>
		<dc:creator>Chang</dc:creator>
		<pubDate>Sun, 20 May 2007 15:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-6969</guid>
		<description>Until I found your virtual hosts tutorial, I had been settling for moving whole sites in and out of the Apache htdocs folder.

I literally had spent hours trying to get virtual hosts working without 403 errors until I stumbled upon your tutorial. It was the first one that was correct!

Thankyou!</description>
		<content:encoded><![CDATA[<p>Until I found your virtual hosts tutorial, I had been settling for moving whole sites in and out of the Apache htdocs folder.</p>
<p>I literally had spent hours trying to get virtual hosts working without 403 errors until I stumbled upon your tutorial. It was the first one that was correct!</p>
<p>Thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-3271</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 26 Feb 2007 18:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-3271</guid>
		<description>Dave
I was wondering thought about this program (freeware) for installing Apache 2.x.x, PHP 5.x.x, MySQL 5.x.x, and PhpMyAdmin. It&#039;s called vertrigo. 

http://sourceforge.net/projects/vertrigo</description>
		<content:encoded><![CDATA[<p>Dave<br />
I was wondering thought about this program (freeware) for installing Apache 2.x.x, PHP 5.x.x, MySQL 5.x.x, and PhpMyAdmin. It&#8217;s called vertrigo. </p>
<p><a href="http://sourceforge.net/projects/vertrigo" rel="nofollow">http://sourceforge.net/projects/vertrigo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-2381</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Tue, 06 Feb 2007 16:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-2381</guid>
		<description>Oh OK. Well now my problem is that the file I request is a Perl script and my browser just shows its code. Thats what happens when the script is right in the DocumentRoot folder (C:/vhosts/A2/index2.cgi). So why does the script not run?

Originally I had a folder called &quot;cgi-bin&quot; in my virtualhost&#039;s DocumentRoot and in that folder was the Perl script (so C:/vhosts/A2/cgi-bin/index2.cgi). When trying to run the script in this location I got this error:

[error] [client 127.0.0.1] script not found or unable to stat: C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/index2.cgi

It seems here that Apache is trying to search in the original cgi-bin folder... but why?</description>
		<content:encoded><![CDATA[<p>Oh OK. Well now my problem is that the file I request is a Perl script and my browser just shows its code. Thats what happens when the script is right in the DocumentRoot folder (C:/vhosts/A2/index2.cgi). So why does the script not run?</p>
<p>Originally I had a folder called &#8220;cgi-bin&#8221; in my virtualhost&#8217;s DocumentRoot and in that folder was the Perl script (so C:/vhosts/A2/cgi-bin/index2.cgi). When trying to run the script in this location I got this error:</p>
<p>[error] [client 127.0.0.1] script not found or unable to stat: C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/index2.cgi</p>
<p>It seems here that Apache is trying to search in the original cgi-bin folder&#8230; but why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-2367</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 06 Feb 2007 09:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-2367</guid>
		<description>No, Damian. Directory index is something different.  What Apache is telling you is that you cannot list the contents of a folder. Try accessing a file inside the vhosts folder.</description>
		<content:encoded><![CDATA[<p>No, Damian. Directory index is something different.  What Apache is telling you is that you cannot list the contents of a folder. Try accessing a file inside the vhosts folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-2348</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Tue, 06 Feb 2007 00:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-2348</guid>
		<description>David, I performed everything you mentioned in your tutorial but I get the Forbidden error msg when I try accessing my virtualhost&#039;s root folder. I get this error in my error log:

[error] [client 127.0.0.1] Directory index forbidden by Options directive: C:/vhosts/A2/

A2 being my virtualhost. This is weird because I did set the C:/vhosts directive&#039;s permissions like you stated, so any subfolders should inherit these permissions right?</description>
		<content:encoded><![CDATA[<p>David, I performed everything you mentioned in your tutorial but I get the Forbidden error msg when I try accessing my virtualhost&#8217;s root folder. I get this error in my error log:</p>
<p>[error] [client 127.0.0.1] Directory index forbidden by Options directive: C:/vhosts/A2/</p>
<p>A2 being my virtualhost. This is weird because I did set the C:/vhosts directive&#8217;s permissions like you stated, so any subfolders should inherit these permissions right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-1472</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 03 Jan 2007 09:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-1472</guid>
		<description>What do you mean by &quot;accessing them from internet&quot;? Are you trying to access http://something1 from a different computer? If so, it won&#039;t work.</description>
		<content:encoded><![CDATA[<p>What do you mean by &#8220;accessing them from internet&#8221;? Are you trying to access <a href="http://something1" rel="nofollow">http://something1</a> from a different computer? If so, it won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PEry</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-1469</link>
		<dc:creator>PEry</dc:creator>
		<pubDate>Wed, 03 Jan 2007 01:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-1469</guid>
		<description>Maby you didn&#039;t understand.
Let me try to explain.
I&#039;m not very good with english.
If i type localhost/something1 and localhost/something2 everything is working in my pc. I can access both sites.
If i try to access them from internet i only see that http 403 error permission denied. http://something1 and http://something2 don&#039;t work.
Any sugestion?
Thanks</description>
		<content:encoded><![CDATA[<p>Maby you didn&#8217;t understand.<br />
Let me try to explain.<br />
I&#8217;m not very good with english.<br />
If i type localhost/something1 and localhost/something2 everything is working in my pc. I can access both sites.<br />
If i try to access them from internet i only see that http 403 error permission denied. <a href="http://something1" rel="nofollow">http://something1</a> and <a href="http://something2" rel="nofollow">http://something2</a> don&#8217;t work.<br />
Any sugestion?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-1467</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 02 Jan 2007 17:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-1467</guid>
		<description>Sorry, Pery, I don&#039;t know. The web server that this site runs on is Apache 2.0, so it&#039;s not an issue that I have needed to face apart from in a local testing environment. I suggest that you ask in a dedicated Apache forum. I would hate to give you information that rendered your server insecure.</description>
		<content:encoded><![CDATA[<p>Sorry, Pery, I don&#8217;t know. The web server that this site runs on is Apache 2.0, so it&#8217;s not an issue that I have needed to face apart from in a local testing environment. I suggest that you ask in a dedicated Apache forum. I would hate to give you information that rendered your server insecure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pery</title>
		<link>http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/comment-page-1/#comment-1466</link>
		<dc:creator>Pery</dc:creator>
		<pubDate>Tue, 02 Jan 2007 17:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/2006/12/10/tutorial-on-setting-up-virtual-hosts-in-apache-22/#comment-1466</guid>
		<description>I&#039;ve tried your tutorial on Creating virtual hosts on Apache 2.2 with success but the tutorial is intended for use only in a local testing environment (locally everything is ok).
What changes must i make in order to access them from internet? I&#039;m getting the 403 error.
Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried your tutorial on Creating virtual hosts on Apache 2.2 with success but the tutorial is intended for use only in a local testing environment (locally everything is ok).<br />
What changes must i make in order to access them from internet? I&#8217;m getting the 403 error.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

