How to Optimize PHP-FPM
As I posted before, I have been using PHP-FPM for many years. I added a PHP-FPM status page recently. Now I am using PHP8.2, so I may use PHP-FPM or PHP8.2-FPM to mention it. About the PHP-FPM, I am always...
Tech geek. Life geek.
As I posted before, I have been using PHP-FPM for many years. I added a PHP-FPM status page recently. Now I am using PHP8.2, so I may use PHP-FPM or PHP8.2-FPM to mention it. About the PHP-FPM, I am always...
I have been using PHP-FPM to interpret the PHP language program for years. My server or VPS is powered by Ubuntu, most time the latest LTS version or the second latest version. I like Nginx for web servers. In the...
Here is the background. It is a php script that is accessed through a browser. Server: Ubuntu 18.04 Web server: Nginx 1.14 php: php7.2-fpm The script always stoped on 60 seconds. The Nginx error log is shown below: 2019/10/23...
I have a site, which use nginx as web server and php-fpm as php interpreter. Most of the files use html extension name. My nginx conf file has following section. But, when I enter the url such as https://example.com/sample.html, whose...
This is a how-to of install php 5.3 an dphp 5.5 on one server, CentOS and use them simultaneously. It is based on CentOS 6.5, 64bit for Apache only. 1) Enable rpmforge and epel yum repository 2) Install php...
It is the test based on the LEMP, or Linux, Nginx, MySQL and PHP, on Centos 6.4 64bit at Burst.net 1GB VPS. Details about the testing bed: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 1 cores, 1GB RAM CentOS Linux 6.4...
It is a guide to install LEMP on a Centos 6.4 64bit VPS at Burst.net. It is also working on other VPS. LEMP stands for Linux, NginX, MySQL, PHP. First of all, rebuild the OS on VPS with Centos-6.2-x86_64. Other...