SDB Talk:Apache FastCGI and PHP-FPM configuration
Thanks guys, that helped a lot! Starting from there, i wrote a detailed one here: https://obel1x.de/dokuwiki/doku.php?id=content:apache_phpfpm
It covers also: - Switching to Apache Event-MPM for much better stability, scaling and performance - Using included mod_proxy_fcgi instead of mod_fcgi needing the additional Apache- Repository - Sizing Apache and PHP-FPM + Mariadb to the installed Memory - Using Sockets for communication between Apache and PHP-FPM
I am using this Setup for Nextcloud and it performs very stable!
Maybe someone could have that documentation included here?