8000
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.
1 parent 3e4c92a commit c8a32c5Copy full SHA for c8a32c5
cookbook/configuration/web_server_configuration.rst
@@ -51,10 +51,12 @@ are:
51
ErrorLog /var/log/apache2/project_error.log
52
CustomLog /var/log/apache2/project_access.log combined
53
</VirtualHost>
54
+
55
.. note::
- You probably want to use ``${APACHE_LOG_DIR}/`` instead of ``/var/log/apache2/``
56
- for the logging-paths, if your system supports the ``APACHE_LOG_DIR`` variable.
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
61
62
For performance reasons, you will probably want to set
0 commit comments