﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/97" rel="self" type="application/rss+xml" />
        <title><![CDATA[Running PHP8.2 with Nginx on Ubuntu]]></title>
        <description><![CDATA[<p>PHP is a general-purpose scripting language geared towards web development. PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable.</p><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/97/running-php82-with-nginx-on-ubuntu]]></link>
        <pubDate>Mon, 27 Mar 2023 07:12:09 +0000</pubDate>
        <language>en</language>
        <category>systems</category>

        <image>
            <title>running-php82-with-nginx-on-ubuntu</title>
            <link><![CDATA[https://www.hibit.dev/posts/97/running-php82-with-nginx-on-ubuntu]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2023/headers/php82_nginx_ubuntu.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
