X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=doc%2Fen%2Fapache%2FCONFIG;fp=doc%2Fen%2Fapache%2FCONFIG;h=0000000000000000000000000000000000000000;hp=8b65a2ba52a03db0985e875992062fc8e5399dc9;hb=873afb00229b8e205345b6895eaad6602d5e10f4;hpb=728a5b3f000f892e52ecea98fcc8f0c5d7275b7b diff --git a/doc/en/apache/CONFIG b/doc/en/apache/CONFIG deleted file mode 100644 index 8b65a2b..0000000 --- a/doc/en/apache/CONFIG +++ /dev/null @@ -1,43 +0,0 @@ -=========================== -== suPHP Apache module == -=========================== - -Configuration -------------- - -mod_suphp knows two configuration directives: - -suPHP_Engine (can either be turned "on" or "off") - -This option tells mod_suphp if a PHP-script requested on this server (or -VirtualHost) should be run with the PHP-interpreter or returned to the -browser "as it is". - -This directive can be used in the global context or in a -""-directive. - - -suPHP_ConfigPath (expects a path name) - -This option tells mod_suphp which path to pass on to the PHP-interpreter -(by setting the PHPRC environment variable). -Do *NOT* refer to a file but to the directory the file resists in. - -E.g.: If you want to use "/path/to/server/config/php.ini", use "suPHP_Config -/path/to/server/config". - -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. -Example: suPHP_UserGroup foouser bargroup - - -=================================== -(c)2002-2004 by Sebastian Marsching - -Please see LICENSE for -additional information