<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ConvolutedTheory &#187; php</title>
	<atom:link href="http://www.convolutedtheory.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.convolutedtheory.com</link>
	<description>Nerdy. Deal with it. Or go away.</description>
	<lastBuildDate>Fri, 30 Dec 2011 15:39:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>mod_security and Drupal 6.2 issues.</title>
		<link>http://www.convolutedtheory.com/tech/mod_security-and-drupal-62-issues/</link>
		<comments>http://www.convolutedtheory.com/tech/mod_security-and-drupal-62-issues/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 11:25:27 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.convolutedtheory.com/?p=15</guid>
		<description><![CDATA[If you&#8217;re going to be using Drupal with mod_security, making the following changes will probably save you some frustration later  .
&#60;LocationMatch &#8220;/&#8221;&#62;
SecRuleRemoveById 960010
SecRuleRemoveById 960015
SecRuleRemoveById 960032
SecRuleRemoveById 950107
&#60;/LocationMatch&#62;
Also, set SecResponseBodyLimit and SecRequestBodyInMemoryLimit to something like 51200000 and 12288000 respectively. They may seem a bit high, but if you&#8217;re managing a lot of Drupal users and permissions [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re going to be using Drupal with mod_security, making the following changes will probably save you some frustration later <img src='http://www.convolutedtheory.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>&lt;LocationMatch &#8220;/&#8221;&gt;<br />
SecRuleRemoveById 960010<br />
SecRuleRemoveById 960015<br />
SecRuleRemoveById 960032<br />
SecRuleRemoveById 950107<br />
&lt;/LocationMatch&gt;</p>
<p>Also, set SecResponseBodyLimit and SecRequestBodyInMemoryLimit to something like 51200000 and 12288000 respectively. They may seem a bit high, but if you&#8217;re managing a lot of Drupal users and permissions I&#8217;ve run into problems with them.</p>
<p>Happy Drupal-ing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.convolutedtheory.com/tech/mod_security-and-drupal-62-issues/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

