Resources, Articles, Tricks, and Solutions in connection to PHP
PHP-FPM Code and FileSystem Layout for EasyApache 4
This article will guide you on how PHP FastCGI Process Manager (PHP-FPM) daemon works. PHP-FPM Code and FileSystem Layout for EasyApache allows the website to handle loads.
As PHP-FPM receives a proxied connection, a free PHP-FPM worker accepts the web server's request. PHP-FPM then compiles and executes the PHP script, sending the output back to the web server. Each PHP user can have its own separate pool of worker processes for handling PHP requests.
FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features (mostly) useful for heavy-loaded sites. These features include:
i. Ability to start workers with different uid/gid/chroot/environment.
ii. listening on different ports and using different php. ini (replaces safe_mode).
PHP-FPM performance tuning for high traffic website
This article will help to solve high load issue due to PHP-FPM service in order to boost web server performance.
Running multiple versions of PHP on Apache PHP-FPM
This article will guide you through the steps you need to take to run multiple PHP versions on Apache PHP-FPM. We implemented this on Ubuntu 20.04 server handling two websites with two different PHP versions (PHP 7.2 and 7.3).
Install twig on Linux Server
This article will show you how to install and configure Twig on your own Linux Machine.
how to solve cURL error 60 SSL certificate problem
How to fix cURL error 60 ssl certificate problem which occurs when cURL cannot find any valid certificate to communicate securely over https.
ioncube installation in Directadmin control panel
Steps taken to get ioncube loader installed in a Directadmin control panel.
Solution to Nagios access forbidden error 403
Most efficient way to fix Nagios access forbidden error 403.
Solve phpMyAdmin Timeout error 1440 session
We have dealt with numerous cases of MySQL and phpMyAdmin Errors and support request from our customers regarding Databases related errors as part of our Linux Support Services.