From 7b5ea0edf144d9201d970a04a26d430d00a45eb7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Jan 2023 17:14:20 -0600 Subject: [PATCH] added PHP FPM status page --- Update-recommendations-and-troubleshooting.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Update-recommendations-and-troubleshooting.md b/Update-recommendations-and-troubleshooting.md index fb421c2..8e9a3fe 100644 --- a/Update-recommendations-and-troubleshooting.md +++ b/Update-recommendations-and-troubleshooting.md @@ -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