X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=doc%2Fsuphp.conf-example;h=0ea07fdda23a4af62c9547f4391130ac5f32985f;hp=1ada6752fd7aac468d87a5914e4813c442e21234;hb=849f4a7977b5780eacae8fad7a078d05f4a615ee;hpb=b0eaa3f1fbf491fdc8a3044cf20754f14254338a diff --git a/doc/suphp.conf-example b/doc/suphp.conf-example index 1ada675..0ea07fd 100644 --- a/doc/suphp.conf-example +++ b/doc/suphp.conf-example @@ -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"