<?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: Apache Web server Useful Tips</title>
	<atom:link href="http://www.debianadmin.com/apache-web-server-useful-tips.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/apache-web-server-useful-tips.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Apache and PHP</title>
		<link>http://www.debianadmin.com/apache-web-server-useful-tips.html/comment-page-1#comment-1687</link>
		<dc:creator>Apache and PHP</dc:creator>
		<pubDate>Wed, 31 Jan 2007 22:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/apache-web-server-useful-tips.html#comment-1687</guid>
		<description>It looks like the code was removed due to the tags... let me try again...

&lt;IfModule !php4_module&gt;
	&lt;FilesMatch &quot;\.php[45]?$&quot;&gt;
		Order allow,deny
		Deny from all
	&lt;/FilesMatch&gt;
&lt;/IfModule&gt;</description>
		<content:encoded><![CDATA[<p>It looks like the code was removed due to the tags&#8230; let me try again&#8230;</p>
<p>&lt;IfModule !php4_module&gt;<br />
	&lt;FilesMatch &#8220;\.php[45]?$&#8221;&gt;<br />
		Order allow,deny<br />
		Deny from all<br />
	&lt;/FilesMatch&gt;<br />
&lt;/IfModule&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache and PHP</title>
		<link>http://www.debianadmin.com/apache-web-server-useful-tips.html/comment-page-1#comment-1686</link>
		<dc:creator>Apache and PHP</dc:creator>
		<pubDate>Wed, 31 Jan 2007 22:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/apache-web-server-useful-tips.html#comment-1686</guid>
		<description>You should also have something like this under httpd.conf to make sure that if the php module is not loaded,  no one will be able to see the source... Which can expose mysql db/user/password info and a lot more!



		Order allow,deny
		Deny from all</description>
		<content:encoded><![CDATA[<p>You should also have something like this under httpd.conf to make sure that if the php module is not loaded,  no one will be able to see the source&#8230; Which can expose mysql db/user/password info and a lot more!</p>
<p>		Order allow,deny<br />
		Deny from all</p>
]]></content:encoded>
	</item>
</channel>
</rss>
