<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: ModSecurity Overview</title>
	<atom:link href="http://www.g-loaded.eu/2006/08/24/modsecurity-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2006/08/24/modsecurity-overview/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kanenas.net</title>
		<link>http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-5073</link>
		<dc:creator>kanenas.net</dc:creator>
		<pubDate>Thu, 16 Nov 2006 11:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-5073</guid>
		<description>I have tried &lt;strong&gt;mod_security&lt;/strong&gt; and I have to say one thing...
&lt;strong&gt;It does a great job !!!&lt;/strong&gt;
;-)</description>
		<content:encoded><![CDATA[<p>I have tried <strong>mod_security</strong> and I have to say one thing&#8230;<br />
<strong>It does a great job !!!</strong><br />
;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-3434</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Mon, 11 Sep 2006 21:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-3434</guid>
		<description>I finally found some time to update this article. This is the &lt;strong&gt;second revision&lt;/strong&gt; of this document. Updates include:
&lt;ul&gt;
	&lt;li&gt;Several typos and grammatical mistakes have been corrected as the first version had been written in a very fast pace.&lt;/li&gt;
	&lt;li&gt;The section about the filter inheritance has been rewritten from scratch in order to present the relevant directives in a more logical order and also to include some explanation and example about the &lt;strong&gt;SecFilterInheritanceMandatory&lt;/strong&gt; directive, which was completely missing in the first revision.&lt;/li&gt;
	&lt;li&gt;The explanations of some of the directives have been rewritten.&lt;/li&gt;
	&lt;li&gt;The section with the recommended filters was also updated with some more info about the presented filters and also a horrible mistake - weak and strong XSS attack rules were the same - has been corrected.&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>I finally found some time to update this article. This is the <strong>second revision</strong> of this document. Updates include:</p>
<ul>
<li>Several typos and grammatical mistakes have been corrected as the first version had been written in a very fast pace.</li>
<li>The section about the filter inheritance has been rewritten from scratch in order to present the relevant directives in a more logical order and also to include some explanation and example about the <strong>SecFilterInheritanceMandatory</strong> directive, which was completely missing in the first revision.</li>
<li>The explanations of some of the directives have been rewritten.</li>
<li>The section with the recommended filters was also updated with some more info about the presented filters and also a horrible mistake &#8211; weak and strong XSS attack rules were the same &#8211; has been corrected.</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-2818</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Sun, 27 Aug 2006 09:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-2818</guid>
		<description>&lt;em&gt;kanenas&lt;/em&gt;: I wish good luck :-) The &quot;problem&quot; is that there are no general filters that will work with every web application. Even the &lt;em&gt;recommended filters&lt;/em&gt; I mention above need customization in order not to break the application&#039;s normal operation.
For example, in my case, it is needed to add &lt;code&gt;text/xml&lt;/code&gt; to the acceptable encodings in a POST request, so that the wordpress pingbacks/trackbacks work. But, pingbacks still won&#039;t work if the filter, that matches requests without a &lt;code&gt;User-Agent&lt;/code&gt; header, denies further processing of the request. This happens because wordpress sends a GET request without specifying a user-agent string prior to actually executing the pings. Not to mention filters that catch other types of attacks (sql injection etc). It takes time...</description>
		<content:encoded><![CDATA[<p><em>kanenas</em>: I wish good luck :-) The &#8220;problem&#8221; is that there are no general filters that will work with every web application. Even the <em>recommended filters</em> I mention above need customization in order not to break the application&#8217;s normal operation. </p>
<p>For example, in my case, it is needed to add <code>text/xml</code> to the acceptable encodings in a POST request, so that the wordpress pingbacks/trackbacks work. But, pingbacks still won&#8217;t work if the filter, that matches requests without a <code>User-Agent</code> header, denies further processing of the request. This happens because wordpress sends a GET request without specifying a user-agent string prior to actually executing the pings. Not to mention filters that catch other types of attacks (sql injection etc). It takes time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanenas.net</title>
		<link>http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-2815</link>
		<dc:creator>kanenas.net</dc:creator>
		<pubDate>Sun, 27 Aug 2006 08:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/08/24/modsecurity-overview/#comment-2815</guid>
		<description>I think I will try it !
;-)</description>
		<content:encoded><![CDATA[<p>I think I will try it !<br />
;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

