From 5fff87ad3714143d29971b3c4adc1c26f076da8d Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" Date: Thu, 13 Feb 2003 04:11:54 +0000 Subject: [PATCH] Bug 177997 - Update the AOL Server section with the new configuration information. git-svn-id: svn://10.0.0.236/trunk@137750 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/sgml/installation.sgml | 35 +++++++++++++------ .../bugzilla/docs/xml/installation.xml | 35 +++++++++++++------ 2 files changed, 50 insertions(+), 20 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml index f7607d2e3e7..28670612668 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml +++ b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml @@ -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. + + diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index f7607d2e3e7..28670612668 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/docs/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. + +