From: Martin Kraemer Date: Thu, 17 Sep 1998 20:23:40 +0000 (+0000) Subject: BS2000 only: Change nasty BS2000AuthFile to less dangerous BS2000Account X-Git-Tag: 1.3.2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee4db23663a6403b72e088416018b1b13841a19a;p=apache BS2000 only: Change nasty BS2000AuthFile to less dangerous BS2000Account (no need to store a password anywhere) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82078 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ebcdic.html b/docs/manual/ebcdic.html index 6a72436620..dc8a17a028 100644 --- a/docs/manual/ebcdic.html +++ b/docs/manual/ebcdic.html @@ -473,7 +473,7 @@ mod_php3 + - mod_php3 runs fine + mod_php3 runs fine, with LDAP and GD libraries diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index ae2ce0ddd0..51101cbd57 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -28,7 +28,7 @@ always available.
  • AuthName
  • AuthType
  • BindAddress -
  • BS2000AuthFile +
  • BS2000Account
  • ClearModuleList
  • ContentDigest
  • CoreDumpDirectory @@ -363,12 +363,12 @@ HREF="#virtualhost"><VirtualHost> sections.
    -

    BS2000AuthFile directive

    - +

    BS2000Account directive

    + Syntax: BS2000AuthFile authfile
    +>Syntax: BS2000Account account
    <VirtualHost> sections. Compatibility: BS2000AuthFile is only available for +>Compatibility: BS2000Account 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.

    +The BS2000Account directive is available for BS2000 hosts +only. It must be used to define the account number for the non-privileged +apache server user (which was configured using the +User directive). +This is required by the BS2000 POSIX subsystem (to change the underlying +BS2000 task environment by performing a sub-LOGON) to prevent CGI scripts +from accessing resources of the privileged account which started the +server, usually SYSROOT.
    +Only one BS2000Account directive can be used.

    See Also: Apache EBCDIC port

    diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 5df16441d1..732d19e298 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -67,7 +67,7 @@ of the terms used in their descriptions available.
  • BindAddress
  • BrowserMatch
  • BrowserMatchNoCase -
  • BS2000AuthFile +
  • BS2000Account
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels