Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cookbook/configuration/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ are:
ErrorLog /var/log/apache2/project_error.log
CustomLog /var/log/apache2/project_access.log combined
</VirtualHost>

.. 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
Expand Down