<?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 mod_security Ubuntu 9.04</title>
	<atom:link href="http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:20:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-2/#comment-4620</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4620</guid>
		<description>@Ivan - you need to access your web browser by FQDN, not ip address.</description>
		<content:encoded><![CDATA[<p>@Ivan &#8211; you need to access your web browser by FQDN, not ip address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4616</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 04 Jan 2012 05:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4616</guid>
		<description>I&#039;ve tried it in ubuntu 9.10, on localhost running smoothly. but the access from other computers, no web page that can appear and give this response. 

Bad Request
Your browser sent a request that this server could not understand.
Apache/2.2.0 (Fedora) Server at 192.168.0.6 Port 80.

anyone can help me ????</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried it in ubuntu 9.10, on localhost running smoothly. but the access from other computers, no web page that can appear and give this response. </p>
<p>Bad Request<br />
Your browser sent a request that this server could not understand.<br />
Apache/2.2.0 (Fedora) Server at 192.168.0.6 Port 80.</p>
<p>anyone can help me ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limpus</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4478</link>
		<dc:creator>Limpus</dc:creator>
		<pubDate>Wed, 07 Dec 2011 08:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4478</guid>
		<description>Excellent article. Can anyone tell me how to block access to apache accessing through hostname. I mean the machine which has apache, I am able to block access through ip but unable to block it through hostname. Thanks</description>
		<content:encoded><![CDATA[<p>Excellent article. Can anyone tell me how to block access to apache accessing through hostname. I mean the machine which has apache, I am able to block access through ip but unable to block it through hostname. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4467</link>
		<dc:creator>s</dc:creator>
		<pubDate>Mon, 05 Dec 2011 23:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4467</guid>
		<description>@Aaron
try running something like-

#here&#039;s my config file  Ubuntu 10.04
#  /etc/apache2/conf.d/modsec.conf (no need to put in apache.conf, keep it separate)


SecRuleEngine On
SecRule ARGS &quot;@validateUtf8Encoding&quot;
SecRule ARGS &quot;@validateByteRange 10, 13, 15, 32-126&quot;
SecServerSignature &quot;Microsoft-IIS/5.0&quot;
SecAuditEngine RelevantOnly
SecAuditLog /var/log/mod-security/modsec_audit_log
Include mod-security-rules/base_rules/*.conf


#Note: the critical part is:
SecRuleEngine On


#Nothing happens without that...


#The server sig part requires

ServerTokens Full

#to work (needs the allocated memory space of the Full setting)</description>
		<content:encoded><![CDATA[<p>@Aaron<br />
try running something like-</p>
<p>#here&#8217;s my config file  Ubuntu 10.04<br />
#  /etc/apache2/conf.d/modsec.conf (no need to put in apache.conf, keep it separate)</p>
<p>SecRuleEngine On<br />
SecRule ARGS &#8220;@validateUtf8Encoding&#8221;<br />
SecRule ARGS &#8220;@validateByteRange 10, 13, 15, 32-126&#8243;<br />
SecServerSignature &#8220;Microsoft-IIS/5.0&#8243;<br />
SecAuditEngine RelevantOnly<br />
SecAuditLog /var/log/mod-security/modsec_audit_log<br />
Include mod-security-rules/base_rules/*.conf</p>
<p>#Note: the critical part is:<br />
SecRuleEngine On</p>
<p>#Nothing happens without that&#8230;</p>
<p>#The server sig part requires</p>
<p>ServerTokens Full</p>
<p>#to work (needs the allocated memory space of the Full setting)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukastu</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4353</link>
		<dc:creator>lukastu</dc:creator>
		<pubDate>Tue, 18 Oct 2011 01:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4353</guid>
		<description>Aron S, thank you for this tip! I was struggling with this for 3 days, now it works!</description>
		<content:encoded><![CDATA[<p>Aron S, thank you for this tip! I was struggling with this for 3 days, now it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: privatekrankenversicherungtestsieger.de</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4315</link>
		<dc:creator>privatekrankenversicherungtestsieger.de</dc:creator>
		<pubDate>Sat, 24 Sep 2011 16:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4315</guid>
		<description>Unterschaetzt bei weitem nicht die technischen Errungenschaften des menschlichen Geistes! Darueber hinaus zensiert flink weiter.</description>
		<content:encoded><![CDATA[<p>Unterschaetzt bei weitem nicht die technischen Errungenschaften des menschlichen Geistes! Darueber hinaus zensiert flink weiter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4200</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Sun, 28 Aug 2011 12:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4200</guid>
		<description>Gold star ... thanks!</description>
		<content:encoded><![CDATA[<p>Gold star &#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razero</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-4045</link>
		<dc:creator>razero</dc:creator>
		<pubDate>Tue, 09 Aug 2011 14:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-4045</guid>
		<description>you saved me!</description>
		<content:encoded><![CDATA[<p>you saved me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aron S</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-3966</link>
		<dc:creator>Aron S</dc:creator>
		<pubDate>Thu, 14 Jul 2011 22:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-3966</guid>
		<description>I followed your instructions to the letter and downloaded the CRS from the modsecurity website (link to sourceforge). I had to make one slight modification to apache2.conf, the line that had to say: include conf.d/*.conf, otherwise apache would not restart.

Yet I am still getting the ability to list the passwd file, despite the ruleset being there.

Can someone help?

Aron</description>
		<content:encoded><![CDATA[<p>I followed your instructions to the letter and downloaded the CRS from the modsecurity website (link to sourceforge). I had to make one slight modification to apache2.conf, the line that had to say: include conf.d/*.conf, otherwise apache would not restart.</p>
<p>Yet I am still getting the ability to list the passwd file, despite the ruleset being there.</p>
<p>Can someone help?</p>
<p>Aron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-3704</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 15 Jun 2011 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-3704</guid>
		<description>@Mohan

They have been working on a few interfaces for mod_security.

See: http://www.modsecurity.org/projects/modprofiler/</description>
		<content:encoded><![CDATA[<p>@Mohan</p>
<p>They have been working on a few interfaces for mod_security.</p>
<p>See: <a href="http://www.modsecurity.org/projects/modprofiler/" rel="nofollow">http://www.modsecurity.org/projects/modprofiler/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

