<?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>Sun, 28 Mar 2010 19:14:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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're going to be using Drupal with mod_security, making the following changes will probably save you some frustration later  .
&#60;LocationMatch "/"&#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're managing a lot of Drupal users and permissions [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you'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 "/"&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're managing a lot of Drupal users and permissions I've run into problems with them.</p>
<p>Happy Drupal-ing.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.convolutedtheory.com/tech/mod_security-and-drupal-62-issues/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
