<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>性能调优 - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/%E6%80%A7%E8%83%BD%E8%B0%83%E4%BC%98/</link><description>性能调优 - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/%E6%80%A7%E8%83%BD%E8%B0%83%E4%BC%98/" rel="self" type="application/rss+xml"/><item><title>Nginx + PHP-FPM 部署与调优</title><link>https://rd163.visword.com/posts/php-nginx/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/php-nginx/</guid><description><![CDATA[<p>PHP-FPM(FastCGI Process Manager)是 PHP 官方维护的 FastCGI 协议实现，自 <strong>PHP 5.3.3(2010 年 7 月发布)</strong> 起合并进 PHP 核心代码库，在此之前它只是 Andréi Nigmatulin 维护的一个独立补丁。合并后，编译 PHP 时加上 <code>--enable-fpm</code> 即可获得 <code>php-fpm</code> 二进制，SAPI(Server API)名称为 <code>fpm-fcgi</code>。源码位于 PHP 主仓库的 <code>sapi/fpm/</code> 目录，入口文件为 <a href="https://github.com/php/php-src/blob/master/sapi/fpm/fpm/fpm_main.c" target="_blank" rel="noopener noreferrer"><code>sapi/fpm/fpm/fpm_main.c</code></a>。</p>]]></description></item></channel></rss>