From 3cdb43228841c70a08656eae34f7fa181fdea6d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sat, 18 Jan 2014 21:05:00 +0100 Subject: [PATCH] Fix incorrect formatting in the glossary https://bugzilla.mozilla.org/show_bug.cgi?id=912064 --- docs/en/rst/glossary.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/en/rst/glossary.rst b/docs/en/rst/glossary.rst index e89dea7437..83bb951bbf 100644 --- a/docs/en/rst/glossary.rst +++ b/docs/en/rst/glossary.rst @@ -38,14 +38,16 @@ Apache Useful Directives when configuring Bugzilla - ```AddHandler `_`` + `AddHandler `_ Tell Apache that it's OK to run CGI scripts. - ```AllowOverride `_``, ```Options `_`` + + `AllowOverride `_, `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 `_`` + + `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 `_`` + + `ScriptInterpreterSource `_ Used when running Apache on windows so the shebang line doesn't have to be changed in every Bugzilla script. -- 2.47.3