<?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>Fri, 03 Feb 2012 23:30:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stanislav</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7770</link>
		<dc:creator>Stanislav</dc:creator>
		<pubDate>Sun, 15 Jan 2012 16:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7770</guid>
		<description>MANY MANY THANKS. 5:00 was trying to make a virtual host on a pile of manuals, only your fully working. Thank you!</description>
		<content:encoded><![CDATA[<p>MANY MANY THANKS. 5:00 was trying to make a virtual host on a pile of manuals, only your fully working. 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-7749</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Fri, 13 Jan 2012 13:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7749</guid>
		<description>What is install.php? What is is supposed to do?</description>
		<content:encoded><![CDATA[<p>What is install.php? What is is supposed to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sugiono</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7747</link>
		<dc:creator>Sugiono</dc:creator>
		<pubDate>Fri, 13 Jan 2012 03:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7747</guid>
		<description>Hello again,

I checked each step , and everything looks good. testing.php and phpmyadmin run smoothly. the only thing when I try to execute install.php, the browser stop and blank.

Can you please advise? I did change the /etc/apache2/sites-available/[sitename] , 

		Options Indexes FollowSymLinks MultiViews
		AllowOverride All ( and also to AuthConfig&gt;
		Order allow,deny
		allow from all
	

restart the apache, and still not working. pls anyone can help?</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I checked each step , and everything looks good. testing.php and phpmyadmin run smoothly. the only thing when I try to execute install.php, the browser stop and blank.</p>
<p>Can you please advise? I did change the /etc/apache2/sites-available/[sitename] , </p>
<p>		Options Indexes FollowSymLinks MultiViews<br />
		AllowOverride All ( and also to AuthConfig&gt;<br />
		Order allow,deny<br />
		allow from all</p>
<p>restart the apache, and still not working. pls anyone can help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7739</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7739</guid>
		<description>&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;).</description>
		<content:encoded><![CDATA[<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").</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7667</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Tue, 20 Dec 2011 19:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7667</guid>
		<description>Look at this post: http://tuxtweaks.com/2011/10/install-lamp-and-phpmyadmin-on-ubuntu-11-10/
and find the section near the bottom that refers to &lt;strong&gt;Fixing phpMyAdmin&lt;/strong&gt;.</description>
		<content:encoded><![CDATA[<p>Look at this post: <a href="http://tuxtweaks.com/2011/10/install-lamp-and-phpmyadmin-on-ubuntu-11-10/" rel="nofollow">http://tuxtweaks.com/2011/10/install-lamp-and-phpmyadmin-on-ubuntu-11-10/</a><br />
and find the section near the bottom that refers to <strong>Fixing phpMyAdmin</strong>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7666</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Tue, 20 Dec 2011 19:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7666</guid>
		<description>Hi there,

I did it exactly the way you explained, and everything has been set up right. The only problem happened in the end ..

phpmyadmin could not be found ... i&#039;ve got an 404 error, even with the &quot;success&quot; message at the end of installation &quot;ldconfig deferred processing now taking place&quot;

what could be the error?

Thanks that much ..

hugs from Brazil</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I did it exactly the way you explained, and everything has been set up right. The only problem happened in the end ..</p>
<p>phpmyadmin could not be found ... i've got an 404 error, even with the "success" message at the end of installation "ldconfig deferred processing now taking place"</p>
<p>what could be the error?</p>
<p>Thanks that much ..</p>
<p>hugs from Brazil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nipun</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7638</link>
		<dc:creator>Nipun</dc:creator>
		<pubDate>Tue, 13 Dec 2011 10:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7638</guid>
		<description>Hi,Thanks for the wonderful tutorial.If i wish to view say index.html under site1 from another computer connected over LAN,how can i do that.
So from my other computer if i fire http://site1/index.html it should render the contents</description>
		<content:encoded><![CDATA[<p>Hi,Thanks for the wonderful tutorial.If i wish to view say index.html under site1 from another computer connected over LAN,how can i do that.<br />
So from my other computer if i fire <a href="http://site1/index.html" rel="nofollow">http://site1/index.html</a> it should render the contents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7563</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 06 Dec 2011 16:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7563</guid>
		<description>Great tutorial.  I&#039;m new to this stuff.  Did the same thing for site2 as suggested but it didn&#039;t work! It generated the index.html output from /var/www/ instead.  I think the tutorial needed to be a little more concise with regards to site2. Checked my scripts to ensure that there were no typo&#039;s.  Should the first line in /etc/hosts read &quot;127.0.0.1 localhost site1 site2&quot; for instance?</description>
		<content:encoded><![CDATA[<p>Great tutorial.  I'm new to this stuff.  Did the same thing for site2 as suggested but it didn't work! It generated the index.html output from /var/www/ instead.  I think the tutorial needed to be a little more concise with regards to site2. Checked my scripts to ensure that there were no typo's.  Should the first line in /etc/hosts read "127.0.0.1 localhost site1 site2" for instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7472</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Sat, 26 Nov 2011 16:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7472</guid>
		<description>Your virtual host file should refer to *:80 for port 80, not *:0.</description>
		<content:encoded><![CDATA[<p>Your virtual host file should refer to *:80 for port 80, not *:0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nipun</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-7471</link>
		<dc:creator>Nipun</dc:creator>
		<pubDate>Sat, 26 Nov 2011 14:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-7471</guid>
		<description>HI.Thanks for the great tutorial.
Whenever i reload apache2 i get the following:
 * Reloading web server config apache2                                                                                                                       [Sat Nov 26 19:42:10 2011] [warn] NameVirtualHost *:0 has no VirtualHosts
[Sat Nov 26 19:42:10 2011] [warn] NameVirtualHost *:0 has no VirtualHosts

Also i am not able to send &quot;PUT&quot; requests via any REST client(for eg Google Chrome has an extension for the same)</description>
		<content:encoded><![CDATA[<p>HI.Thanks for the great tutorial.<br />
Whenever i reload apache2 i get the following:<br />
 * Reloading web server config apache2                                                                                                                       [Sat Nov 26 19:42:10 2011] [warn] NameVirtualHost *:0 has no VirtualHosts<br />
[Sat Nov 26 19:42:10 2011] [warn] NameVirtualHost *:0 has no VirtualHosts</p>
<p>Also i am not able to send "PUT" requests via any REST client(for eg Google Chrome has an extension for the same)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

