You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/03/17 18:07:48 UTC

cvs commit: httpd-2.0/docs/manual/platform netware.xml

bnicholes    2003/03/17 09:07:47

  Modified:    docs/manual/platform Tag: APACHE_2_0_BRANCH netware.xml
  Added:       docs/manual/mod Tag: APACHE_2_0_BRANCH mod_nw_ssl.xml
  Log:
  Added documentation for the directives SecureListen and NWSSLTrustedCerts
  that are provided through mod_nw_ssl for NetWare
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +0 -0      httpd-2.0/docs/manual/mod/mod_nw_ssl.xml
  
  Index: mod_nw_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_nw_ssl.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +8 -0      httpd-2.0/docs/manual/platform/netware.xml
  
  Index: netware.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/netware.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- netware.xml	17 Nov 2002 06:28:40 -0000	1.3
  +++ netware.xml	17 Mar 2003 17:07:47 -0000	1.3.2.1
  @@ -365,6 +365,14 @@
           <li><directive module="core">CGIMapExtension</directive> -
           This directive maps a CGI file extension to a script interpreter.</li>
         </ul>
  +      <ul>
  +        <li><directive module="mod_nw_ssl">SecureListen</directive> -
  +        Enables SSL encryption for a specified port.</li>
  +      </ul>
  +      <ul>
  +        <li><directive module="mod_nw_ssl">NWSSLTrustedCerts</directive> -
  +        Adds trusted certificates that are used to create secure connections to proxied servers.</li>
  +      </ul>
   
       </section>