File:  [ELWIX - Embedded LightWeight unIX -] / suX / etc / suX.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri May 20 16:02:05 2011 UTC (13 years, 1 month ago) by misho
Branches: misho
CVS tags: sux3_1, sux3_0, sux2_1, sux2_0, start, SUX3_0, SUX2_1, SUX2_0
suX WWW wrapper suexec helper project

    1: #
    2: # Sample config for suX service
    3: #
    4: 
    5: [global]
    6: # Mode for SIUD:: script=get uid/gid from envvar "path_translated",
    7: #   file=get uid/gid from exec file, dir=get uid/gid from "directory"
    8: mode = "file"
    9: # Valid attribute only for mode==dir
   10: directory = "."
   11: 
   12: priority = 0
   13: 
   14: [associate]
   15: default = "/bin/sh"
   16: 
   17: # if value string is empty direct execute program ...
   18: pl = ""
   19: py = ""
   20: sh = ""
   21: cgi = ""
   22: inc = "/usr/local/bin/php"
   23: php = "/usr/local/bin/php"
   24: php3 = "/usr/local/bin/php"
   25: php4 = "/usr/local/bin/php"
   26: php5 = "/usr/local/bin/php"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>