-
### Description
I've noticed a delay in loading the php-fpm configuration for PHP versions 8.2.X and 8.3.X when there are 250 pools. It takes around 15 seconds for this configuration to load, whereas…
-
At a minimum whatever volumes one has placed `/var/www/html` + `/var/www/html/apps` + `/var/www/html/custom_apps` on needs to be available to the web/frontend.
Magically taken care of if **not** usin…
-
I've discovered that after changing anything in the PHP configuration for PHP-FPM I have to restart FPM:
In my case that file is /etc/php-fpm.conf
Restart:
`systemctl restart php-fpm
`
See…
-
Description:
This proposal suggests upgrading critical web server components to enhance security, performance, and compatibility. The targeted upgrades include Nginx, SFTPGo, and PHP-FPM dependencies,…
-
-
## Feature Description
Develop the `fetchGetFPMServerRequirementStatus` action in the First-party mode datastore. This action should call the `fpm-server-requirement-status` API endpoint to verify th…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
using apache with mod_php is slow there are better alternatve such as frankenphp https://frankenphp.dev/ we can use normal (php-fpm model) first so no code changes required.
Why franken php?
- […
-
It seems that php-fpm pool.d conf file `/etc/php/8.2/fpm/pool.d/privatebin.conf` is not removed when uninstalling privatebin. In my case, this let to an error with php-fpm service:
```
Aug 03 16:4…
-
Hi, I am starting container from `FROM thecodingmachine/php:7.4-v3-fpm` and getting
```
php_1 | [07-Jul-2020 13:22:56] ALERT: [pool www] user has not been defined
php_1 | [07-Jul-202…