<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / fpm</title>
<link>http://netvouz.com/falko/tag/fpm?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;fpm&quot; on Netvouz</description>
<item><title>Configuring Your LEMP System (Linux, nginx, MySQL, PHP-FPM) For Maximum Performance</title>
<link>http://www.howtoforge.com/configuring-your-lemp-system-linux-nginx-mysql-php-fpm-for-maximum-performance</link>
<description>If you are using nginx as your webserver, you are looking for a performance boost and better speed. nginx is fast by default, but you can optimize its performance and the performance of all parts (like PHP and MySQL) that work together with nginx. Here is a small, incomprehensive list of tips and tricks to configure your LEMP system (Linux, nginx, MySQL, PHP-FPM) for maximum performance. These tricks work for me, but your mileage may vary. Do not implement them all at once, but one by one and check what effect the modification has on your system&#39;s performance.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 23 Sep 2012 09:25:26 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-debian-wheezy</link>
<description>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 Wheezy server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd&#39;s spawn-fcgi.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 16 Jul 2013 07:55:34 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-18</link>
<description>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 18 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd&#39;s spawn-fcgi.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 21 Feb 2013 12:39:43 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 19</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-19</link>
<description>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 19 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd&#39;s spawn-fcgi.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 07 Aug 2013 11:03:54 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 12.2</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-opensuse-12.2</link>
<description>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 12.2 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd&#39;s spawn-fcgi.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 02 Oct 2012 12:02:36 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 13.04</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-ubuntu-13.04</link>
<description>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 13.04 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd&#39;s spawn-fcgi.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 25 Jul 2013 12:46:09 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.10</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-ubuntu-12.10</link>
<description>Nginx (pronounced &quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 12.10 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced &quot;engine x&quot;) + MySQL + PHP).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 30 Oct 2012 13:24:29 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 13.04</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-ubuntu-13.04</link>
<description>Nginx (pronounced &quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 13.04 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced &quot;engine x&quot;) + MySQL + PHP).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 04 Jul 2013 10:13:39 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 19</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-fedora-19</link>
<description>Nginx (pronounced &quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 19 server with PHP5 support (through PHP-FPM) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 01 Aug 2013 12:59:21 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.2</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-opensuse-12.2</link>
<description>Nginx (pronounced &quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an OpenSUSE 12.2 server with PHP5 support (through PHP-FPM) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 08 Nov 2012 10:36:34 GMT</pubDate>
</item></channel></rss>