﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/5" rel="self" type="application/rss+xml" />
        <title><![CDATA[How to install PHP-FPM on Ubuntu]]></title>
        <description><![CDATA[<p>By default <em>Nginx</em> is not capable of processing dynamic web pages with PHP so it requires the use of specific additional plugins for this purpose. One of these plugins is FPM (FastCGI Process Manager). FPM is an alternative PHP FastCGI implementation with some additional features (mostly) useful for heavy-loaded sites. It is the preferred method of processing PHP pages with <em>Nginx</em> and is faster than traditional CGI based methods.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/5/how-to-install-php-fpm-on-ubuntu]]></link>
        <pubDate>Wed, 24 Mar 2021 21:05:04 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>how-to-install-php-fpm-on-ubuntu</title>
            <link><![CDATA[https://www.hibit.dev/posts/5/how-to-install-php-fpm-on-ubuntu]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2021/headers/php-fpm.png]]></url>
            <width>287></width>
            <height>150></height>
        </image>
    </channel>
</rss>
