3 logfile=/var/log/suphp.log
8 ;User Apache is running as
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
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
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"