From: Martin Kraemer Date: Mon, 4 May 1998 16:46:38 +0000 (+0000) Subject: BS2000 Security: BS2000 needs extra authentication X-Git-Tag: APACHE_1_3b7~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16152b6d5718347d6907e942f308ef225a433af1;p=thirdparty%2Fapache%2Fhttpd.git BS2000 Security: BS2000 needs extra authentication git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81116 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index fc735e637e6..7b86937e944 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -28,6 +28,7 @@ always available.
  • AuthName
  • AuthType
  • BindAddress +
  • BS2000AuthFile
  • ClearModuleList
  • ContentDigest
  • CoreDumpDirectory @@ -354,6 +355,43 @@ HREF="#virtualhost"><VirtualHost> sections.
    +

    BS2000AuthFile directive

    + +Syntax: BS2000AuthFile authfile
    +Default: none
    +Context: server config
    +Status: core
    +Compatibility: BS2000AuthFile is only available for BS2000 machines, as of Apache 1.3 and later.

    + +The BS2000AuthFile directive is available for BS2000 hosts +only. It must be used to define the password file which is used to +change the BS2000 task environment of the server to the non-privileged +account specified by the User directive. This is +required in the BS2000 POSIX subsystem (by performing a sub-LOGON) to +prevent CGI scripts from accessing resources of the privileged account +which started the server, usually TSOS.
    +Note that the specified authfile must be owned by the super +user and must not be readable or writable by anyone else, otherwise +Apache will refuse to start and exit with an error message.
    +Only one BS2000AuthFile directive can be used.

    + +

    See Also: +Apache EBCDIC port

    + +
    +

    ClearModuleList directive

    BindAddress
  • BrowserMatch
  • BrowserMatchNoCase +
  • BS2000AuthFile
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels