<?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>Brain Goo &#187; Apache</title>
	<atom:link href="http://www.popmartian.com/tipsntricks/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.popmartian.com/tipsntricks</link>
	<description>Carpe Crap 'em</description>
	<lastBuildDate>Thu, 20 May 2010 17:52:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Word Press problem Unknown: Releasing SysV semaphore</title>
		<link>http://www.popmartian.com/tipsntricks/2008/07/14/word-press-releasing-sysv-semaphore/</link>
		<comments>http://www.popmartian.com/tipsntricks/2008/07/14/word-press-releasing-sysv-semaphore/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 16:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How Tos]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[offsiteHowTo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/?p=21</guid>
		<description><![CDATA[If you have WordPress installed you may run in to an error that constantly prints something like this:
Warning:  Unknown: Releasing SysV semaphore id 58 key 0x152b in request cleanup in Unknown on line 0

This is not an error from WordPress, but from the WP Super Cache Plugin you forgot you installed.  The error [...]]]></description>
			<content:encoded><![CDATA[<p>If you have WordPress installed you may run in to an error that constantly prints something like this:</p>
<p><code><b>Warning</b>:  Unknown: Releasing SysV semaphore id 58 key 0x152b in request cleanup in <b>Unknown</b> on line <b>0</b><br />
</code></p>
<p>This is not an error from WordPress, but from the <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> Plugin you forgot you installed.  The error comes when from the cache directory is not writable.</p>
<p>Change the permissions on the wp-content/cache directory to allow the web user to write and the error will disappear.</p>
<p>The solution is obvious if you check the source code on the page when the error appears.  WP Super Cache spits out the error, but it is hidden in HTML comment tags.  Your source code will look something like this:</p>
<p><code>&lt;!-- Dynamic Page Served (once) in 0.297 seconds --&gt;<br />
&lt;!-- File not cached! Super Cache Couldn't write to: wp-content/cache/wp-cache-2876abde8ce3a2aa817c8289ea85486e.html --&gt;</code></p>
<p><code>87<br />
&lt;br /&gt;<br />
&lt;b&gt;Warning&lt;/b&gt;:  Unknown: Releasing SysV semaphore id 58 key 0x152b in request cleanup in &lt;b&gt;Unknown&lt;/b&gt; on line &lt;b>0&lt;/b&gt;&lt;br /&gt;</code></p>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2008/07/14/word-press-releasing-sysv-semaphore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Poor man&#8217;s calendar server with iCal and Mozilla</title>
		<link>http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/</link>
		<comments>http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 18:54:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Calendaring]]></category>
		<category><![CDATA[How Tos]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sunbird]]></category>
		<category><![CDATA[WebDav]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/</guid>
		<description><![CDATA[It&#8217;s easy to set up a shared calendar system with free software that scales well for a few users (great for a home network) and has tons of support from third parties.
What you need:

iCal client like Sunbird or Lightning from Mozilla
Apache web server with WebDav installed

How to do it:

Install WebDav and password protect a public [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to set up a shared calendar system with free software that scales well for a few users (great for a home network) and has tons of support from third parties.</p>
<p>What you need:</p>
<ul>
<li>iCal client like <a href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> or <a href="http://www.mozilla.org/projects/calendar/lightning/">Lightning</a> from Mozilla</li>
<li>Apache web server with WebDav installed</li>
</ul>
<p>How to do it:</p>
<ol>
<li>Install WebDav and password protect a public directory on your web server.</li>
<li>Touch a .ics file for your calendar.  I called mine matt.ics</li>
<li>chmod the directory so the web user can create files and modify the .ics file</li>
<li>Install and configure an iCal client that can publish via WebDav.  <a href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> is excellent for this.</li>
<li>Remove your local calendar from Sunbird</li>
<li>Add a calendar to Sunbird using the URL to your empty .ics file</li>
<li>Add an event to your calendar.  Sunbird should modify the .ics file on your web server.  You will probably be prompted for the username and password on the first try.</li>
<li>Add that calendar to as many clients as you want.  They can all share the calendar.  Create more calendars!  Party!</li>
</ol>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=12&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
