added PHP FPM status page

Ralf Becker 2023-01-17 17:14:20 -06:00
parent 037e479304
commit 7b5ea0edf1

@ -261,6 +261,27 @@ So it is currently (12.2019) not recommended to run Docker on Btrfs. Otherwise,
If someone has a solution, we ask for feedback in the forum.
# PHP FPM status page - see in realtime the requests on your EGroupware server
The PHP FPM status page shows, if enabled, the currently running PHP requests incl. their URL.
> This helps to troubleshoot a slow or overloaded server.
Instructions on how to enable it are in the file itself:
https://github.com/EGroupware/egroupware/blob/master/admin/fpm-status.php
The status-page will then be available for logged in EGroupware administrator under your EGroupware URL:
https://example.org/egroupware/admin/fpm-status.php
Before version 23.1 the status page needs to be manually copied into your EGroupware container:
```
curl https://github.com/EGroupware/egroupware/raw/master/admin/fpm-status.php > /tmp/fpm-status.php
docker cp /tmp/fpm-status.php egroupware:/usr/share/egroupware-sources/admin/
docker restart egroupware
```
# How to get help
EGroupware GmbH - the developers of EGroupware - offer the following support options, if you can not figure it out by yourself