summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/installation.rst')
-rw-r--r--docs/en/rst/installation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/rst/installation.rst b/docs/en/rst/installation.rst
index ca69667f4..5c0aa2de5 100644
--- a/docs/en/rst/installation.rst
+++ b/docs/en/rst/installation.rst
@@ -748,8 +748,8 @@ Without this directive, Apache will not follow symbolic links
to places outside its own directory structure, and you will be
unable to run Bugzilla.
-Apache *httpd * log files with bugzilla
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Apache *httpd* log files with bugzilla
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For security reasons it is recommended to prevent Apache from logging
query strings.
@@ -761,8 +761,8 @@ reasons we recommend configuring Apache to not include the query-string in its l
files to avoid storing passwords in clear text on the server.
#. Load :file:`httpd.conf` or :file:`apache2.conf` in your editor.
- In most of the Linux distributions this file is found in :folder:`/etc/httpd/conf/httpd.conf`
- or in :folder:`/etc/apache2/apache2.conf`.
+ In most of the Linux distributions this file is found in :folder:`/etc/httpd/conf/httpd.conf`
+ or in :folder:`/etc/apache2/apache2.conf`.
#. Find the following line in the above mentioned file.
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined.