<?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: Building a secure web server with CentOS 5, part 2</title>
	<atom:link href="http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/</link>
	<description>Enterprise Technologies</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:35:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ray Heffer</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-505</link>
		<dc:creator>Ray Heffer</dc:creator>
		<pubDate>Tue, 31 Aug 2010 08:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-505</guid>
		<description>Yes, there shouldn&#039;t be any quotes in scriptalias.</description>
		<content:encoded><![CDATA[<p>Yes, there shouldn&#8217;t be any quotes in scriptalias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Heffer</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-504</link>
		<dc:creator>Ray Heffer</dc:creator>
		<pubDate>Tue, 31 Aug 2010 08:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-504</guid>
		<description>Hi Declan,

The second reference to ServerName is within the &lt;VirtualHost *:80&gt; section. For example, at the end of httpd.conf you could have the following.

&lt;VirtualHost *:80&gt;
    ServerAdmin admin@mydomain.com
    DocumentRoot /home/.sites/mydomain
    ServerName www.mydomain.com
    ServerAlias mydomain.com
&lt;/VirtualHost&gt;</description>
		<content:encoded><![CDATA[<p>Hi Declan,</p>
<p>The second reference to ServerName is within the <virtualhost *:80> section. For example, at the end of httpd.conf you could have the following.</p>
<p></virtualhost><virtualhost *:80><br />
    ServerAdmin <a href="mailto:admin@mydomain.com">admin@mydomain.com</a><br />
    DocumentRoot /home/.sites/mydomain<br />
    ServerName <a href="http://www.mydomain.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mydomain.com?referer=');">http://www.mydomain.com</a><br />
    ServerAlias mydomain.com<br />
</virtualhost></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: declan</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-502</link>
		<dc:creator>declan</dc:creator>
		<pubDate>Mon, 30 Aug 2010 16:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-502</guid>
		<description>also for the scriptalias substitution, should quotes be omitted as per your tutorial?</description>
		<content:encoded><![CDATA[<p>also for the scriptalias substitution, should quotes be omitted as per your tutorial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: declan</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-501</link>
		<dc:creator>declan</dc:creator>
		<pubDate>Mon, 30 Aug 2010 16:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-501</guid>
		<description>the comment form ditched some of my comment. The above should read under the &quot;VirtualHost *:80&quot; section</description>
		<content:encoded><![CDATA[<p>the comment form ditched some of my comment. The above should read under the &#8220;VirtualHost *:80&#8243; section</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: declan</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-500</link>
		<dc:creator>declan</dc:creator>
		<pubDate>Mon, 30 Aug 2010 16:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-500</guid>
		<description>Thanks for the tutorial. ServerName gets mentioned twice while editing httpd.conf. Are one of those under the  section? Could the # symbols be commented out of that section? I&#039;m a bit confused. thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. ServerName gets mentioned twice while editing httpd.conf. Are one of those under the  section? Could the # symbols be commented out of that section? I&#8217;m a bit confused. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Heffer</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-461</link>
		<dc:creator>Ray Heffer</dc:creator>
		<pubDate>Tue, 10 Aug 2010 08:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-461</guid>
		<description>Hi Scyllar,

In part 1 of the guide you created a user for SSH access under the section &#039;Add Default Accounts&#039;, so you can replace adminftp with the username you used for that. If it is the FTP username you are using for a website you are creating then the username will be the same as the one added at the start of part 3.

I will update the guide to make this a bit easier to follow. Good luck!

Ray</description>
		<content:encoded><![CDATA[<p>Hi Scyllar,</p>
<p>In part 1 of the guide you created a user for SSH access under the section &#8216;Add Default Accounts&#8217;, so you can replace adminftp with the username you used for that. If it is the FTP username you are using for a website you are creating then the username will be the same as the one added at the start of part 3.</p>
<p>I will update the guide to make this a bit easier to follow. Good luck!</p>
<p>Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scyllar</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-430</link>
		<dc:creator>scyllar</dc:creator>
		<pubDate>Wed, 04 Aug 2010 11:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-430</guid>
		<description>This article is great, but i have a small issue with this:

&quot;Now change the ownership of these directories to adminftp as follows...&quot;

I don&#039;t have the adminftp user on my system, can you explain it? Or maybe &quot;ftp&quot; I assume? 

Sorry this may sound funny because I am newbie on linux. Thank you very much.</description>
		<content:encoded><![CDATA[<p>This article is great, but i have a small issue with this:</p>
<p>&#8220;Now change the ownership of these directories to adminftp as follows&#8230;&#8221;</p>
<p>I don&#8217;t have the adminftp user on my system, can you explain it? Or maybe &#8220;ftp&#8221; I assume? </p>
<p>Sorry this may sound funny because I am newbie on linux. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buzzknow</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-387</link>
		<dc:creator>buzzknow</dc:creator>
		<pubDate>Sat, 10 Jul 2010 04:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-387</guid>
		<description>great tutz!

i just bought some new VPS, and now i want to learn make it up :D

this is y first time .... lol

thanks</description>
		<content:encoded><![CDATA[<p>great tutz!</p>
<p>i just bought some new VPS, and now i want to learn make it up <img src='http://www.rayheffer.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>this is y first time &#8230;. lol</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newtocentos</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-383</link>
		<dc:creator>newtocentos</dc:creator>
		<pubDate>Sun, 27 Jun 2010 16:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-383</guid>
		<description>i did all the configuration from steps 1 to 2. but i can&#039;t go into http://www.mydomain.com/phpMyAdmin. any idea how to fix it?</description>
		<content:encoded><![CDATA[<p>i did all the configuration from steps 1 to 2. but i can&#8217;t go into <a href="http://www.mydomain.com/phpMyAdmin" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mydomain.com/phpMyAdmin?referer=');">http://www.mydomain.com/phpMyAdmin</a>. any idea how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keyser Soze</title>
		<link>http://www.rayheffer.com/91/building-a-secure-web-server-with-centos-5-part-2/comment-page-1/#comment-316</link>
		<dc:creator>Keyser Soze</dc:creator>
		<pubDate>Fri, 16 Apr 2010 10:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://wp.rayheffer.com/?p=91#comment-316</guid>
		<description>thnx man it worked. Realy great job this tutorial ;-)</description>
		<content:encoded><![CDATA[<p>thnx man it worked. Realy great job this tutorial <img src='http://www.rayheffer.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
