mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
46 lines
838 B
Text
46 lines
838 B
Text
[global]
|
|
;Path to logfile
|
|
logfile=/var/log/httpd/suphp_log
|
|
|
|
;Loglevel
|
|
loglevel=info
|
|
|
|
;User Apache is running as
|
|
webserver_user=apache
|
|
|
|
;Path all scripts have to be in
|
|
docroot=/var/www
|
|
|
|
;Path to chroot() to before executing script
|
|
;chroot=/mychroot
|
|
|
|
; Security options
|
|
allow_file_group_writeable=true
|
|
allow_file_others_writeable=false
|
|
allow_directory_group_writeable=true
|
|
allow_directory_others_writeable=false
|
|
|
|
;Check wheter script is within DOCUMENT_ROOT
|
|
check_vhost_docroot=true
|
|
|
|
;Send minor error messages to browser
|
|
errors_to_browser=true
|
|
|
|
;PATH environment variable
|
|
env_path=/bin:/usr/bin:/usr/local/bin
|
|
|
|
;Umask to set, specify in octal notation
|
|
umask=0077
|
|
|
|
; Minimum UID
|
|
min_uid=500
|
|
|
|
; Minimum GID
|
|
min_gid=100
|
|
|
|
[handlers]
|
|
;Handler for php-scripts
|
|
x-httpd-php=php:/usr/bin/php-cgi
|
|
|
|
;Handler for CGI-scripts
|
|
x-suphp-cgi=execute:!self
|