From: jake%bugzilla.org <>
Date: Thu, 13 Feb 2003 12:11:54 +0000 (+0000)
Subject: Bug 177997 - Update the AOL Server section with the new configuration information.
X-Git-Tag: bugzilla-2.17.4~72
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59e06001d9634de6b5297f9ed93e278b393706a;p=thirdparty%2Fbugzilla.git
Bug 177997 - Update the AOL Server section with the new configuration information.
---
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index f7607d2e3e..2867061266 100644
--- a/docs/sgml/installation.sgml
+++ b/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/docs/xml/installation.xml b/docs/xml/installation.xml
index f7607d2e3e..2867061266 100644
--- a/docs/xml/installation.xml
+++ b/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.
+
+