Fix permissions to make git-buildpackage shut up
[hcoop/zz_old/debian/suphp.git] / doc / suphp.conf-example
CommitLineData
623e7ab4 1[global]
2;Path to logfile
3logfile=/var/log/suphp.log
4
5;Loglevel
6loglevel=info
7
8;User Apache is running as
9webserver_user=wwwrun
10
11;Path all scripts have to be in
12docroot=/var/www:${HOME}/public_html
13
14;Path to chroot() to before executing script
15;chroot=/mychroot
16
17; Security options
18allow_file_group_writeable=false
19allow_file_others_writeable=false
20allow_directory_group_writeable=false
21allow_directory_others_writeable=false
22
23;Check wheter script is within DOCUMENT_ROOT
24check_vhost_docroot=true
25
26;Send minor error messages to browser
27errors_to_browser=false
28
29;PATH environment variable
30env_path=/bin:/usr/bin
31
32;Umask to set, specify in octal notation
33umask=0077
34
35; Minimum UID
36min_uid=100
37
38; Minimum GID
39min_gid=100
40
41
42[handlers]
43;Handler for php-scripts
44x-httpd-php="php:/usr/bin/php"
45
46;Handler for CGI-scripts
47x-suphp-cgi="execute:!self"