0.6.1.20060928-1 release
[manu/suphp.git] / doc / suphp.conf-example
index a6eb0f7..1ada675 100644 (file)
@@ -1,15 +1,15 @@
 [global]
 ;Path to logfile
-logfile=/var/log/suphp/suphp.log
+logfile=/var/log/suphp.log
 
 ;Loglevel
 loglevel=info
 
 ;User Apache is running as
-webserver_user=www-data
+webserver_user=wwwrun
 
 ;Path all scripts have to be in
-docroot=/var/www
+docroot=/
 
 ;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-cgi
+x-httpd-php=php:/usr/bin/php
 
 ;Handler for CGI-scripts
 x-suphp-cgi=execute:!self