diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index aa32b0690aa..0d5f8eebb88 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8359 \ No newline at end of file +8360 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.htaccess b/mozilla/webtools/bugzilla/.htaccess index 4b06fe9a9c1..27f478afdaf 100644 --- a/mozilla/webtools/bugzilla/.htaccess +++ b/mozilla/webtools/bugzilla/.htaccess @@ -2,6 +2,9 @@ deny from all + +Options -Indexes + diff --git a/mozilla/webtools/bugzilla/docs/en/xml/installation.xml b/mozilla/webtools/bugzilla/docs/en/xml/installation.xml index 8c5c29b8e8f..18de454b9f4 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/installation.xml +++ b/mozilla/webtools/bugzilla/docs/en/xml/installation.xml @@ -1056,19 +1056,20 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/ <Directory /var/www/html/bugzilla> AddHandler cgi-script .cgi -Options +Indexes +ExecCGI -DirectoryIndex index.cgi -AllowOverride Limit FileInfo Indexes +Options +ExecCGI +DirectoryIndex index.cgi index.html +AllowOverride Limit FileInfo Indexes Options </Directory> These instructions: allow apache to run .cgi files found within the bugzilla directory; instructs the server to look - for a file called index.cgi if someone + for a file called index.cgi or, if not + found, index.html if someone only types the directory name into the browser; and allows Bugzilla's .htaccess files to override - global permissions. + some global permissions.