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).