summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-30 12:01:24 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-30 12:01:24 (GMT)
commitd7918fb75846ccea69f7fb9774f08e5879478e34 (patch)
tree288efb32eb9ee8f6907f19414b9a71e877384505 /Tools
parent72a342fd4f62238f5ff76201e6d34cd39b99de87 (diff)
downloadcpython-d7918fb75846ccea69f7fb9774f08e5879478e34.zip
cpython-d7918fb75846ccea69f7fb9774f08e5879478e34.tar.gz
cpython-d7918fb75846ccea69f7fb9774f08e5879478e34.tar.bz2
Added hint about permissions.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/faqwiz/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README
index d03894e..186e43d 100644
--- a/Tools/faqwiz/README
+++ b/Tools/faqwiz/README
@@ -13,7 +13,7 @@ program to maintain some other FAQ than the Python FAQ is contained in
the configuration module, faqconf.py.
Note that this is not an executable script; it's an importable module.
-The actual script in cgi-bin minimal.
+The actual script in cgi-bin is minimal.
Files:
@@ -22,4 +22,8 @@ faqwin.py main module, lives in same directory as FAQ entry files
faqconf.py main configuration module
faqcust.py additional local customization module (optional)
+The most important setup consideration is that the directory and the
+RCS subdirectory must be world-writable, since the CGI script runs as
+nobody!
+
--Guido van Rossum (home page: http://www.python.org/~guido/)