Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 38028 invoked from network); 3 Jun 2004 15:26:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jun 2004 15:26:32 -0000 Received: (qmail 37610 invoked by uid 500); 3 Jun 2004 15:26:40 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 37510 invoked by uid 500); 3 Jun 2004 15:26:39 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 37497 invoked by uid 500); 3 Jun 2004 15:26:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 37492 invoked by uid 99); 3 Jun 2004 15:26:39 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 03 Jun 2004 08:26:38 -0700 Received: (qmail 30098 invoked by uid 1582); 3 Jun 2004 15:18:59 -0000 Date: 3 Jun 2004 15:18:59 -0000 Message-ID: <20040603151859.30097.qmail@minotaur.apache.org> From: jorton@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod directives.html.en mod_ssl.html.en quickreference.html.en X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/06/03 08:18:59 Modified: docs/manual/mod directives.html.en mod_ssl.html.en quickreference.html.en Log: Update transformations. Revision Changes Path 1.64 +1 -0 httpd-2.0/docs/manual/mod/directives.html.en Index: directives.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.html.en,v retrieving revision 1.63 retrieving revision 1.64 diff -d -w -u -r1.63 -r1.64 --- directives.html.en 26 May 2004 22:02:21 -0000 1.63 +++ directives.html.en 3 Jun 2004 15:18:57 -0000 1.64 @@ -374,6 +374,7 @@
  • SSLRequireSSL
  • SSLSessionCache
  • SSLSessionCacheTimeout
  • +
  • SSLUserName
  • SSLVerifyClient
  • SSLVerifyDepth
  • StartServers
  • 1.32 +24 -0 httpd-2.0/docs/manual/mod/mod_ssl.html.en Index: mod_ssl.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.html.en,v retrieving revision 1.31 retrieving revision 1.32 diff -d -w -u -r1.31 -r1.32 --- mod_ssl.html.en 3 Apr 2004 16:24:57 -0000 1.31 +++ mod_ssl.html.en 3 Jun 2004 15:18:58 -0000 1.32 @@ -71,6 +71,7 @@
  • SSLRequireSSL
  • SSLSessionCache
  • SSLSessionCacheTimeout
  • +
  • SSLUserName
  • SSLVerifyClient
  • SSLVerifyDepth
  • @@ -1433,6 +1434,29 @@ values like 300 in real life.

    Example

    SSLSessionCacheTimeout 600 +

    + + +
    top
    +

    SSLUserName Directive

    + + + + + + + + +
    Description:Variable name to determine user name
    Syntax:SSLUserName varname
    Context:server config, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl
    Compatibility:Available in Apache 2.1 and later
    +

    + +This directive sets the "user" field in the Apache request object. +This is used by lower modules to identify the user with a character +string. In particular, this may cause the environment variable +REMOTE_USER to be set. The varname can be +any of the SSL environment variables.

    +

    Example

    +SSLUserName SSL_CLIENT_S_DN_CN

    1.118 +25 -24 httpd-2.0/docs/manual/mod/quickreference.html.en Index: quickreference.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v retrieving revision 1.117 retrieving revision 1.118 diff -d -w -u -r1.117 -r1.118 --- quickreference.html.en 26 May 2004 22:02:22 -0000 1.117 +++ quickreference.html.en 3 Jun 2004 15:18:58 -0000 1.118 @@ -670,42 +670,43 @@ Cache SSLSessionCacheTimeout seconds 300 svENumber of seconds before an SSL session expires in the Session Cache -SSLVerifyClient level none svdhEType of Client Certificate verification -SSLVerifyDepth number 1 svdhEMaximum depth of CA Certificates in Client +SSLUserName varnamesdhEVariable name to determine user name +SSLVerifyClient level none svdhEType of Client Certificate verification +SSLVerifyDepth number 1 svdhEMaximum depth of CA Certificates in Client Certificate verification -StartServers numbersMNumber of child server processes created at startup -StartThreads numbersMNumber of threads created on startup -SuexecUserGroup User GroupsvEUser and group permissions for CGI programs -ThreadLimit numbersMSets the upper limit on the configurable number of threads +StartServers numbersMNumber of child server processes created at startup +StartThreads numbersMNumber of threads created on startup +SuexecUserGroup User GroupsvEUser and group permissions for CGI programs +ThreadLimit numbersMSets the upper limit on the configurable number of threads per child process -ThreadsPerChild numbersMNumber of threads created by each child process -ThreadStackSize sizesMThe size in bytes of the stack used by threads handling +ThreadsPerChild numbersMNumber of threads created by each child process +ThreadStackSize sizesMThe size in bytes of the stack used by threads handling client connections -TimeOut seconds 300 sCAmount of time the server will wait for +TimeOut seconds 300 sCAmount of time the server will wait for certain events before failing a request -TransferLog file|pipesvBSpecify location of a log file -TypesConfig file-path conf/mime.types sBThe location of the mime.types file -UnsetEnv env-variable [env-variable] -...svdhBRemoves variables from the environment -UseCanonicalName On|Off|DNS On svdCConfigures how the server determines its own name and +TransferLog file|pipesvBSpecify location of a log file +TypesConfig file-path conf/mime.types sBThe location of the mime.types file +UnsetEnv env-variable [env-variable] +...svdhBRemoves variables from the environment +UseCanonicalName On|Off|DNS On svdCConfigures how the server determines its own name and port -User unix-userid #-1 sMThe userid under which the server will answer +User unix-userid #-1 sMThe userid under which the server will answer requests -UserDir directory-filename public_html svBLocation of the user-specific directories -VirtualDocumentRoot interpolated-directory|none none svEDynamically configure the location of the document root +UserDir directory-filename public_html svBLocation of the user-specific directories +VirtualDocumentRoot interpolated-directory|none none svEDynamically configure the location of the document root for a given virtual host -VirtualDocumentRootIP interpolated-directory|none none svEDynamically configure the location of the document root +VirtualDocumentRootIP interpolated-directory|none none svEDynamically configure the location of the document root for a given virtual host -<VirtualHost +<VirtualHost addr[:port] [addr[:port]] - ...> ... </VirtualHost>sCContains directives that apply only to a specific + ...> ... </VirtualHost>sCContains directives that apply only to a specific hostname or IP address -VirtualScriptAlias interpolated-directory|none none svEDynamically configure the location of the CGI directory for +VirtualScriptAlias interpolated-directory|none none svEDynamically configure the location of the CGI directory for a given virtual host -VirtualScriptAliasIP interpolated-directory|none none svEDynamically configure the location of the cgi directory for +VirtualScriptAliasIP interpolated-directory|none none svEDynamically configure the location of the cgi directory for a given virtual host -Win32DisableAcceptExsMUse accept() rather than AcceptEx() to accept network connections -XBitHack on|off|full off svdhBParse SSI directives in files with the execute bit +Win32DisableAcceptExsMUse accept() rather than AcceptEx() to accept network connections +XBitHack on|off|full off svdhBParse SSI directives in files with the execute bit set