<?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>Marcus Nyberg &#187; apache</title>
	<atom:link href="http://www.marcusnyberg.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcusnyberg.com</link>
	<description>Digital and dangerous</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>mod_rewrite: could not init rewrite log lock in child</title>
		<link>http://www.marcusnyberg.com/2009/01/26/mod_rewrite-could-not-init-rewrite-log-lock-in-child/</link>
		<comments>http://www.marcusnyberg.com/2009/01/26/mod_rewrite-could-not-init-rewrite-log-lock-in-child/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 15:10:42 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.marcusnyberg.com/?p=173</guid>
		<description><![CDATA[I found this strange error in my freebsd Apache error log: &#8221;mod_rewrite: could not init rewrite log lock in child&#8221;. The same error was logged every second and was filling up my disk with junk. This should not happen because I have a fresh installation of Apache from the Freebsd ports tree and no strange [...]]]></description>
			<content:encoded><![CDATA[<p>I found this strange error in my freebsd Apache error log: &#8221;mod_rewrite: could not init rewrite log lock in child&#8221;. The same error was logged every second and was filling up my disk with junk. This should not happen because I have a fresh installation of Apache from the Freebsd ports tree and no strange configuration.</p>
<p>After some google-time I found the &#8221;RewriteLog directive&#8221; at the  <a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html">mod_rewrite</a> page. It says: &#8221;To disable logging either remove or comment out the RewriteLog directive or use RewriteLogLevel 0! &#8221;</p>
<p>I set &#8221;RewriteLogLevel 0&#8243; in my apache conf-file and restarted apache. The problem was now gone! I do not know which file or directory that mod_rewrite tries to write to however i am pleased to know that the problem was solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcusnyberg.com/2009/01/26/mod_rewrite-could-not-init-rewrite-log-lock-in-child/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
