Current File : //etc/suphp.conf
[global]
;Path to logfile
logfile=/var/log/suphp.log

;Loglevel
loglevel=error

;User Apache is running as
webserver_user=www

;Path all scripts have to be in
docroot=/home

;Path to chroot() to before executing script
;chroot=/mychroot

; Security options
allow_file_group_writeable=false
allow_file_others_writeable=false
allow_directory_group_writeable=false
allow_directory_others_writeable=false

;Check wheter script is within DOCUMENT_ROOT
check_vhost_docroot=false

;Send minor error messages to browser
;errors_to_browser=false
errors_to_browser=true

;PATH environment variable
env_path=/bin:/usr/bin:/usr/local/bin:/usr/sbin:/var/qmail/bin

;Umask to set, specify in octal notation
;umask=0077
umask=0022

; Minimum UID
min_uid=100

; Minimum GID
min_gid=100


[handlers]
;Handler for php-scripts
x-httpd-php52="php:/usr/phpcgi-52/bin/php"
x-httpd-php53="php:/usr/phpcgi-53/bin/php"
x-httpd-php54="php:/usr/phpcgi-54/bin/php"
x-httpd-php55="php:/usr/phpcgi-55/bin/php"
x-httpd-php56="php:/usr/phpcgi-56/bin/php"
x-httpd-php71="php:/usr/phpcgi-71/bin/php"

;Handler for CGI-scripts
x-suphp-cgi=execute:!self