summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-18 21:05:00 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-18 21:05:00 +0100
commit3cdb43228841c70a08656eae34f7fa181fdea6d7 (patch)
treea5405ad73ede3402c3775cae356971364765eb5a /docs
parent4901ed9c21c36828a682dd0adf125331356f002a (diff)
downloadbugzilla-3cdb43228841c70a08656eae34f7fa181fdea6d7.tar.gz
bugzilla-3cdb43228841c70a08656eae34f7fa181fdea6d7.tar.xz
Fix incorrect formatting in the glossary
https://bugzilla.mozilla.org/show_bug.cgi?id=912064
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/glossary.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/en/rst/glossary.rst b/docs/en/rst/glossary.rst
index e89dea743..83bb951bb 100644
--- a/docs/en/rst/glossary.rst
+++ b/docs/en/rst/glossary.rst
@@ -38,14 +38,16 @@ Apache
Useful Directives when configuring Bugzilla
- ```AddHandler <http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addhandler>`_``
+ `AddHandler <http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addhandler>`_
Tell Apache that it's OK to run CGI scripts.
- ```AllowOverride <http://httpd.apache.org/docs-2.0/mod/core.html#allowoverride>`_``, ```Options <http://httpd.apache.org/docs-2.0/mod/core.html#options>`_``
+
+ `AllowOverride <http://httpd.apache.org/docs-2.0/mod/core.html#allowoverride>`_, `Options <http://httpd.apache.org/docs-2.0/mod/core.html#options>`_
These directives are used to tell Apache many things about
the directory they apply to. For Bugzilla's purposes, we need
them to allow script execution and :file:`.htaccess`
overrides.
- ```DirectoryIndex <http://httpd.apache.org/docs-2.0/mod/mod_dir.html#directoryindex>`_``
+
+ `DirectoryIndex <http://httpd.apache.org/docs-2.0/mod/mod_dir.html#directoryindex>`_
Used to tell Apache what files are indexes. If you can
not add :file:`index.cgi` to the list of valid files,
you'll need to set ``$index_html`` to
@@ -53,7 +55,8 @@ Apache
:command:`./checksetup.pl` will create an
:file:`index.html` that redirects to
:file:`index.cgi`.
- ```ScriptInterpreterSource <http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource>`_``
+
+ `ScriptInterpreterSource <http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource>`_
Used when running Apache on windows so the shebang line
doesn't have to be changed in every Bugzilla script.