=====Trop d'instances httpd===== Dans le fichier ''httpd-mpm.conf'' réduire le nombre de ''MaxClients'' pour tous les modules. L'intérêt est de réduire l'occupation mémoire. =====Log d'erreur===== ''/var/log/apache2/error_log'' =====Taille maxi upload===== [[https://www.dokuwiki.org/faq:uploadsize|Maximum Upload File Size]] {{ :prog:apache:faq_uploadsize_dokuwiki_2020-04-28_10_43_55_pm_.html |Archive du 18/07/2019 le 28/04/2020}} Fichier ''php.ini'' : upload_max_filesize = 15M post_max_size = 15M Fichier ''.htaccess'' php_value upload_max_filesize 15M php_value post_max_size 15M =====Rediriger http vers https===== RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] [[https://my.planethoster.net/knowledgebase/article/115/ssl-comment-rediriger-http-vers-https-depuis-le-htaccess|SSL - Comment rediriger HTTP vers HTTPS depuis le .htaccess - PlanetHoster]] {{ :prog:apache:ssl_-_comment_rediriger_http_vers_https_depuis_le_.htaccess_-_base_de_connaissances_2020-04-28_10_43_56_pm_.html |Archive le 28/04/2020}} =====Erreurs===== ====Name or service not known: AH01564: unable to find IPv4 address of "localhost.localdomain"==== Dans le fichier ''/etc/hosts'', ajoutez la ligne ''127.0.0.1 localhost.localdomain''