<?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: How to Setup More Than One Website in a Single, Local Apache 2.2 Installation (with screenshots!)</title>
	<atom:link href="http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/</link>
	<description>tech updates, tech tips, free software, blogging, photo editing</description>
	<lastBuildDate>Mon, 23 Jan 2012 13:44:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nikhil</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-3064</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Fri, 11 Nov 2011 16:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-3064</guid>
		<description>I know this is a old discussion, but trying to help.
@Mohdmari: I faced the same problem. I kind of fixed it by defining the tags:

    Options Indexes FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all


    DirectoryIndex index.html
</description>
		<content:encoded><![CDATA[<p>I know this is a old discussion, but trying to help.<br />
@Mohdmari: I faced the same problem. I kind of fixed it by defining the tags:</p>
<p>    Options Indexes FollowSymLinks<br />
    AllowOverride None<br />
    Order deny,allow<br />
    Allow from all</p>
<p>    DirectoryIndex index.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohdmari</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-2850</link>
		<dc:creator>mohdmari</dc:creator>
		<pubDate>Thu, 02 Jun 2011 06:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-2850</guid>
		<description>hi, when removing the # sign the apache doesnt restart :)</description>
		<content:encoded><![CDATA[<p>hi, when removing the # sign the apache doesnt restart <img src='http://www.techmalaya.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-2186</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 19 Jul 2009 07:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-2186</guid>
		<description>Now how do I access phpmyadmin?

http://localhost/phpmyadmin/ or http://localhost/phpmyadmin/index.php doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Now how do I access phpmyadmin?</p>
<p><a href="http://localhost/phpmyadmin/" rel="nofollow">http://localhost/phpmyadmin/</a> or <a href="http://localhost/phpmyadmin/index.php" rel="nofollow">http://localhost/phpmyadmin/index.php</a> doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarrod</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-2166</link>
		<dc:creator>Jarrod</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-2166</guid>
		<description>Brilliant. Works a treat.</description>
		<content:encoded><![CDATA[<p>Brilliant. Works a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syahid A.</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-1466</link>
		<dc:creator>Syahid A.</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-1466</guid>
		<description>@Jake: Good idea Jake. This tutorial also allows you to run two or more domains at the same time. Ports is another way of doing it, imho.</description>
		<content:encoded><![CDATA[<p>@Jake: Good idea Jake. This tutorial also allows you to run two or more domains at the same time. Ports is another way of doing it, imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-1465</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Tue, 26 Aug 2008 01:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-1465</guid>
		<description>The two site configuration in windows is excellent.  How about one step futher, two sites with two services running so you can stop and start one without affecting the other.  Like a dev  on port 8080  and user on port 80.

-Jake</description>
		<content:encoded><![CDATA[<p>The two site configuration in windows is excellent.  How about one step futher, two sites with two services running so you can stop and start one without affecting the other.  Like a dev  on port 8080  and user on port 80.</p>
<p>-Jake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lionn</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-1392</link>
		<dc:creator>Lionn</dc:creator>
		<pubDate>Sun, 20 Jul 2008 15:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-1392</guid>
		<description>great stuff guys....being new to this, all the tutorials I ran into so far is duplication of the same old stuff but you guy have stuff that I never new about ..thank you guy I have already bookmark the site.</description>
		<content:encoded><![CDATA[<p>great stuff guys&#8230;.being new to this, all the tutorials I ran into so far is duplication of the same old stuff but you guy have stuff that I never new about ..thank you guy I have already bookmark the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-1264</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-1264</guid>
		<description>Honestly, i didn&#039;t know which one to download and decided on the 2nd one,but you&#039;re saying to download the 1st one? here is what apache has on the site. i am new to all of this as of yesterday. i will eventually install and learn php and mysql. i discovered your site yesterday and love it. don&#039;t know of any other site like this with screenshots.

# Win32 Binary without crypto (no mod_ssl) (MSI Installer): apache_2.2.9-win32-x86-no_ssl-r2.msi [PGP] [MD5]
# Win32 Binary including OpenSSL 0.9.8h (MSI Installer): apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi [PGP] [MD5]</description>
		<content:encoded><![CDATA[<p>Honestly, i didn&#8217;t know which one to download and decided on the 2nd one,but you&#8217;re saying to download the 1st one? here is what apache has on the site. i am new to all of this as of yesterday. i will eventually install and learn php and mysql. i discovered your site yesterday and love it. don&#8217;t know of any other site like this with screenshots.</p>
<p># Win32 Binary without crypto (no mod_ssl) (MSI Installer): apache_2.2.9-win32-x86-no_ssl-r2.msi [PGP] [MD5]<br />
# Win32 Binary including OpenSSL 0.9.8h (MSI Installer): apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi [PGP] [MD5]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syahid A.</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-1259</link>
		<dc:creator>Syahid A.</dc:creator>
		<pubDate>Sun, 22 Jun 2008 05:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-1259</guid>
		<description>@Darren: I think you should test this with the normal installer first. You should first have a successful Apache running first and foremost before attempting any https connections via OpenSSL.</description>
		<content:encoded><![CDATA[<p>@Darren: I think you should test this with the normal installer first. You should first have a successful Apache running first and foremost before attempting any https connections via OpenSSL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/#comment-1258</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sun, 22 Jun 2008 02:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmalaya.com/2008/06/09/how-to-setup-more-than-one-website-in-a-single-local-apache-22-installation-with-screenshots/#comment-1258</guid>
		<description>Why am i getting a dialog box to enter
in a username and password after installing Apache 2.2 to my local
desktop?  I get this when i try to test it by http://localhost/ . I wanted to test my installation and getting this popup
dialog box instead. Also, i can&#039;t seem to start the monitor service
either. It is still a red icon. I had downloaded the Win32 Binary
including OpenSSL 0.9.8h (MSI Installer) file earlier and installed it
afterwards. Thanks.</description>
		<content:encoded><![CDATA[<p>Why am i getting a dialog box to enter<br />
in a username and password after installing Apache 2.2 to my local<br />
desktop?  I get this when i try to test it by <a href="http://localhost/">http://localhost/</a> . I wanted to test my installation and getting this popup<br />
dialog box instead. Also, i can&#8217;t seem to start the monitor service<br />
either. It is still a red icon. I had downloaded the Win32 Binary<br />
including OpenSSL 0.9.8h (MSI Installer) file earlier and installed it<br />
afterwards. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

