mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added hint about permissions.
This commit is contained in:
parent
72a342fd4f
commit
d7918fb758
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,7 @@ program to maintain some other FAQ than the Python FAQ is contained in
|
||||||
the configuration module, faqconf.py.
|
the configuration module, faqconf.py.
|
||||||
|
|
||||||
Note that this is not an executable script; it's an importable module.
|
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:
|
Files:
|
||||||
|
|
||||||
|
@ -22,4 +22,8 @@ faqwin.py main module, lives in same directory as FAQ entry files
|
||||||
faqconf.py main configuration module
|
faqconf.py main configuration module
|
||||||
faqcust.py additional local customization module (optional)
|
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/)
|
--Guido van Rossum (home page: http://www.python.org/~guido/)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue