<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Lighttpd Webserver setup with php5 and Mysql support</title>
	<atom:link href="http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: WolBot</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-107979</link>
		<dc:creator>WolBot</dc:creator>
		<pubDate>Thu, 11 Aug 2011 17:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-107979</guid>
		<description>Merci :D</description>
		<content:encoded><![CDATA[<p>Merci <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Donat</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-105933</link>
		<dc:creator>Jesse Donat</dc:creator>
		<pubDate>Sun, 03 Jul 2011 22:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-105933</guid>
		<description>Great post! Got me running in minutes!

Two notes
  -  Some of your examples have directional quotes, and I had to replace them with standard quotes after I copied and pasted.
  -  I had to restart lightppd after making the changes</description>
		<content:encoded><![CDATA[<p>Great post! Got me running in minutes!</p>
<p>Two notes<br />
  -  Some of your examples have directional quotes, and I had to replace them with standard quotes after I copied and pasted.<br />
  -  I had to restart lightppd after making the changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimse</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-53869</link>
		<dc:creator>Kimse</dc:creator>
		<pubDate>Tue, 19 Oct 2010 04:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-53869</guid>
		<description>sudo lighty-enable-mod fastcgi-php</description>
		<content:encoded><![CDATA[<p>sudo lighty-enable-mod fastcgi-php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimse</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-53867</link>
		<dc:creator>Kimse</dc:creator>
		<pubDate>Tue, 19 Oct 2010 04:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-53867</guid>
		<description>Here is an easier way:

sudo apt-get install lighttpd php5-cgi
sudo lighty-enable-mod fastcgi
sudo /etc/init.d/lighttpd force-reload</description>
		<content:encoded><![CDATA[<p>Here is an easier way:</p>
<p>sudo apt-get install lighttpd php5-cgi<br />
sudo lighty-enable-mod fastcgi<br />
sudo /etc/init.d/lighttpd force-reload</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbie</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-40511</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-40511</guid>
		<description>THANK YOU!

In trying to get all my different things straightened out in Ubuntu, I have sifted through pages and pages of tutorials. This is the first one that I have seen in all those wasted hours that solves my problem perfectly! I followed these steps exactly and the result was happiness! Thank you so much!!</description>
		<content:encoded><![CDATA[<p>THANK YOU!</p>
<p>In trying to get all my different things straightened out in Ubuntu, I have sifted through pages and pages of tutorials. This is the first one that I have seen in all those wasted hours that solves my problem perfectly! I followed these steps exactly and the result was happiness! Thank you so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-29727</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 07 May 2010 20:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-29727</guid>
		<description>Thanks for demystifying this process for me!

Installing on Ubuntu Server 10.04 I encountered an issue with regard to the cgi module not being installed, whereby attempts to load the test.php file returned a 403 error.

Once I had loaded the cgi module with &#039;lighty-enable-mod&#039; the errors disappeared.</description>
		<content:encoded><![CDATA[<p>Thanks for demystifying this process for me!</p>
<p>Installing on Ubuntu Server 10.04 I encountered an issue with regard to the cgi module not being installed, whereby attempts to load the test.php file returned a 403 error.</p>
<p>Once I had loaded the cgi module with &#8216;lighty-enable-mod&#8217; the errors disappeared.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-23747</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-23747</guid>
		<description>Merci beaucoup pour ce tutorial :)</description>
		<content:encoded><![CDATA[<p>Merci beaucoup pour ce tutorial <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skaramanger</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-21658</link>
		<dc:creator>skaramanger</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-21658</guid>
		<description>I read your tutorial and the index and test pages worked flawlessly. However, My intent is to just view a couple of cgi pages locally and I am getting 404 pages.  I am new to webservers.  I get an error message when I try to enable fastcgi module:
Duplicate config variable in conditional 0 global: fastcgi.server
2010-01-31 17:17:30: (configfile.c.864) source: /etc/lighttpd/lighttpd.conf line: 172 pos: 1 parser failed somehow near here: (EOL)

Line 172 is at the end of the file.  I have tried a combination of en/disabling fastcgi and cgi modules.  There is apparently something a miss here.  Hope you have some suggestions for me.

Thanks</description>
		<content:encoded><![CDATA[<p>I read your tutorial and the index and test pages worked flawlessly. However, My intent is to just view a couple of cgi pages locally and I am getting 404 pages.  I am new to webservers.  I get an error message when I try to enable fastcgi module:<br />
Duplicate config variable in conditional 0 global: fastcgi.server<br />
2010-01-31 17:17:30: (configfile.c.864) source: /etc/lighttpd/lighttpd.conf line: 172 pos: 1 parser failed somehow near here: (EOL)</p>
<p>Line 172 is at the end of the file.  I have tried a combination of en/disabling fastcgi and cgi modules.  There is apparently something a miss here.  Hope you have some suggestions for me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sten</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-17444</link>
		<dc:creator>Sten</dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-17444</guid>
		<description>Thanks! Exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks! Exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LB</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-14919</link>
		<dc:creator>LB</dc:creator>
		<pubDate>Sat, 24 Oct 2009 23:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-14919</guid>
		<description>Thank you for a great tutorial:-) Havent got around to PHP and MySql yet, but the placeholder-page came up on the right IP immediately. For at server newbie like myself, that was a great experience.</description>
		<content:encoded><![CDATA[<p>Thank you for a great tutorial:-) Havent got around to PHP and MySql yet, but the placeholder-page came up on the right IP immediately. For at server newbie like myself, that was a great experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-9785</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 09 Jun 2009 17:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-9785</guid>
		<description>why use apache when you got such a thing as lighttpd?
Great tut, THANKS!</description>
		<content:encoded><![CDATA[<p>why use apache when you got such a thing as lighttpd?<br />
Great tut, THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: messala</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-7161</link>
		<dc:creator>messala</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-7161</guid>
		<description>God bless u!</description>
		<content:encoded><![CDATA[<p>God bless u!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-6091</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-6091</guid>
		<description>Great article, very easy to understand.  Only problem I had was installing MySQL, using apt-get would get me a corrupted version and when I was building from source it&#039;d give me an error on &quot;make&quot;....turned out it was because I didn&#039;t have g++ installed.</description>
		<content:encoded><![CDATA[<p>Great article, very easy to understand.  Only problem I had was installing MySQL, using apt-get would get me a corrupted version and when I was building from source it&#8217;d give me an error on &#8220;make&#8221;&#8230;.turned out it was because I didn&#8217;t have g++ installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-5628</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 24 Jan 2009 21:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-5628</guid>
		<description>hi, thanks,

a great howto.  Except the &quot; marks should be straight ones and not fancy.  And I too am having problems with the sequence;

fastcgi.server = ( “.php” =&gt; ((
“bin-path” =&gt; “/usr/bin/php5-cgi”,
“socket” =&gt; “/tmp/php.socket”
)))

I tried leaving it out, and at least it loads lighty.

Still, great help!</description>
		<content:encoded><![CDATA[<p>hi, thanks,</p>
<p>a great howto.  Except the &#8221; marks should be straight ones and not fancy.  And I too am having problems with the sequence;</p>
<p>fastcgi.server = ( “.php” =&gt; ((<br />
“bin-path” =&gt; “/usr/bin/php5-cgi”,<br />
“socket” =&gt; “/tmp/php.socket”<br />
)))</p>
<p>I tried leaving it out, and at least it loads lighty.</p>
<p>Still, great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helloworld</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-2872</link>
		<dc:creator>helloworld</dc:creator>
		<pubDate>Thu, 23 Oct 2008 07:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-2872</guid>
		<description>you can do

# lighty-enable-mod

and choose fastcgi instead of editing lighttpd.conf.

editing /etc/php5/cgi/php.ini is also not required anymore.</description>
		<content:encoded><![CDATA[<p>you can do</p>
<p># lighty-enable-mod</p>
<p>and choose fastcgi instead of editing lighttpd.conf.</p>
<p>editing /etc/php5/cgi/php.ini is also not required anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristjan Oddsson</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-2873</link>
		<dc:creator>Kristjan Oddsson</dc:creator>
		<pubDate>Thu, 16 Oct 2008 10:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-2873</guid>
		<description>Isn&#039;t just easier to use &lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html&quot; rel=&quot;nofollow&quot;&gt;XAMPP For Linux?&lt;/a&gt;. If I&#039;m not mistaking, XAMPP sets up apache, php, mysql, phpmyadmin and something else too that I do not use :P</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t just easier to use <a href="http://www.apachefriends.org/en/xampp-linux.html" rel="nofollow">XAMPP For Linux?</a>. If I&#8217;m not mistaking, XAMPP sets up apache, php, mysql, phpmyadmin and something else too that I do not use <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimi</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-2874</link>
		<dc:creator>gimi</dc:creator>
		<pubDate>Tue, 30 Sep 2008 12:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-2874</guid>
		<description>Please note that lighttpd expects &quot;normal&quot; ascii quotes unlike “theese” used in the article.

And instead of appending the fastcgi stuff /etc/lighttpd/lighttpd.conf, I&#039;d try:

cd /etc/lighttpd/conf-enabled
ln -s ../conf-available/10-fastcgi.conf
# In this file, change &quot;php-cgi&quot; to &quot;php5-cgi&quot;.

But great article. Provided me with a guideline to set up a LLMP setup within minutes. =)</description>
		<content:encoded><![CDATA[<p>Please note that lighttpd expects &#8220;normal&#8221; ascii quotes unlike “theese” used in the article.</p>
<p>And instead of appending the fastcgi stuff /etc/lighttpd/lighttpd.conf, I&#8217;d try:</p>
<p>cd /etc/lighttpd/conf-enabled<br />
ln -s ../conf-available/10-fastcgi.conf<br />
# In this file, change &#8220;php-cgi&#8221; to &#8220;php5-cgi&#8221;.</p>
<p>But great article. Provided me with a guideline to set up a LLMP setup within minutes. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-2876</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 27 Sep 2008 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-2876</guid>
		<description>Got up to modifying the lighttpd-conf but trying to reload the server i get:

158 pos: 19 invalid character in variable name
2008-09-27 20:31:27: (configfile.c.852) configfile parser failed at: (

its with your stanza at the end of the file! if I leave it out i cannot parse php files I get &quot;No input file specified&quot;. I googled this but IM on my third day of trying to fix it, I think its a bug</description>
		<content:encoded><![CDATA[<p>Got up to modifying the lighttpd-conf but trying to reload the server i get:</p>
<p>158 pos: 19 invalid character in variable name<br />
2008-09-27 20:31:27: (configfile.c.852) configfile parser failed at: (</p>
<p>its with your stanza at the end of the file! if I leave it out i cannot parse php files I get &#8220;No input file specified&#8221;. I googled this but IM on my third day of trying to fix it, I think its a bug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-2875</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-2875</guid>
		<description>Thanks so much for this!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F4jr</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html/comment-page-1#comment-2871</link>
		<dc:creator>F4jr</dc:creator>
		<pubDate>Wed, 13 Aug 2008 15:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-2871</guid>
		<description>How to install version 1.4.19 using apt-get ?</description>
		<content:encoded><![CDATA[<p>How to install version 1.4.19 using apt-get ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

