From fd45a94d24147fe8d23458cea7ac0d931cd064a9 Mon Sep 17 00:00:00 2001 From: bwaegeneire Date: Wed, 15 Jun 2022 15:35:59 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20info=20sur=20plantage=20d'apache=20quan?= =?UTF-8?q?d=20recharg=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoApache.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HowtoApache.md b/HowtoApache.md index 97e75ab0..7f3ae651 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -1650,6 +1650,8 @@ Si l'on utilise [PHP-FPM](HowtoPHP#configuration-fpm) avec Apache-ITK, on veillera à avoir un pool FPM qui utilise les mêmes utilisateur/groupe qu'Apache-ITK. En particulier si on définit `AssignUserID foo bar` il faut s'assurer que `user = foo` et `group = bar` dans le configuration du pool PHP-FPM. - +### Apache plante quand rechargé + +En Debian 9, avec un Apache utilisant mod_php et imagemagick, quand apache est rechargé la 1024 ième fois apache plante en idiquant dans les logs `libgomp: could not create thread pool destructor.`. Pour plus d'info lire cet [article](https://levelup.gitconnected.com/this-is-why-our-3000-apache-servers-went-down-on-the-first-day-of-2022-3cc5e9639587).