diff --git a/infra/apache.md b/infra/apache.md index 583a7e3..8b5812a 100644 --- a/infra/apache.md +++ b/infra/apache.md @@ -1,5 +1,18 @@ # Apache +## Configuration du logrotate + +Convention d'un dossier de log par site web donc nécessité de personnaliser le logrotate : +``` +/var/log/apache2/*.log +/var/log/apache2/*/*log +{ + monthly + missingok + rotate 6 +… +``` + ## Prérequis Activer le module `headers` :