<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Lighttpd</title>
 <link>http://www.howtoforge.com/taxonomy/term/84/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.com/rss/web-server/lighttpd.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Lighttpd</title>
  <url>http://www.howtoforge.com/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com/taxonomy/term/84/all</link>
 </image>

<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-centos-6.0</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a CentOS 6.0 server with PHP5 support (through
FastCGI) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Mon, 12 Dec 2011 18:07:13 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-centos-6.0</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-centos-6.0#comment</comments>
</item>
<item>
 <title>How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04</title>
 <link>http://www.howtoforge.com/how-to-install-repcached-memcached-replication-for-high-availability-over-2-nodes-on-ubuntu-11.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This is a short tutorial based on MarcusSpiegel&#039;s howto found &lt;a target=&quot;_blank&quot; href=&quot;how-to-install-memcached-with-repcached-built-in-server-side-replication-on-debian-lenny&quot;&gt;here&lt;/a&gt;.
 This how to will cover the missing parts for installing Repcached on 
Ubuntu server 11.04. This is a copy/paste friendly tutorial so using 
putty will make this a lot easier. This how to will show you how to install and build memcached with 
replication, create a startup script and configure PHP to use memcache 
for sessions rather than storing them as files. This tutorial assumes 
you have set up 2 servers to replicate the information over.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Wed, 28 Sep 2011 18:57:05 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-install-repcached-memcached-replication-for-high-availability-over-2-nodes-on-ubuntu-11.04</guid>
 <comments>http://www.howtoforge.com/how-to-install-repcached-memcached-replication-for-high-availability-over-2-nodes-on-ubuntu-11.04#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Fedora 15</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-15</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Fedora 15&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on a Fedora 15 server with PHP5 support (through FastCGI) and 
MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Mon, 05 Sep 2011 18:30:46 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-15</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-15#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-centos-5.6</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on a CentOS 5.6 server with PHP5 support (through FastCGI) and
 MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 10 Jul 2011 19:41:03 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-centos-5.6</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-centos-5.6#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-ubuntu-11.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on an Ubuntu 11.04 server with PHP5 support (through FastCGI) 
and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 21 Jun 2011 18:54:51 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-ubuntu-11.04</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-ubuntu-11.04#comment</comments>
</item>
<item>
 <title>Ubuntu 10.10 LAN Torrent Seedbox With Avalanche-rt, Lighttpd, Rtorrent, Vsftpd And Samba</title>
 <link>http://www.howtoforge.com/ubuntu-10.10-lan-torrent-seedbox-with-avalanche-rt-lighttpd-rtorrent-vsftpd-and-samba</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Ubuntu 10.10 LAN Torrent Seedbox With Avalanche-rt, Lighttpd, Rtorrent, Vsftpd And Samba&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This tutorial is based on a LAN setup, but it should also be 
applicable for an Internet seedbox (e.g. on a vps or rootds), but some 
additional steps may need to be performed (firewall, securing rpc-mount,
 generally hardening of the server). The best lightweight software combination for a seedbox is lighttpd 
with rtorrent/libtorrent and a nifty web interface. So we use &lt;span class=&quot;system&quot;&gt;avalanche-rt&lt;/span&gt;, an actively developed project which looks very promising.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/samba">Samba</category>
 <pubDate>Mon, 18 Apr 2011 16:57:05 +0200</pubDate>
 <guid>http://www.howtoforge.com/ubuntu-10.10-lan-torrent-seedbox-with-avalanche-rt-lighttpd-rtorrent-vsftpd-and-samba</guid>
 <comments>http://www.howtoforge.com/ubuntu-10.10-lan-torrent-seedbox-with-avalanche-rt-lighttpd-rtorrent-vsftpd-and-samba#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-opensuse-11.4</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on an OpenSUSE 11.4 server with PHP5 support (through FastCGI)
 and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Sun, 10 Apr 2011 18:15:16 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-opensuse-11.4</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-opensuse-11.4#comment</comments>
</item>
<item>
 <title>How To Save Traffic With Lighttpd&#039;s mod_compress (Debian Squeeze)</title>
 <link>http://www.howtoforge.com/how-to-save-traffic-with-lighttpds-mod_compress-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Save Traffic With Lighttpd&#039;s mod_compress (Debian Squeeze)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will describe how to configure &lt;span class=&quot;system&quot;&gt;mod_compress&lt;/span&gt; on a Lighttpd web server (on Debian 
Squeeze). &lt;span class=&quot;system&quot;&gt;mod_compress&lt;/span&gt; allows Lighttpd to 
compress files and deliver them to clients (e.g. browsers) that can 
handle compressed content which most modern browsers do. With &lt;span class=&quot;system&quot;&gt;mod_compress&lt;/span&gt;, you can compress HTML, CSS, 
Javascript, text or XML files to approx. 20 - 30% of their original 
sizes, thus saving you server traffic and making your modem users 
happier.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Tue, 05 Apr 2011 18:12:01 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-save-traffic-with-lighttpds-mod_compress-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/how-to-save-traffic-with-lighttpds-mod_compress-debian-squeeze#comment</comments>
</item>
<item>
 <title>Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze)</title>
 <link>http://www.howtoforge.com/make-browsers-cache-static-files-with-mod_expire-on-lighttpd-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian
 Squeeze)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can configure Lighttpd to set the &lt;span class=&quot;system&quot;&gt;Expires&lt;/span&gt; HTTP header and the &lt;span class=&quot;system&quot;&gt;max-age&lt;/span&gt;
 directive of the &lt;span class=&quot;system&quot;&gt;Cache-Control&lt;/span&gt; HTTP header 
of static files (such as images, CSS and Javascript files) to a date in 
the future so that these files will be cached by your visitors&#039; 
browsers. This saves bandwidth and makes your web site appear faster (if
 a user visits your site for a second time, static files will be fetched
 from the browser cache). This tutorial was written for Debian Squeeze.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Tue, 22 Mar 2011 18:00:08 +0100</pubDate>
 <guid>http://www.howtoforge.com/make-browsers-cache-static-files-with-mod_expire-on-lighttpd-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/make-browsers-cache-static-files-with-mod_expire-on-lighttpd-debian-squeeze#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI)
 and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Thu, 24 Feb 2011 20:52:06 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Fedora 14</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-14</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Fedora 14&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on a Fedora 14 server with PHP5 support (through FastCGI) and 
MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Thu, 09 Dec 2010 15:41:32 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-14</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-14#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-ubuntu-10.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on an Ubuntu 10.10 server with PHP5 support (through FastCGI) 
and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 30 Nov 2010 17:52:42 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-ubuntu-10.10</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-ubuntu-10.10#comment</comments>
</item>
<item>
 <title>Integrating XCache Into PHP5 (Fedora 13 &amp; Lighttpd)</title>
 <link>http://www.howtoforge.com/integrating-xcache-into-php5-fedora-13-and-lighttpd</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Integrating XCache Into PHP5 (Fedora 13 &amp;amp; Lighttpd)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate XCache into PHP5 
on a Fedora 13 system (with Lighttpd). From the XCache project page: &lt;em&gt;&quot;XCache
 is a fast, stable PHP opcode cacher that has been tested and is now 
running on production servers under high load.&quot;&lt;/em&gt; It&#039;s similar to 
other PHP opcode cachers, such as eAccelerator and APC.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Mon, 04 Oct 2010 18:06:24 +0200</pubDate>
 <guid>http://www.howtoforge.com/integrating-xcache-into-php5-fedora-13-and-lighttpd</guid>
 <comments>http://www.howtoforge.com/integrating-xcache-into-php5-fedora-13-and-lighttpd#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-opensuse-11.3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on an OpenSUSE 11.3 server with PHP5 support (through FastCGI)
 and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 28 Sep 2010 17:25:23 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-opensuse-11.3</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-opensuse-11.3#comment</comments>
</item>
<item>
 <title>Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2)</title>
 <link>http://www.howtoforge.com/integrating-xcache-into-php5-and-lighttpd-opensuse-11.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate XCache into PHP5 
and lighttpd on an OpenSUSE 11.2 system. From the XCache project page: &lt;em&gt;&quot;XCache
 is a fast, stable PHP opcode cacher that has been tested and is now 
running on production servers under high load.&quot;&lt;/em&gt; It&#039;s similar to 
other PHP opcode cachers, such as eAccelerator and APC.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Mon, 09 Aug 2010 17:59:26 +0200</pubDate>
 <guid>http://www.howtoforge.com/integrating-xcache-into-php5-and-lighttpd-opensuse-11.2</guid>
 <comments>http://www.howtoforge.com/integrating-xcache-into-php5-and-lighttpd-opensuse-11.2#comment</comments>
</item>
</channel>
</rss>

