"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "cgiwrap-4.1/doc/afs" of archive cgiwrap-4.1.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 CGIWrap - Usage with AFS
2 __________________________________________________________________
3
4 CGIwrap will work with AFS, with at least the following directory
5 permissions:
6
7 Dir User/Group Permissions
8 ~ system:anyuser l
9 ~/public_html system:anyuser l
10 ~/public_html system:anyuser rl
11
12 If you are running httpd authenticated as an AFS userid, you can
13 replace system:anyuser above with that userid.
14
15 If you are using CGIWrap with AFS I'd suggest making sure to enable the
16 AFS support in the configure script (--with-afs). This automatically
17 creates a PAG for any script that is launched, that way if the script
18 klogs, it won't affect the server or other scripts. When using cgiwrap
19 with AFS based accounts, you need to keep in mind that scripts are run
20 un-authenticated. This means that any files that are accessed will be
21 accessed as system:anyuser. In general, this means that the script will
22 not have write access to your directory.