<?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 - Programming</title>
 <link>http://www.howtoforge.com/taxonomy/term/79/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.com/rss/programming.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Programming</title>
  <url>http://www.howtoforge.com/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com/taxonomy/term/79/all</link>
 </image>

<item>
 <title>Functions In PHP</title>
 <link>http://www.howtoforge.com/functions-in-php</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;78&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/php.gif&quot; width=&quot;75&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Functions In PHP&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Functions 
are considered to be a complicated topic in programming and many newbies
 think it will cost them a hand and a leg to master them. But mark my 
words and mark them well - functions are your friends and they are one 
of the easiest and most effective things in programming to learn.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 22 May 2013 19:39:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/functions-in-php</guid>
 <comments>http://www.howtoforge.com/functions-in-php#comment</comments>
</item>
<item>
 <title>Using PHP5-FPM With Apache2 On OpenSUSE 12.3</title>
 <link>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-opensuse-12.3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&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/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Using PHP5-FPM With Apache2 On OpenSUSE 12.3&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5  (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.&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/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 23 Apr 2013 19:11:52 +0200</pubDate>
 <guid>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-opensuse-12.3</guid>
 <comments>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-opensuse-12.3#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-onopensuse-12.3-lamp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&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/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; LAMP is short for &lt;strong&gt;L&lt;/strong&gt;inux, &lt;strong&gt;A&lt;/strong&gt;pache, &lt;strong&gt;M&lt;/strong&gt;ySQL, &lt;strong&gt;P&lt;/strong&gt;HP.
  This tutorial shows how you can install an Apache2 webserver on an 
OpenSUSE 12.3 server with PHP5 support (mod_php) 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/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 18 Apr 2013 18:21:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-onopensuse-12.3-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-onopensuse-12.3-lamp#comment</comments>
</item>
<item>
 <title>How To Run Your Own Web SMS Portal With PointSMS</title>
 <link>http://www.howtoforge.com/how-to-run-your-own-web-sms-portal-with-pointsms</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Run Your Own Web SMS Portal With PointSMS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial will show you how you can set up an SMS web site on CentOS using PointSMS.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 27 Mar 2013 19:00:33 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-run-your-own-web-sms-portal-with-pointsms</guid>
 <comments>http://www.howtoforge.com/how-to-run-your-own-web-sms-portal-with-pointsms#comment</comments>
</item>
<item>
 <title>How To Use Multiple PHP Versions (PHP-FPM &amp; FastCGI) With ISPConfig 3 (Ubuntu 12.10)</title>
 <link>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;116&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/ispconfig.gif&quot; width=&quot;113&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 Use Multiple PHP Versions (PHP-FPM &amp;amp; FastCGI) With ISPConfig 3 (Ubuntu 12.10)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on
 one server and select the optimal PHP version for a website. This 
feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 
5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a
 PHP-FPM and a FastCGI version on an Ubuntu 12.10 server. These PHP 
versions can be used together with the default PHP (installed through 
apt) in ISPConfig.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</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/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 24 Mar 2013 20:12:42 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.10</guid>
 <comments>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.10#comment</comments>
</item>
<item>
 <title>How To Use Multiple PHP Versions (PHP-FPM &amp; FastCGI) With ISPConfig 3 (Debian Wheezy)</title>
 <link>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-debian-wheezy</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 Use Multiple PHP Versions (PHP-FPM &amp;amp; FastCGI) With ISPConfig 3 (Debian Wheezy)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on
 one server and select the optimal PHP version for a website. This 
feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 
5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a
 PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP 
versions can be used together with the default PHP (installed through 
apt) in ISPConfig.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 17 Mar 2013 18:19:37 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-debian-wheezy</guid>
 <comments>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-debian-wheezy#comment</comments>
</item>
<item>
 <title>How To Use Multiple PHP Versions (PHP-FPM &amp; FastCGI) With ISPConfig 3 (CentOS 6.3)</title>
 <link>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-centos-6.3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;78&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/php.gif&quot; width=&quot;75&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 Use Multiple PHP Versions (PHP-FPM &amp;amp; FastCGI) With ISPConfig 3 (CentOS 6.3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on
 one server and select the optimal PHP version for a website. This 
feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 
5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a
 PHP-FPM and a FastCGI version on a CentOS 6.3 server. These PHP 
versions can be used together with the default PHP (installed through 
yum) in ISPConfig.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 12 Mar 2013 18:51:37 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-centos-6.3</guid>
 <comments>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-centos-6.3#comment</comments>
</item>
<item>
 <title>How To Use Multiple PHP Versions (PHP-FPM &amp; FastCGI) With ISPConfig 3 (Ubuntu 12.04 LTS)</title>
 <link>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.04-lts</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;116&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/ispconfig.gif&quot; width=&quot;113&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 Use Multiple PHP Versions (PHP-FPM &amp;amp; FastCGI) With ISPConfig 3 (Ubuntu 12.04 LTS)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on
 one server and select the optimal PHP version for a website. This 
feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 
5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a
 PHP-FPM and a FastCGI version on an Ubuntu 12.04 server. These PHP 
versions can be used together with the default PHP (installed through 
apt) in ISPConfig.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</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/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 07 Mar 2013 17:46:34 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.04-lts</guid>
 <comments>http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.04-lts#comment</comments>
</item>
<item>
 <title>Building PHP 5.4 From Source On Debian Squeeze</title>
 <link>http://www.howtoforge.com/building-php-5.4-from-source-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;78&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/php.gif&quot; width=&quot;75&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Building PHP 5.4 From Source On Debian Squeeze&lt;/b&gt;&lt;/p&gt;
		
		
&lt;p&gt;This tutorial describes how you can build PHP 5.4 from source on Debian Squeeze. Later on, we will install more modules through &lt;span class=&quot;system&quot;&gt;PECL&lt;/span&gt; and add it as an additional PHP version to ISPConfig&#039;s dropdown. At the end you will have a fully function PHP 5.4 installation which is selectable within the ISPConfig interface and a &lt;span class=&quot;system&quot;&gt;.deb&lt;/span&gt; package than can be used on other server as well.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 06 Mar 2013 18:15:02 +0100</pubDate>
 <guid>http://www.howtoforge.com/building-php-5.4-from-source-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/building-php-5.4-from-source-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3</title>
 <link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-scientific-linux-6.3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;149&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/nginx.gif&quot; width=&quot;146&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 Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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 Scientific Linux 6.3 server with PHP5 support  (through PHP-FPM) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 03 Mar 2013 18:18:44 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-scientific-linux-6.3</guid>
 <comments>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-scientific-linux-6.3#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-scientific-linux-6.3-lamp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&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/apache.gif&quot; width=&quot;53&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 Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; LAMP is short for &lt;b&gt;L&lt;/b&gt;inux, &lt;b&gt;A&lt;/b&gt;pache, &lt;b&gt;M&lt;/b&gt;ySQL, &lt;b&gt;P&lt;/b&gt;HP.
  This tutorial shows how you can install an Apache2 webserver on a 
Scientific Linux 6.3 server with PHP5 support (mod_php) and MySQL 
support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 28 Feb 2013 16:48:07 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-scientific-linux-6.3-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-scientific-linux-6.3-lamp#comment</comments>
</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>&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 (PHP-FPM) And MySQL Support On Fedora 18&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 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&#039;s spawn-fcgi.&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>Tue, 19 Feb 2013 18:45:42 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-18#comment</comments>
</item>
<item>
 <title>Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18</title>
 <link>http://www.howtoforge.com/using-php5-fpm-with-apache-2.4-mod_proxy_fcgi-module-on-fedora-18</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;Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 server with PHP5  (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. On Apache 2.4, we need 
Apache&#039;s mod_proxy_fcgi module to make it work.&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/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 27 Jan 2013 18:39:13 +0100</pubDate>
 <guid>http://www.howtoforge.com/using-php5-fpm-with-apache-2.4-mod_proxy_fcgi-module-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/using-php5-fpm-with-apache-2.4-mod_proxy_fcgi-module-on-fedora-18#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp</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-even&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 Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; LAMP is short for &lt;b&gt;L&lt;/b&gt;inux, &lt;b&gt;A&lt;/b&gt;pache, &lt;b&gt;M&lt;/b&gt;ySQL, &lt;b&gt;P&lt;/b&gt;HP.
  This tutorial shows how you can install an Apache2 webserver on a 
Fedora 18 server with PHP5 support (mod_php) 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/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 24 Jan 2013 18:14:43 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp#comment</comments>
</item>
<item>
 <title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18</title>
 <link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-fedora-18</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 Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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 18 server with PHP5 support  (through PHP-FPM) 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/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 22 Jan 2013 18:57:58 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-fedora-18#comment</comments>
</item>
</channel>
</rss>
