From: jake%bugzilla.org <> Date: Fri, 4 Apr 2008 11:46:23 +0000 (+0000) Subject: Bug 177997 - Update the AOL Server section with the new configuration information. X-Git-Tag: bugzilla-3.1.3~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1920fc378690e82e955076cc08f03e79cce0f44;p=thirdparty%2Fbugzilla.git Bug 177997 - Update the AOL Server section with the new configuration information. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index f7607d2e3e..2867061266 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1724,11 +1724,14 @@ deny from all ns_register_filter preauth GET /bugzilla/localconfig filter_deny +ns_register_filter preauth GET /bugzilla/localconfig~ filter_deny +ns_register_filter preauth GET /bugzilla/\#localconfig\# filter_deny ns_register_filter preauth GET /bugzilla/*.pl filter_deny -ns_register_filter preauth GET /bugzilla/localconfig filter_deny ns_register_filter preauth GET /bugzilla/syncshadowdb filter_deny ns_register_filter preauth GET /bugzilla/runtests.sh filter_deny - +ns_register_filter preauth GET /bugzilla/data/* filter_deny +ns_register_filter preauth GET /bugzilla/template/* filter_deny + proc filter_deny { why } { ns_log Notice "filter_deny" return "filter_return" @@ -1736,17 +1739,29 @@ proc filter_deny { why } { - This doesn't appear to account for everything mentioned in - . In particular, it doesn't block access - to the data or - template directories. It also - doesn't account for the editor backup files that were the topic of + This probably doesn't account for all possible editor backup + files so you may wish to add some additional variations of + localconfig. For more information, see bug - 186383, Bugtraq ID 6501, - and a partial cause for the 2.16.2 release. + 186383 or Bugtraq ID 6501. + + + If you are using webdot from research.att.com (the default + configuration for the paramater), you + will need to allow access to data/webdot/*.dot + for the reasearch.att.com machine. + + If you are using a local installation of GraphViz, you will need to allow + everybody to access *.png, + *.gif, *.jpg, and + *.map in the + data/webdot directory. + +