<?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>Wed, 10 Mar 2010 06:04:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jean-Yves</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2582</link>
		<dc:creator>Jean-Yves</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2582</guid>
		<description>I still don&#039;t have permissions for /var/www

but everething works fine with site/ and site2
thank&#039;s for
       127.0.0.1 localhost site1 site2
both sites work well now.
Thank again !
Merci beaucoup !</description>
		<content:encoded><![CDATA[<p>I still don't have permissions for /var/www</p>
<p>but everething works fine with site/ and site2<br />
thank's for<br />
       127.0.0.1 localhost site1 site2<br />
both sites work well now.<br />
Thank again !<br />
Merci beaucoup !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2581</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2581</guid>
		<description>You can change the ownership of index.html with:
[term]chown &lt;em&gt;yourid&lt;/em&gt; index.html[/term]
You may want to change the ownership of /var/www if that&#039;s how you want to work. See my above correction about the ownership of that directory.
[term]cd /var
sudo chown &lt;em&gt;yourid:yourid&lt;/em&gt; www[/term]</description>
		<content:encoded><![CDATA[<p>You can change the ownership of index.html with:</p>
<div class="term">chown <em>yourid</em> index.html</div>
<p>You may want to change the ownership of /var/www if that's how you want to work. See my above correction about the ownership of that directory.</p>
<div class="term">cd /var<br />
sudo chown <em>yourid:yourid</em> www</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Yves</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2579</link>
		<dc:creator>Jean-Yves</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2579</guid>
		<description>Thank you for your help.
I tried the command :
      sudo adduser myid www-data
I gave my password
and I got 
      Adding user myid to group www-data

but I still don&#039;t have permissions to modify the index.html file</description>
		<content:encoded><![CDATA[<p>Thank you for your help.<br />
I tried the command :<br />
      sudo adduser myid www-data<br />
I gave my password<br />
and I got<br />
      Adding user myid to group www-data</p>
<p>but I still don't have permissions to modify the index.html file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2578</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2578</guid>
		<description>If you created the webdev folder without using sudo, then you should have write permissions to that folder. If you don&#039;t own the folder, then you should be able to change the ownership with the &lt;em&gt;chown &lt;/em&gt;command. If you want to change the permissions, then &lt;em&gt;chmod &lt;/em&gt;is the command you want to use. Look at the man pages for these commands for more info.

If you follow this tutorial, you won&#039;t need permissions to the /var/www/ folder since you&#039;ll be putting the files in a folder under your home directory.

If you want to put your files in the /var/www/ directory, you can add your userID to the www-data group with this terminal command:
[term]sudo adduser &lt;em&gt;yourid&lt;/em&gt; www-data[/term]

&lt;strong&gt;Correction:&lt;/strong&gt; I just looked at my system and /var/www is owned by root.</description>
		<content:encoded><![CDATA[<p>If you created the webdev folder without using sudo, then you should have write permissions to that folder. If you don't own the folder, then you should be able to change the ownership with the <em>chown </em>command. If you want to change the permissions, then <em>chmod </em>is the command you want to use. Look at the man pages for these commands for more info.</p>
<p>If you follow this tutorial, you won't need permissions to the /var/www/ folder since you'll be putting the files in a folder under your home directory.</p>
<p>If you want to put your files in the /var/www/ directory, you can add your userID to the www-data group with this terminal command:</p>
<div class="term">sudo adduser <em>yourid</em> www-data</div>
<p><strong>Correction:</strong> I just looked at my system and /var/www is owned by root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Yves</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2577</link>
		<dc:creator>Jean-Yves</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2577</guid>
		<description>I&#039;am a (very) new user of Ubuntu. I used to work with Wamp server in Windows.
How can I create websites when I don&#039;t have permissions to write in the webdev forder ? How can I get permissions ?</description>
		<content:encoded><![CDATA[<p>I'am a (very) new user of Ubuntu. I used to work with Wamp server in Windows.<br />
How can I create websites when I don't have permissions to write in the webdev forder ? How can I get permissions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phew &#8230; &#171; Something &#8230;</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2455</link>
		<dc:creator>Phew &#8230; &#171; Something &#8230;</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2455</guid>
		<description>[...] later found them and worked almost flawless : 1.Installing LAMP on my version of Ubuntu (9.10). 2. Configuring Apache if your working on two or more sites. 3.In case you might need to start from scratch. Possibly related posts: (automatically [...]</description>
		<content:encoded><![CDATA[<p>[...] later found them and worked almost flawless : 1.Installing LAMP on my version of Ubuntu (9.10). 2. Configuring Apache if your working on two or more sites. 3.In case you might need to start from scratch. Possibly related posts: (automatically [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobot</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2434</link>
		<dc:creator>Bobot</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2434</guid>
		<description>wow, i am excited. thanks a lot for the new command &quot;sudo a2dissite&quot;.

buenas noches and again muchas gracias.</description>
		<content:encoded><![CDATA[<p>wow, i am excited. thanks a lot for the new command "sudo a2dissite".</p>
<p>buenas noches and again muchas gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2431</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2431</guid>
		<description>It sounds like you did it right. You can also disable a site with the &lt;strong&gt;sudo a2dissite&lt;/strong&gt; command. It will remove the symlinks for you.</description>
		<content:encoded><![CDATA[<p>It sounds like you did it right. You can also disable a site with the <strong>sudo a2dissite</strong> command. It will remove the symlinks for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobot</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2430</link>
		<dc:creator>Bobot</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2430</guid>
		<description>this tutorial, along with the tutorial on LAMP installation is great. thanks a lot.

with the two tutorials i managed to set up my own web development environment. with a lot of tail chasing though, and lots of help from you. again, thanks a lot.

i have some questions though. after i was done with the set up, i realised that i did not like the directory placements, directory names, and host names. i figured that maybe i don&#039;t have to do it over again.

 so what i did was to instead, just (1) move the directories to where i wanted them to be, (2) rename the directories, (3) tinker on the configuration files (found in /etc/apache2/sites-available$) for the hosts i have made before and rename them according to my desire, (4) delete the symlinks i found in /etc/apache2/sites-enabled, (5)tinker on the file /etc/hosts and change the first line accordingly (i.e. 127.0.0.1	localhost localhost2 localhost3 localhost4), (6) execute  sudo a2ensite for the sites,  (7) reloaded apache, and finally (8) check on my browser. it worked!!!...

my only fear is, am did i do it right? did i not break anything with what i did? muchas gracias.</description>
		<content:encoded><![CDATA[<p>this tutorial, along with the tutorial on LAMP installation is great. thanks a lot.</p>
<p>with the two tutorials i managed to set up my own web development environment. with a lot of tail chasing though, and lots of help from you. again, thanks a lot.</p>
<p>i have some questions though. after i was done with the set up, i realised that i did not like the directory placements, directory names, and host names. i figured that maybe i don't have to do it over again.</p>
<p> so what i did was to instead, just (1) move the directories to where i wanted them to be, (2) rename the directories, (3) tinker on the configuration files (found in /etc/apache2/sites-available$) for the hosts i have made before and rename them according to my desire, (4) delete the symlinks i found in /etc/apache2/sites-enabled, (5)tinker on the file /etc/hosts and change the first line accordingly (i.e. 127.0.0.1	localhost localhost2 localhost3 localhost4), (6) execute  sudo a2ensite for the sites,  (7) reloaded apache, and finally (8) check on my browser. it worked!!!...</p>
<p>my only fear is, am did i do it right? did i not break anything with what i did? muchas gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jben</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-1/#comment-2333</link>
		<dc:creator>jben</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-2333</guid>
		<description>Wow thanks alot, that worked like a charm, I use VMWare to test ie6-8 and for some reason it doesn&#039;t recognize the host machines site1 or site2 unless you change the host file. If anyone is wondering where this is located for windows XP: C:\windows\system32\drivers\etc\hosts

I suggest you assign a static address to your machine to make life easier.

I hate ie 6! Thanks a ton, this guide has been very useful.</description>
		<content:encoded><![CDATA[<p>Wow thanks alot, that worked like a charm, I use VMWare to test ie6-8 and for some reason it doesn't recognize the host machines site1 or site2 unless you change the host file. If anyone is wondering where this is located for windows XP: C:\windows\system32\drivers\etc\hosts</p>
<p>I suggest you assign a static address to your machine to make life easier.</p>
<p>I hate ie 6! Thanks a ton, this guide has been very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
