diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 2f9f0c93cf8..b784a41ca6e 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8872 \ No newline at end of file +8873 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/docs/en/rst/glossary.rst b/mozilla/webtools/bugzilla/docs/en/rst/glossary.rst index e89dea7437c..83bb951bbfa 100644 --- a/mozilla/webtools/bugzilla/docs/en/rst/glossary.rst +++ b/mozilla/webtools/bugzilla/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.