Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7918fb

Browse files
committed
Added hint about permissions.
1 parent 72a342f commit d7918fb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Tools/faqwiz/README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ program to maintain some other FAQ than the Python FAQ is contained in
1313
the configuration module, faqconf.py.
1414

1515
Note that this is not an executable script; it's an importable module.
16-
The actual script in cgi-bin minimal.
16+
The actual script in cgi-bin is minimal.
1717

1818
Files:
1919

@@ -22,4 +22,8 @@ faqwin.py main module, lives in same directory as FAQ entry files
2222
faqconf.py main configuration module
2323
faqcust.py additional local customization module (optional)
2424

25+
The most important setup consideration is that the directory and the
26+
RCS subdirectory must be world-writable, since the CGI script runs as
27+
nobody!
28+
2529
--Guido van Rossum (home page: http://www.python.org/~guido/)

0 commit comments

Comments
 (0)