We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e35f03 + c8a32c5 commit 7d95fafCopy full SHA for 7d95faf
cookbook/configuration/web_server_configuration.rst
@@ -52,6 +52,11 @@ are:
52
CustomLog /var/log/apache2/project_access.log combined
53
</VirtualHost>
54
55
+.. note::
56
+
57
+ If your system supports the ``APACHE_LOG_DIR`` variable, you may want
58
+ to use ``${APACHE_LOG_DIR}/`` instead of ``/var/log/apache2/``.
59
60
.. note::
61
62
For performance reasons, you will probably want to set
0 commit comments