Skip to content

Commit b8328c5

Browse files
noppelmaxweaverryan
authored andcommitted
APACHE_LOG_DIR note added
Added a note, that for systems, which support the APACHE_LOG_DIR env, the user can use it for the logging-path.
1 parent 8753f37 commit b8328c5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cookbook/configuration/web_server_configuration.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ are:
4848
Allow from All
4949
</Directory>
5050
51-
ErrorLog ${APACHE_LOG_DIR}/project_error.log
52-
CustomLog ${APACHE_LOG_DIR}/project_access.log combined
51+
ErrorLog /var/log/apache2/project_error.log
52+
CustomLog /var/log/apache2/project_access.log combined
5353
</VirtualHost>
54-
54+
.. note::
55+
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+
5558
.. note::
5659

5760
For performance reasons, you will probably want to set

0 commit comments

Comments
 (0)