<?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: Remove and Uninstall or Disable ModSecurity (mod_security)</title>
	<atom:link href="http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Sat, 19 Dec 2009 15:41:18 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-573679</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 06 May 2009 07:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-573679</guid>
		<description>I had this issue and apparently my host had a specific block in place that prevented the .htaccess modification from taking effect.

The solution to remove the module might not be a good idea since it&#039;s a server wide change, there is apparently a whitelist file that you can modify to allow specific domains from being exempt.

Just SSH into the server as root using PUTTY or something similar. 

Type the following

nano usr/local/apache/conf/modsec2/whitelist.conf

This will give you a flat screen editor that you can use to modify the file, just add the following line, once for each domain you wish to exempt. 

SecRule SERVER_NAME &quot;example.com&quot; phase:1,nolog,allow,ctl:ruleEngine=Off

no need to replace Server_name with your actual server name, only need to replace example.com with the domain.

Apache will then need to be restarted.</description>
		<content:encoded><![CDATA[<p>I had this issue and apparently my host had a specific block in place that prevented the .htaccess modification from taking effect.</p>
<p>The solution to remove the module might not be a good idea since it&#8217;s a server wide change, there is apparently a whitelist file that you can modify to allow specific domains from being exempt.</p>
<p>Just SSH into the server as root using PUTTY or something similar. </p>
<p>Type the following</p>
<p>nano usr/local/apache/conf/modsec2/whitelist.conf</p>
<p>This will give you a flat screen editor that you can use to modify the file, just add the following line, once for each domain you wish to exempt. </p>
<p>SecRule SERVER_NAME &#8220;example.com&#8221; phase:1,nolog,allow,ctl:ruleEngine=Off</p>
<p>no need to replace Server_name with your actual server name, only need to replace example.com with the domain.</p>
<p>Apache will then need to be restarted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webagentur</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-544831</link>
		<dc:creator>Webagentur</dc:creator>
		<pubDate>Sat, 29 Nov 2008 18:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-544831</guid>
		<description>Mich würde mal eher interessieren, ob man mit mod_security2 auch Mails verschicken lassen kann?</description>
		<content:encoded><![CDATA[<p>Mich würde mal eher interessieren, ob man mit mod_security2 auch Mails verschicken lassen kann?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fairlights</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-543431</link>
		<dc:creator>Fairlights</dc:creator>
		<pubDate>Fri, 21 Nov 2008 07:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-543431</guid>
		<description>Awsome, slightly different in the apache i&#039;m using on windows, i just commented out this line:

#Include conf/Suite-extra/mod_security.conf

Thanks now i can work on my intranet again owe you big time :D</description>
		<content:encoded><![CDATA[<p>Awsome, slightly different in the apache i&#8217;m using on windows, i just commented out this line:</p>
<p>#Include conf/Suite-extra/mod_security.conf</p>
<p>Thanks now i can work on my intranet again owe you big time <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TSSE v4.3 problem - Bravo List</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-541931</link>
		<dc:creator>TSSE v4.3 problem - Bravo List</dc:creator>
		<pubDate>Wed, 12 Nov 2008 06:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-541931</guid>
		<description>[...] if i remeber right, this can be disabled from .htaccess Check the following links for further info: Remove and Uninstall or Disable ModSecurity (mod_security) My Digital Life  How to disable mod_security in .htaccess file  Disabling mod_security  mod_security Guide and [...]</description>
		<content:encoded><![CDATA[<p>[...] if i remeber right, this can be disabled from .htaccess Check the following links for further info: Remove and Uninstall or Disable ModSecurity (mod_security) My Digital Life  How to disable mod_security in .htaccess file  Disabling mod_security  mod_security Guide and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melinda</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-537723</link>
		<dc:creator>Melinda</dc:creator>
		<pubDate>Sat, 25 Oct 2008 22:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-537723</guid>
		<description>Just like Flanger, it doesn&#039;t work for me. Adding that two lines seem to block more and it doesn&#039;t resolve the error 500 error that was returned by ModSecurity.</description>
		<content:encoded><![CDATA[<p>Just like Flanger, it doesn&#8217;t work for me. Adding that two lines seem to block more and it doesn&#8217;t resolve the error 500 error that was returned by ModSecurity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flanger</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-536587</link>
		<dc:creator>Flanger</dc:creator>
		<pubDate>Mon, 20 Oct 2008 10:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-536587</guid>
		<description>it doesnt work for me unfortunately :(

if I add these two lines to my .htaccess file to the root,
the whole domain is blocked, else if I make .htaccess file
in custom directory and add these lines only that dir is locked

and server gives me Http error 500 internal server error...</description>
		<content:encoded><![CDATA[<p>it doesnt work for me unfortunately <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>if I add these two lines to my .htaccess file to the root,<br />
the whole domain is blocked, else if I make .htaccess file<br />
in custom directory and add these lines only that dir is locked</p>
<p>and server gives me Http error 500 internal server error&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karlos</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-519258</link>
		<dc:creator>Karlos</dc:creator>
		<pubDate>Sun, 29 Jun 2008 15:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-519258</guid>
		<description>Cheers, just what I needed, worked first time</description>
		<content:encoded><![CDATA[<p>Cheers, just what I needed, worked first time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neran</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-497437</link>
		<dc:creator>Neran</dc:creator>
		<pubDate>Thu, 17 Apr 2008 09:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-497437</guid>
		<description>Thanks alot! It works!</description>
		<content:encoded><![CDATA[<p>Thanks alot! It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Dempsey</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-463556</link>
		<dc:creator>Adam Dempsey</dc:creator>
		<pubDate>Fri, 01 Feb 2008 16:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-463556</guid>
		<description>Exactly what I was looking for, thanks :)</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for, thanks <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/comment-page-1/#comment-316352</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Jul 2007 16:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-modsecurity-mod_security/#comment-316352</guid>
		<description>A BIG Thanks to You!

It really works! Thanks You!</description>
		<content:encoded><![CDATA[<p>A BIG Thanks to You!</p>
<p>It really works! Thanks You!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
