diff options
author | André Malo <nd@apache.org> | 2003-05-10 02:16:06 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-05-10 02:16:06 +0200 |
commit | 34ec35a0e9a840485462fd612beaca7d75ab7163 (patch) | |
tree | 938f2a33162fe50f00984ba84e10179b532e40ea /docs/manual/mod/mpm_common.xml | |
parent | I stumbled over a 2002 (it's not the only one) (diff) | |
download | apache2-34ec35a0e9a840485462fd612beaca7d75ab7163.tar.xz apache2-34ec35a0e9a840485462fd612beaca7d75ab7163.zip |
remove references to BS2000Account.
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_common.xml')
-rw-r--r-- | docs/manual/mod/mpm_common.xml | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 8334ae85d6..80aaac94ba 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -66,32 +66,6 @@ accepting requests on network sockets</description> </directivesynopsis> <directivesynopsis> -<name>BS2000Account</name> -<description>Define the non-privileged account on BS2000 -machines</description> -<syntax>BS2000Account <var>account</var></syntax> -<contextlist><context>server config</context></contextlist> -<modulelist><module>perchild</module><module>prefork</module></modulelist> -<compatibility>Only available for BS2000 machines</compatibility> - -<usage> - <p>The <directive>BS2000Account</directive> 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 - <directive module="mpm_common">User</directive> 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 <code>SYSROOT</code>.</p> - - <note><title>Note</title> - <p>Only one <code>BS2000Account</code> directive can be used.</p> - </note> -</usage> -<seealso><a href="../platform/ebcdic.html">Apache EBCDIC port</a></seealso> -</directivesynopsis> - -<directivesynopsis> <name>CoreDumpDirectory</name> <description>Directory where Apache attempts to switch before dumping core</description> @@ -854,4 +828,4 @@ requests</description> </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> |