updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / suphp / suphp.conf
bloba4c6cdfd367cbf4c2727032c03c0f032286a760c
1 [global]
2 ;Path to logfile
3 logfile=/var/log/suphp.log
5 ;Loglevel
6 loglevel=info
8 ;User Apache is running as
9 webserver_user=http
11 ;Path all scripts have to be in
12 docroot=/var/www:${HOME}/public_html:/srv/http
14 ;Path to chroot() to before executing script
15 ;chroot=/mychroot
17 ; Security options
18 allow_file_group_writeable=false
19 allow_file_others_writeable=false
20 allow_directory_group_writeable=false
21 allow_directory_others_writeable=false
23 ;Check wheter script is within DOCUMENT_ROOT
24 check_vhost_docroot=false
26 ;Send minor error messages to browser
27 errors_to_browser=true
29 ;PATH environment variable
30 env_path=/bin:/usr/bin
32 ;Umask to set, specify in octal notation
33 umask=0077
35 ; Minimum UID
36 min_uid=33
38 ; Minimum GID
39 min_gid=33
42 [handlers]
43 ;Handler for php-scripts
44 x-httpd-php="php:/usr/bin/php-cgi"
46 ;Handler for CGI-scripts
47 x-suphp-cgi="execute:!self"