Skip to content

Commit c8a32c5

Browse files
committed
[#4104] Re-organizing language in one sentence
1 parent 3e4c92a commit c8a32c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cookbook/configuration/web_server_configuration.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ are:
5151
ErrorLog /var/log/apache2/project_error.log
5252
CustomLog /var/log/apache2/project_access.log combined
5353
</VirtualHost>
54+
5455
.. 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-
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+
5860
.. note::
5961

6062
For performance reasons, you will probably want to set

0 commit comments

Comments
 (0)