diff --git a/cookbook/configuration/web_server_configuration.rst b/cookbook/configuration/web_server_configuration.rst index 2ea1a976f6b..cf38edd8d4a 100644 --- a/cookbook/configuration/web_server_configuration.rst +++ b/cookbook/configuration/web_server_configuration.rst @@ -35,7 +35,10 @@ are: ErrorLog /var/log/apache2/project_error.log CustomLog /var/log/apache2/project_access.log combined - +.. note:: + You probably want to use ``${APACHE_LOG_DIR}/`` instead of ``/var/log/apache2/`` + for the logging-paths, if your system supports the ``APACHE_LOG_DIR`` variable. + .. note:: For performance reasons, you will probably want to set