Commit 3cdb4322 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix incorrect formatting in the glossary

parent 4901ed9c
...@@ -38,14 +38,16 @@ Apache ...@@ -38,14 +38,16 @@ Apache
Useful Directives when configuring Bugzilla 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. 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 These directives are used to tell Apache many things about
the directory they apply to. For Bugzilla's purposes, we need the directory they apply to. For Bugzilla's purposes, we need
them to allow script execution and :file:`.htaccess` them to allow script execution and :file:`.htaccess`
overrides. 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 Used to tell Apache what files are indexes. If you can
not add :file:`index.cgi` to the list of valid files, not add :file:`index.cgi` to the list of valid files,
you'll need to set ``$index_html`` to you'll need to set ``$index_html`` to
...@@ -53,7 +55,8 @@ Apache ...@@ -53,7 +55,8 @@ Apache
:command:`./checksetup.pl` will create an :command:`./checksetup.pl` will create an
:file:`index.html` that redirects to :file:`index.html` that redirects to
:file:`index.cgi`. :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 Used when running Apache on windows so the shebang line
doesn't have to be changed in every Bugzilla script. doesn't have to be changed in every Bugzilla script.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment