From: Andrew McNab Date: Tue, 14 Jun 2005 15:13:51 +0000 (+0000) Subject: Module docs update X-Git-Tag: Root_glite-deployment-lb_branch_2_0_0~31 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e028e8932b7f20546d56f0522f3063f5f7619034;p=jra1mw.git Module docs update --- diff --git a/org.gridsite.core/doc/module.html b/org.gridsite.core/doc/module.html index 7f2096e..9cc97d4 100644 --- a/org.gridsite.core/doc/module.html +++ b/org.gridsite.core/doc/module.html @@ -201,6 +201,64 @@ GridSite features in different ways. (Default: none)

+

GridSiteDowngrade on|off +
Enable HTTPS Downgrade for this server, virtual server or directory: + HTTPS requests made with the header HTTP-Downgrade-Size: + will be redirected to an HTTP version of the file, unless the file is + smaller than the given size. +
+ (Default: off) +

+ +

GridSiteAuthCookiesDir path +
Location of authentication cookies directory, relative to ServerRoot. + Used by HTTPS Downgrade to record the credentials obtained via HTTPS, + and available to the corresponding HTTP request. +
+ (Default: gridauthcookies) +

+ +

GridSiteACLFormat GACL|XACML +
Format to use when writing .gacl files. (Both formats are automatically + recognised when reading.) +
+ (Default: GACL) +

+ +

GridSiteExecMethod nosetuid|suexec|X509DN|directory +
Execution strategy for CGI scripts and executables. For options other + than nosetuid, suexec (or gsexec renamed suexec) must installed. For + X509DN and directory, gsexec must be installed, as suexec. +
+ With X509DN, the CGI process runs as a pool user, detemined using lock + files in the pool mapping directory chosen as build time of gsexec. + (/var/www/execmapdir by default.) The pool user is chosen according + to the client's full certificate X.509 DN (ie without any GSI proxy + name components.) +
+ With directory, the CGI process runs as a pool user chosen according + to the directory in which the CGI is located: all CGIs in that directory + run as the same pool user. +
+ (Default: nosetuid) +

+ +

GridSiteUserGroup user group +
Unix user and group when using suexec (or gsexec as suexec.) This + is equivalent to the suexec SuexecUserGroup directive, but can be + specified on a per-directory basis. +
+ (Default: none) +

+ +

GridSiteDiskMode GroupNone|GroupRead|GroupWrite WorldNone|WorldRead +
The file creation permissions mode, taking two arguments to specify + the group and other permissions. The mode always includes read and write + permission for the CGI user itself. +
+ (Default: GroupNone WorldNone) +

+

Environment variables

@@ -266,6 +324,27 @@ in effect.
If set, do not include credit links to GridSite in page footers.

+

GRST_ACL_FORMAT +
Format to use when writing .gacl files: either GACL or XACML. +

+ +

GRST_EXEC_METHOD +
Specified by GridSiteExecMethod, either suexec, X509DN or directory. +

+ +

GRST_EXEC_DIRECTORY +
The directory containing the CGI script or executable (used by gsexec + to determine which pool account to use in directory mapping mode.) +

+ +

GRST_DISK_MODE +
The Apache disk permission modes bit pattern, in hexadecimal, + starting with 0x. + (Similar to the Unix bit pattern, except with hexadecimal rather than + octal values: eg 0x600 [Apache] vs 0600 [Unix] + are both read/write for user only.) +

+