<?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: A Few Apache Hardening Basics</title>
	<atom:link href="http://danielmiessler.com/blog/a-few-apache-hardening-basics/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com/blog/a-few-apache-hardening-basics</link>
	<description>grep understanding</description>
	<lastBuildDate>Tue, 15 May 2012 12:09:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: foo</title>
		<link>http://danielmiessler.com/blog/a-few-apache-hardening-basics/comment-page-1#comment-244663</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Wed, 09 Dec 2009 06:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://danielmiessler.com/blog/a-few-apache-hardening-basics#comment-244663</guid>
		<description>&lt;p&gt;depending on what&#039;s you are trying to do, it might be shorter to do...&lt;br&gt;&lt;br&gt;chmod -R og-w+X (others or mere group members can&#039;t write, but may search all dirs)&lt;br&gt;&lt;br&gt;...instead of...&lt;br&gt;&lt;br&gt;find /var/www/localhost/htdocs/ -type d -print0 &#124; xargs -0 chmod 755;&lt;br&gt;find /var/www/localhost/htdocs/ -type f -print0 &#124; xargs -0 chmod 644;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>depending on what&#39;s you are trying to do, it might be shorter to do&#8230;<br /><br />chmod -R og-w+X (others or mere group members can&#39;t write, but may search all dirs)<br /><br />&#8230;instead of&#8230;<br /><br />find /var/www/localhost/htdocs/ -type d -print0 | xargs -0 chmod 755;<br />find /var/www/localhost/htdocs/ -type f -print0 | xargs -0 chmod 644;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://danielmiessler.com/blog/a-few-apache-hardening-basics/comment-page-1#comment-243722</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Wed, 09 Dec 2009 01:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://danielmiessler.com/blog/a-few-apache-hardening-basics#comment-243722</guid>
		<description>&lt;p&gt;depending on what&#039;s you are trying to do, it might be shorter to do...&lt;br&gt;&lt;br&gt;chmod -R og-w+X (others or mere group members can&#039;t write, but may search all dirs)&lt;br&gt;&lt;br&gt;...instead of...&lt;br&gt;&lt;br&gt;find /var/www/localhost/htdocs/ -type d -print0 &#124; xargs -0 chmod 755;&lt;br&gt;find /var/www/localhost/htdocs/ -type f -print0 &#124; xargs -0 chmod 644;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>depending on what&#39;s you are trying to do, it might be shorter to do&#8230;<br /><br />chmod -R og-w+X (others or mere group members can&#39;t write, but may search all dirs)<br /><br />&#8230;instead of&#8230;<br /><br />find /var/www/localhost/htdocs/ -type d -print0 | xargs -0 chmod 755;<br />find /var/www/localhost/htdocs/ -type f -print0 | xargs -0 chmod 644;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://danielmiessler.com/blog/a-few-apache-hardening-basics/comment-page-1#comment-243718</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://danielmiessler.com/blog/a-few-apache-hardening-basics#comment-243718</guid>
		<description>&lt;p&gt;&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This post was mentioned on Twitter by SolutionsPath: Security Blogger A Few Apache Hardening Basics: 
Here are a few things you should consider doing immediately after ... http://bit.ly/5eCATD...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>

<p>This post was mentioned on Twitter by SolutionsPath: Security Blogger A Few Apache Hardening Basics: 
Here are a few things you should consider doing immediately after &#8230; <a href="http://bit.ly/5eCATD" rel="nofollow">http://bit.ly/5eCATD</a>&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

