[global] ;Path to logfile logfile=/var/log/apache2/suphp_log ;Loglevel loglevel=warn ;User Apache is running as webserver_user=apache ;Path all scripts have to be in docroot=/home ; Security options allow_file_group_writeable=false allow_file_others_writeable=false allow_directory_group_writeable=false 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" ;Umask to set, specify in octal notation umask=0022 ; Minimum UID min_uid=1000 ; Minimum GID min_gid=100 [handlers] ;Handler for php-scripts x-httpd-php="php:/usr/lib/php5.2/bin/php-cgi" x-httpd-php5="php:/usr/lib/php5.2/bin/php-cgi" x-httpd-php5.2="php:/usr/lib/php5.2/bin/php-cgi" x-httpd-php5.3="php:/usr/lib/php5.3/bin/php-cgi" x-httpd-php5.4="php:/usr/lib/php5.4/bin/php-cgi" x-httpd-php5.5="php:/usr/lib/php5.5/bin/php-cgi" x-httpd-phtml="php:/usr/lib/php5.3/bin/php-cgi" ;Handler for CGI-scripts x-suphp-cgi="execute:!self"