Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 185a9f0c9d34709d8df8746120c9519e > files > 3

apache-mod_suphp-0.7.2-1.x86_64.rpm

[global]
;Path to logfile
logfile=/var/log/httpd/suphp_log

;Loglevel
loglevel=info

;User Apache is running as
webserver_user=http

;Path all scripts have to be in
docroot=/

;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

;PATH environment variable
env_path="/bin:/usr/bin"

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

; Minimum UID
min_uid=500

; Minimum GID
min_gid=1000


[handlers]
;Handler for php-scripts
x-httpd-php="php:/usr/bin/php.cgi"

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