18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
# CGI wrapper configuration
|
|
#
|
|
# Use the 'newroot' tool to copy applications to a chroot directory.
|
|
|
|
# CGIhandler = /path/to/cgi-handler
|
|
#
|
|
#CGIhandler = /usr/bin/perl
|
|
#CGIhandler = /usr/bin/php-cgi
|
|
#CGIhandler = /usr/bin/python
|
|
#CGIhandler = /usr/bin/ruby
|
|
#CGIhandler = /usr/bin/ssi-cgi
|
|
|
|
# Wrap = <wrap-id>;<cgiroot>;<userid>[:<group>]
|
|
#
|
|
#Wrap = nobody ; /var/www|nobody ; 65534:65534
|
|
#Wrap = somebody ; /var/www/site ; 1001:33,200,201
|
|
#Wrap = hugo ; ~hugo ; hugo
|