<?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>RobTucker.co.uk &#187; lighttpd</title>
	<atom:link href="http://www.robtucker.co.uk/tag/lighttpd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robtucker.co.uk</link>
	<description>Virtual Insanity v2.0 - The Official Website Of Rob Tucker</description>
	<lastBuildDate>Tue, 15 Nov 2011 23:59:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Lighttpd PHP FastCGI Configuration &#8211; Debian 5.0 Lenny</title>
		<link>http://www.robtucker.co.uk/2009/02/19/lighttpd-php-fastcgi-configuration-debian-50-lenny</link>
		<comments>http://www.robtucker.co.uk/2009/02/19/lighttpd-php-fastcgi-configuration-debian-50-lenny#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:47:47 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.robtucker.co.uk/?p=137</guid>
		<description><![CDATA[After installing a fresh copy of Debian 5.0 on my mini x86 server (howto for that still being worked on), I needed to get PHP with FastCGI, MySQL and Lighttpd installed. Here&#8217;s an excellent, short and to-the-point guide on getting FastCGI configured for Lighttpd: http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html Of course, this is assuming PHP, MySQL (if required) and [...]]]></description>
			<content:encoded><![CDATA[<p>After installing a fresh copy of Debian 5.0 on my mini x86 server (howto for that still being worked on), I needed to get PHP with FastCGI, MySQL and Lighttpd installed.</p>
<p>Here&#8217;s an excellent, short and to-the-point guide on getting FastCGI configured for Lighttpd:</p>
<p><a href="http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html" target="_blank">http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html</a></p>
<p>Of course, this is assuming PHP, MySQL (if required) and Lighttpd are already installed:</p>
<pre>  apt-get install php5-cli php5-cgi lighttpd mysql-server</pre>
<p>I also needed to reconfigure MySQL for a low memory machine (112MB). <span id="more-137"></span>I did that by doing the following:</p>
<p>Replace <span style="font-family: courier new,courier;">/etc/mysql/my.cnf</span> with the <span style="font-family: courier new,courier;">my-small.cnf</span> found at<span style="font-family: courier new,courier;"> /usr/share/doc/mysql-server-5.0/examples/</span></p>
<pre>  cp /usr/share/doc/mysql-server-5.0/examples/my-small.cnf /etc/mysql/my.cnf</pre>
<p>Edit your new <span style="font-family: courier new,courier;">my.cnf</span> and do the following:</p>
<p>Uncomment <span style="font-family: courier new,courier;">skip-bdb</span><br />
 Add a new line beneath it for <span style="font-family: courier new,courier;">skip-innodb</span></p>
<p>Finally, restart your mysql server:</p>
<pre>  sh/etc/init.d/mysql restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.robtucker.co.uk/2009/02/19/lighttpd-php-fastcgi-configuration-debian-50-lenny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
