summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installation.rst
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-11-26 16:37:59 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-11-26 16:37:59 +0100
commitad031a17fbd31766c4a5d1fe8894178784262d3e (patch)
tree3d7badd3a23338cbcc3c0e5de66cb29bd3c2eda2 /docs/en/rst/installation.rst
parent649a38910889a9945e2ef22f5d6ff4d32fceeba6 (diff)
downloadbugzilla-ad031a17fbd31766c4a5d1fe8894178784262d3e.tar.gz
bugzilla-ad031a17fbd31766c4a5d1fe8894178784262d3e.tar.xz
Bug 1038275: Comprehensible documentation for the REST API
r=gerv,a=glob
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.