From d59e06001d9634de6b5297f9ed93e278b393706a Mon Sep 17 00:00:00 2001
From: "jake%bugzilla.org" <>
Date: Thu, 13 Feb 2003 12:11:54 +0000
Subject: Bug 177997 - Update the AOL Server section with the new configuration
information.
---
docs/sgml/installation.sgml | 35 +++++++++++++++++++++++++----------
1 file changed, 25 insertions(+), 10 deletions(-)
(limited to 'docs/sgml/installation.sgml')
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index f7607d2e3..286706126 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.
+
+
--
cgit v1.2.1