X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=doc%2Fapache%2FCONFIG;h=5def8f18538cace88b1c8d95d85932224708ab60;hp=f41d577cf7c80142452b706de605991074f7ba42;hb=849f4a7977b5780eacae8fad7a078d05f4a615ee;hpb=b0eaa3f1fbf491fdc8a3044cf20754f14254338a diff --git a/doc/apache/CONFIG b/doc/apache/CONFIG index f41d577..5def8f1 100644 --- a/doc/apache/CONFIG +++ b/doc/apache/CONFIG @@ -32,7 +32,8 @@ If you don't use this option, PHP will use its compiled in default path. suPHP_UserGroup (expects user- and groupname) * Only supported when compiled with setid-mode "force" or "paranoid" * -Specify the user- and groupname to run PHP-scripts with. +Specify the user- and groupname to run PHP-scripts with. This setting +can only be used within a or context. Example: suPHP_UserGroup foouser bargroup @@ -40,15 +41,25 @@ suPHP_AddHandler Tells mod_suphp to handle requests with the type . Please note this only works, if an action for the handler is specified -in the suPHP configuration file. +in the suPHP configuration file. Settings on per-directory level supersede +settings made on per-server level. suPHP_RemoveHandler -Tells mod_suphp NOT to handle requests with the type . +Tells mod_suphp NOT to handle requests with the type . This will +override the suPHP_AddHandler setting made on a higher configuration level. + + +suPHP_PHPPath (expects a path name) + +Sets the path to the PHP binary that is used to render files with the +"x-httpd-php" or "application/x-httpd-php" type. This setting does +*NOT* affect the PHP binary used for serving script requests, which is +still configured in suphp.conf. =================================== -(c)2002-2005 by Sebastian Marsching +(c)2002-2007 by Sebastian Marsching Please see LICENSE for additional information