summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>1998-09-17 20:23:40 +0000
committerMartin Kraemer <martin@apache.org>1998-09-17 20:23:40 +0000
commitee4db23663a6403b72e088416018b1b13841a19a (patch)
tree54b1d8530ddae05b1cb20050a5ce8db7b3ca9f9a
parentdda1e03ed0054557de5a4093ba1613c519ecb12a (diff)
downloadhttpd-ee4db23663a6403b72e088416018b1b13841a19a.tar.gz
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
-rw-r--r--docs/manual/ebcdic.html2
-rw-r--r--docs/manual/mod/core.html30
-rw-r--r--docs/manual/mod/directives.html2
3 files changed, 16 insertions, 18 deletions
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 @@
<TR>
<TD ALIGN=LEFT><A HREF="http://www.php.net/">mod_php3</A>
<TD ALIGN=CENTER>+
- <TD>mod_php3 runs fine
+ <TD>mod_php3 runs fine, with LDAP and GD libraries
</TR>
<TR>
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.
<LI><A HREF="#authname">AuthName</A>
<LI><A HREF="#authtype">AuthType</A>
<LI><A HREF="#bindaddress">BindAddress</A>
-<LI><A HREF="#bs2000authfile">BS2000AuthFile</A>
+<LI><A HREF="#bs2000account">BS2000Account</A>
<LI><A HREF="#clearmodulelist">ClearModuleList</A>
<LI><A HREF="#contentdigest">ContentDigest</A>
<LI><A HREF="#coredumpdirectory">CoreDumpDirectory</A>
@@ -363,12 +363,12 @@ HREF="#virtualhost">&lt;VirtualHost&gt;</A></CODE> sections.
<HR>
-<H2><A NAME="bs2000authfile">BS2000AuthFile directive</A></H2>
-<!--%plaintext &lt;?INDEX {\tt BS2000AuthFile} directive&gt; -->
+<H2><A NAME="bs2000account">BS2000Account directive</A></H2>
+<!--%plaintext &lt;?INDEX {\tt BS2000Account} directive&gt; -->
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> BS2000AuthFile <EM>authfile</EM><BR>
+><STRONG>Syntax:</STRONG></A> BS2000Account <EM>account</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
@@ -384,20 +384,18 @@ HREF="#virtualhost">&lt;VirtualHost&gt;</A></CODE> sections.
<A
HREF="directive-dict.html#Compatibility"
REL="Help"
-><STRONG>Compatibility:</STRONG></A> BS2000AuthFile is only available for
+><STRONG>Compatibility:</STRONG></A> BS2000Account is only available for
BS2000 machines, as of Apache 1.3 and later.<P>
-The <CODE>BS2000AuthFile</CODE> 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 <A HREF="#user">User</A> 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 <SAMP>TSOS</SAMP>.<BR>
-Note that the specified <EM>authfile</EM> 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.<BR>
-Only one <CODE>BS2000AuthFile</CODE> directive can be used. <P>
+The <CODE>BS2000Account</CODE> 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
+<A HREF="#user">User</A> 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 <SAMP>SYSROOT</SAMP>.<BR>
+Only one <CODE>BS2000Account</CODE> directive can be used. <P>
<P><STRONG>See Also:</STRONG>
<A HREF="../ebcdic.html">Apache EBCDIC port</A></P>
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.
<LI><A HREF="core.html#bindaddress">BindAddress</A>
<LI><A HREF="mod_setenvif.html#BrowserMatch">BrowserMatch</A>
<LI><A HREF="mod_setenvif.html#BrowserMatchNoCase">BrowserMatchNoCase</A>
-<LI><A HREF="core.html#bs2000authfile">BS2000AuthFile</A>
+<LI><A HREF="core.html#bs2000account">BS2000Account</A>
<LI><A HREF="mod_proxy.html#cachedefaultexpire">CacheDefaultExpire</A>
<LI><A HREF="mod_proxy.html#cachedirlength">CacheDirLength</A>
<LI><A HREF="mod_proxy.html#cachedirlevels">CacheDirLevels</A>