<?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"
	>
<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 Tips,Howtos&#38;Tutorials&#124;Feisty,Gutsy,Hardy,Intrepid</description>
	<pubDate>Fri, 21 Nov 2008 00:32:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: helloworld</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-149288</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-149288</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-148248</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-148248</guid>
		<description>Isn't just easier to use &lt;a href="http://www.apachefriends.org/en/xampp-linux.html" rel="nofollow"&gt;XAMPP For Linux?&lt;/a&gt;. If I'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-145431</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-145431</guid>
		<description>Please note that lighttpd expects "normal" ascii quotes unlike “theese” used in the article.

And instead of appending the fastcgi stuff /etc/lighttpd/lighttpd.conf, I'd try:

cd /etc/lighttpd/conf-enabled
ln -s ../conf-available/10-fastcgi.conf
# In this file, change "php-cgi" to "php5-cgi".

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-144574</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-144574</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 "No input file specified". 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-141986</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-141986</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-133472</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-133472</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>
	<item>
		<title>By: Damien</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-118341</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 19 Jun 2008 04:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-118341</guid>
		<description>Thanks mate, just got phpmyadmin working with it as well and all is good.

Great tutorials here.</description>
		<content:encoded><![CDATA[<p>Thanks mate, just got phpmyadmin working with it as well and all is good.</p>
<p>Great tutorials here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qix</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-100256</link>
		<dc:creator>qix</dc:creator>
		<pubDate>Mon, 12 May 2008 20:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-100256</guid>
		<description>Thanks, finally I got that php thing to work with lighttpd.</description>
		<content:encoded><![CDATA[<p>Thanks, finally I got that php thing to work with lighttpd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Declan</title>
		<link>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-85961</link>
		<dc:creator>Declan</dc:creator>
		<pubDate>Wed, 30 Apr 2008 01:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html#comment-85961</guid>
		<description>Thanks!

Your tutorial helped my setup my new Dell server, I am experienced with Linux and the software mentioned above but I wanted to move away from Apache as it was being too resource heavy and lighttpd offered just this, it was a bit of a pain porting the stuff over but I am glad I did. Runs much better! :D</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>Your tutorial helped my setup my new Dell server, I am experienced with Linux and the software mentioned above but I wanted to move away from Apache as it was being too resource heavy and lighttpd offered just this, it was a bit of a pain porting the stuff over but I am glad I did. Runs much better! <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
