"Fossies" - the Fresh Open Source Software Archive

Member "cgiwrap-4.1/doc/afs" (16 Jun 2008, 1111 Bytes) of package /linux/www/old/cgiwrap-4.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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.