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