<?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 Configure Apache Web Server on Linux</title>
	<atom:link href="http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/</link>
	<description>Linux Tweaks, HowTo&#039;s and Reviews</description>
	<lastBuildDate>Thu, 17 May 2012 22:10:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ans</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8612</link>
		<dc:creator>ans</dc:creator>
		<pubDate>Thu, 17 May 2012 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8612</guid>
		<description>Linerd, 
My problem was much simpler. Apache just stop running and I didn&#039;t know. &lt;code&gt; sudo service apache2 start&lt;/code&gt; was enough! Thanks again.</description>
		<content:encoded><![CDATA[<p>Linerd,<br />
My problem was much simpler. Apache just stop running and I didn't know. <code> sudo service apache2 start</code> was enough! Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8610</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 16 May 2012 15:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8610</guid>
		<description>&lt;strong&gt;WONDERFUL!&lt;/strong&gt; 
I had so many issues doing this on Natty 11.04, however on Pp 12.04 and your tutorial it works fine.
BIG BIG thank you!</description>
		<content:encoded><![CDATA[<p><strong>WONDERFUL!</strong><br />
I had so many issues doing this on Natty 11.04, however on Pp 12.04 and your tutorial it works fine.<br />
BIG BIG thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8609</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Wed, 16 May 2012 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8609</guid>
		<description>Check you /etc/hosts file. Sometimes Network Manager likes to overwrite this file, so you might need to make the changes again. If that is the case, you could try making the file immutable so it can&#039;t be overwritten by the system. So make your changes to the file, then
[term]sudo chattr +i /etc/hosts[/term]
If you later need to reverse this later (is mutable a word?) 
[term]sudo chatter -i /etc/hosts[/term]</description>
		<content:encoded><![CDATA[<p>Check you /etc/hosts file. Sometimes Network Manager likes to overwrite this file, so you might need to make the changes again. If that is the case, you could try making the file immutable so it can't be overwritten by the system. So make your changes to the file, then</p>
<div class="term">sudo chattr +i /etc/hosts</div>
<p>If you later need to reverse this later (is mutable a word?) </p>
<div class="term">sudo chatter -i /etc/hosts</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: ans</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8607</link>
		<dc:creator>ans</dc:creator>
		<pubDate>Wed, 16 May 2012 14:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8607</guid>
		<description>Hey Linerd,
It looks like things are getting worse for me. This solution I posted worked fine Yesterday, now my browsers can&#039;t display any local pages or phpMyAdmin any more... what&#039;s going on? thx</description>
		<content:encoded><![CDATA[<p>Hey Linerd,<br />
It looks like things are getting worse for me. This solution I posted worked fine Yesterday, now my browsers can't display any local pages or phpMyAdmin any more... what's going on? thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8602</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Tue, 15 May 2012 11:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8602</guid>
		<description>I use
[term]127.0.0.1 localhost site1 site2[/term]
with no problems.</description>
		<content:encoded><![CDATA[<p>I use</p>
<div class="term">127.0.0.1 localhost site1 site2</div>
<p>with no problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ans</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8601</link>
		<dc:creator>ans</dc:creator>
		<pubDate>Tue, 15 May 2012 11:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8601</guid>
		<description>hey sorry, I have been waiting and didn&#039;t even think about just refreshing the page to see your reply.
this is the content of my hosts:
127.0.0.1	localhost 
127.0.0.1	localhost site1
127.0.0.1	localhost site2
I did that after reading this comment here:
&quot; &lt;i&gt; Matt says:
January 10, 2012 at 8:33 AM

&quot;Should the first line in /etc/hosts read &quot;127.0.0.1 localhost site1 site2&quot; for instance?&quot;

No, each site requires a new line so instead of &quot;127.0.0.1 localhost site1 site2&quot; it should be:

127.0.0.1 localhost site1
127.0.0.1 localhost site2

You just repeat the steps you did to create site1 in order to create site2, site3, etc. except you add a line in /etc/hosts for each new site. Also, your site name can be pretty much any name you want (it doesn&#039;t have to be &quot;site1&quot;). &lt;/i&gt;&quot;
&lt;b&gt; I change the configuration to localhost site1 site2 and it it working!&lt;/b&gt;  I have been on ths simple line for the hole night!!! crasy !
Thank you</description>
		<content:encoded><![CDATA[<p>hey sorry, I have been waiting and didn't even think about just refreshing the page to see your reply.<br />
this is the content of my hosts:<br />
127.0.0.1	localhost<br />
127.0.0.1	localhost site1<br />
127.0.0.1	localhost site2<br />
I did that after reading this comment here:<br />
" <i> Matt says:<br />
January 10, 2012 at 8:33 AM</p>
<p>"Should the first line in /etc/hosts read "127.0.0.1 localhost site1 site2" for instance?"</p>
<p>No, each site requires a new line so instead of "127.0.0.1 localhost site1 site2" it should be:</p>
<p>127.0.0.1 localhost site1<br />
127.0.0.1 localhost site2</p>
<p>You just repeat the steps you did to create site1 in order to create site2, site3, etc. except you add a line in /etc/hosts for each new site. Also, your site name can be pretty much any name you want (it doesn't have to be "site1"). </i>"<br />
<b> I change the configuration to localhost site1 site2 and it it working!</b>  I have been on ths simple line for the hole night!!! crasy !<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8598</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Tue, 15 May 2012 01:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8598</guid>
		<description>What is the content of your /etc/hosts file? You should have a line that looks like:
[term]127.0.0.1 localhost site1 site2[/term]
If you edit that file, make sure to then reload Apache
[term]sudo service apache2 reload[/term]
You might also want to clear your browser cache for good measure too.</description>
		<content:encoded><![CDATA[<p>What is the content of your /etc/hosts file? You should have a line that looks like:</p>
<div class="term">127.0.0.1 localhost site1 site2</div>
<p>If you edit that file, make sure to then reload Apache</p>
<div class="term">sudo service apache2 reload</div>
<p>You might also want to clear your browser cache for good measure too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ans</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8597</link>
		<dc:creator>ans</dc:creator>
		<pubDate>Tue, 15 May 2012 00:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8597</guid>
		<description>Hey there,
Thank you for the tutorial. I follow all the steps on ubuntu 12.04, but when I enter site1 or site2 on the address bar it is always the content of the default.html which is displayed. I check that site1 and site2 was enabled in the sites-enabled folder and the links are there. Can you help me figure out what is wrong?
Thank you</description>
		<content:encoded><![CDATA[<p>Hey there,<br />
Thank you for the tutorial. I follow all the steps on ubuntu 12.04, but when I enter site1 or site2 on the address bar it is always the content of the default.html which is displayed. I check that site1 and site2 was enabled in the sites-enabled folder and the links are there. Can you help me figure out what is wrong?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bifs</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8472</link>
		<dc:creator>bifs</dc:creator>
		<pubDate>Tue, 17 Apr 2012 16:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8472</guid>
		<description>Excelent tutorial but I have a more especifc question regarding permissions:

Supposing I don&#039;t want do change from /var/www main directory, and that I am programming from an external computer with Netbeans updating files directly on the server, what should be /var/www permissions? And owner of the directory?

With only one site I managed it, but now I have other projects and I am trying to setup a SVN subvservion repository and everything goes right until it&#039;s time to write inside /var/www/whatever...

Could you please, give me some tips?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Excelent tutorial but I have a more especifc question regarding permissions:</p>
<p>Supposing I don't want do change from /var/www main directory, and that I am programming from an external computer with Netbeans updating files directly on the server, what should be /var/www permissions? And owner of the directory?</p>
<p>With only one site I managed it, but now I have other projects and I am trying to setup a SVN subvservion repository and everything goes right until it's time to write inside /var/www/whatever...</p>
<p>Could you please, give me some tips?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8470</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Mon, 16 Apr 2012 03:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8470</guid>
		<description>It sounds like mod_rewrite isn&#039;t working. Did you change &lt;strong&gt;AllowOverride&lt;/strong&gt; to &lt;strong&gt;All&lt;/strong&gt; under the &lt;directory /home/yourID/webdev/site1/&gt; section?</description>
		<content:encoded><![CDATA[<p>It sounds like mod_rewrite isn't working. Did you change <strong>AllowOverride</strong> to <strong>All</strong> under the &lt;directory /home/yourID/webdev/site1/&gt; section?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

