Import upstream 0.7.1
[manu/suphp.git] / doc / suphp.conf-example
index 1ada675..0ea07fd 100644 (file)
@@ -9,7 +9,7 @@ loglevel=info
 webserver_user=wwwrun
 
 ;Path all scripts have to be in
-docroot=/
+docroot=/var/www:${HOME}/public_html
 
 ;Path to chroot() to before executing script
 ;chroot=/mychroot
@@ -41,7 +41,7 @@ min_gid=100
 
 [handlers]
 ;Handler for php-scripts
-x-httpd-php=php:/usr/bin/php
+x-httpd-php="php:/usr/bin/php"
 
 ;Handler for CGI-scripts
-x-suphp-cgi=execute:!self
+x-suphp-cgi="execute:!self"