diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-03-01 04:29:16 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-03-01 04:29:16 +0000 |
commit | b382e02d07bda45c222a5ed31b68ebcd2c9224b6 (patch) | |
tree | 418c1e477506d50d6be49420a910e0c61e8bfde9 /usr.sbin/httpd/htdocs | |
parent | a20ee2041618d60562f0f98a6ad11ead188b1976 (diff) |
mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, but
mostly harmless otherwise).
Diffstat (limited to 'usr.sbin/httpd/htdocs')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/images/ssleay.gif | bin | 0 -> 1498 bytes | |||
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/directives.html | 18 | ||||
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/index.html | 170 | ||||
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_cover_title.gif | bin | 0 -> 2096 bytes |
4 files changed, 113 insertions, 75 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/images/ssleay.gif b/usr.sbin/httpd/htdocs/manual/images/ssleay.gif Binary files differnew file mode 100644 index 00000000000..c59cdf5b3a8 --- /dev/null +++ b/usr.sbin/httpd/htdocs/manual/images/ssleay.gif diff --git a/usr.sbin/httpd/htdocs/manual/mod/directives.html b/usr.sbin/httpd/htdocs/manual/mod/directives.html index 57938e5b190..39394ceb305 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/directives.html +++ b/usr.sbin/httpd/htdocs/manual/mod/directives.html @@ -208,6 +208,24 @@ of the terms used in their descriptions available. <LI><A HREF="mod_setenvif.html#setenvif">SetEnvIf</A> <LI><A HREF="mod_setenvif.html#SetEnvIfNoCase">SetEnvIfNoCase</A> <LI><A HREF="mod_mime.html#sethandler">SetHandler</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLMutex">SSLMutex</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLPassPhraseDialog">SSLPassPhraseDialog</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLEngine">SSLEngine</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLCipherSuite">SSLCipherSuite</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLCertificateFile">SSLCertificateFile</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLCertificateKeyFile">SSLCertificateKeyFile</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLCACertificatePath">SSLCACertificatePath</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLCACertificateFile">SSLCACertificateFile</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLCACertificateReqFile">SSLCACertificateReqFile</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLVerifyClient">SSLVerifyClient</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLVerifyDepth">SSLVerifyDepth</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLSessionCache">SSLSessionCache</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLSessionCacheTimeout">SSLSessionCacheTimeout</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLLog">SSLLog</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLLogLevel">SSLLogLevel</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLOptions">SSLOptions</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLRequireSSL">SSLRequireSSL</A> +<LI><A HREF="mod_ssl/ssl_reference.html#SSLRequire">SSLRequire</A> <LI><A HREF="core.html#startservers">StartServers</A> <LI><A HREF="core.html#threadsperchild">ThreadsPerChild</A> <LI><A HREF="core.html#timeout">TimeOut</A> diff --git a/usr.sbin/httpd/htdocs/manual/mod/index.html b/usr.sbin/httpd/htdocs/manual/mod/index.html index 2a2aecea5a8..117021686ef 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/index.html +++ b/usr.sbin/httpd/htdocs/manual/mod/index.html @@ -15,11 +15,11 @@ <DIV ALIGN="CENTER"> <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]"> <H3> - Apache HTTP Server Version 1.2 + Apache HTTP Server Version 1.3 </H3> </DIV> -<H1 ALIGN="CENTER">Apache modules</h1> +<H1 ALIGN="CENTER">Apache modules</H1> <P> Below is a list of all of the modules that come as part of the @@ -29,84 +29,104 @@ Apache distribution. See also the complete alphabetical list of >all Apache directives</A>. </P> -<dl> -<dt><A HREF="core.html">Core</A> -<dd>Core Apache features. -<dt><A HREF="mod_access.html">mod_access</A> -<dd>Host based access control. -<dt><A HREF="mod_actions.html">mod_actions</A> Apache 1.1 and later. -<dd>Filetype/method-based script execution -<dt><A HREF="mod_alias.html">mod_alias</A> -<dd>Aliases and redirects. -<dt><A HREF="mod_asis.html">mod_asis</A> -<dd>The .asis file handler. -<dt><A HREF="mod_auth.html">mod_auth</A> -<dd>User authentication using text files. -<dt><A HREF="mod_auth_anon.html">mod_auth_anon</A> -<dd>Anonymous user authentication, FTP-style. -<dt><A HREF="mod_auth_db.html">mod_auth_db</A> -<dd>User authentication using Berkeley DB files. -<dt><A HREF="mod_auth_dbm.html">mod_auth_dbm</A> -<dd>User authentication using DBM files. -<dt><A HREF="mod_auth_msql.html">mod_auth_msql</A> -<dd>User authentication using mSQL files. -<dt><A HREF="mod_browser.html">mod_browser</A> Apache 1.2 and up -<dd>Set environment variables based on User-Agent strings -<dt><A HREF="mod_cern_meta.html">mod_cern_meta</a> -<dd>Support for HTTP header metafiles. -<dt><A HREF="mod_cgi.html">mod_cgi</A> -<dd>Invoking CGI scripts. -<dt><A HREF="mod_cookies.html">mod_cookies</A> up to Apache 1.1.1 -<dd>Support for Netscape-like cookies. Replaced in Apache 1.2 by +<DL> +<DT><A HREF="core.html">Core</A> +<DD>Core Apache features. +<DT><A HREF="mod_access.html">mod_access</A> +<DD>Host based access control. +<DT><A HREF="mod_actions.html">mod_actions</A> Apache 1.1 and later. +<DD>Filetype/method-based script execution +<DT><A HREF="mod_alias.html">mod_alias</A> +<DD>Aliases and redirects. +<DT><A HREF="mod_asis.html">mod_asis</A> +<DD>The .asis file handler. +<DT><A HREF="mod_auth.html">mod_auth</A> +<DD>User authentication using text files. +<DT><A HREF="mod_auth_anon.html">mod_auth_anon</A> +<DD>Anonymous user authentication, FTP-style. +<DT><A HREF="mod_auth_db.html">mod_auth_db</A> +<DD>User authentication using Berkeley DB files. +<DT><A HREF="mod_auth_dbm.html">mod_auth_dbm</A> +<DD>User authentication using DBM files. +<DT><A HREF="mod_autoindex.html">mod_autoindex</A> +<DD>Automatic directory listings. +<DT><A HREF="mod_browser.html">mod_browser</A> Apache 1.2.* only +<DD>Set environment variables based on User-Agent strings. Replaced by + mod_setenvif in Apache 1.3 and up +<DT><A HREF="mod_cern_meta.html">mod_cern_meta</A> +<DD>Support for HTTP header metafiles. +<DT><A HREF="mod_cgi.html">mod_cgi</A> +<DD>Invoking CGI scripts. +<DT><A HREF="mod_cookies.html">mod_cookies</A> up to Apache 1.1.1 +<DD>Support for Netscape-like cookies. Replaced in Apache 1.2 by mod_usertrack -<dt><A HREF="mod_digest.html">mod_digest</A> -<dd>MD5 authentication -<dt><A HREF="mod_dir.html">mod_dir</A> -<dd>Automatic directory listings. -<dt><A HREF="mod_dld.html">mod_dld</A> -<dd>Start-time linking with the GNU libdld. -<dt><A HREF="mod_env.html">mod_env</A> -<dd>Passing of environments to CGI scripts -<dt><A HREF="mod_example.html">mod_example</A> Apache 1.2 and up -<dd>Demonstrates Apache API -<dt><A HREF="mod_expires.html">mod_expires</A> Apache 1.2 and up -<dd>Apply Expires: headers to resources -<dt><A HREF="mod_headers.html">mod_headers</A> Apache 1.2 and up -<dd>Add arbitrary HTTP headers to resources -<dt><A HREF="mod_imap.html">mod_imap</A> -<dd>The imagemap file handler. -<dt><A HREF="mod_include.html">mod_include</A> -<dd>Server-parsed documents. -<dt><A HREF="mod_info.html">mod_info</a> -<dd>Server configuration information -<dt><A HREF="mod_log_agent.html">mod_log_agent</A> -<dd>Logging of User Agents. -<dt><A HREF="mod_log_common.html">mod_log_common</A> up to Apache 1.1.1 -<dd>Standard logging in the Common Logfile Format. Replaced by the +<DT><A HREF="mod_digest.html">mod_digest</A> +<DD>MD5 authentication +<DT><A HREF="mod_dir.html">mod_dir</A> +<DD>Basic directory handling. +<DT><A HREF="mod_dld.html">mod_dld</A> Apache 1.2.* and earlier +<DD>Start-time linking with the GNU libdld. Replaced in Apache 1.3 by mod_so +<DT><A HREF="mod_dll.html">mod_dll</A> Apache 1.3b1 to 1.3b5 only +<DD>Replaced in 1.3b6 by mod_so +<DT><A HREF="mod_env.html">mod_env</A> +<DD>Passing of environments to CGI scripts +<DT><A HREF="mod_example.html">mod_example</A> Apache 1.2 and up +<DD>Demonstrates Apache API +<DT><A HREF="mod_expires.html">mod_expires</A> Apache 1.2 and up +<DD>Apply Expires: headers to resources +<DT><A HREF="mod_headers.html">mod_headers</A> Apache 1.2 and up +<DD>Add arbitrary HTTP headers to resources +<DT><A HREF="mod_imap.html">mod_imap</A> +<DD>The imagemap file handler. +<DT><A HREF="mod_include.html">mod_include</A> +<DD>Server-parsed documents. +<DT><A HREF="mod_info.html">mod_info</A> +<DD>Server configuration information +<DT><A HREF="mod_isapi.html">mod_isapi</A> +<DD>Windows ISAPI Extension support +<DT><A HREF="mod_log_agent.html">mod_log_agent</A> +<DD>Logging of User Agents. +<DT><A HREF="mod_log_common.html">mod_log_common</A> up to Apache 1.1.1 +<DD>Standard logging in the Common Logfile Format. Replaced by the mod_log_config module in Apache 1.2 and up -<dt><A HREF="mod_log_config.html">mod_log_config</A> -<dd>User-configurable logging replacement for mod_log_common. -<dt><A HREF="mod_log_referer.html">mod_log_referer</A> -<dd>Logging of document references. -<dt><A HREF="mod_mime.html">mod_mime</A> -<dd>Determining document types. -<dt><A HREF="mod_negotiation.html">mod_negotiation</A> -<dd>Content negotiation. -<dt><A HREF="mod_rewrite.html">mod_rewrite</a> Apache 1.2 and up -<dd>Powerful URI-to-filename mapping using regular expressions -<dt><A HREF="mod_proxy.html">mod_proxy</A> -<dd>Caching proxy abilities -<dt><A HREF="mod_status.html">mod_status</a> -<dd>Server status display -<dt><A HREF="mod_userdir.html">mod_userdir</A> -<dd>User home directories. -<dt><A HREF="mod_usertrack.html">mod_usertrack</A> Apache 1.2 and up -<dd>User tracking using Cookies (replacement for mod_cookies.c) -</dl> +<DT><A HREF="mod_log_config.html">mod_log_config</A> +<DD>User-configurable logging replacement for mod_log_common. +<DT><A HREF="mod_log_referer.html">mod_log_referer</A> +<DD>Logging of document references. +<DT><A HREF="mod_mime.html">mod_mime</A> +<DD>Determining document types using file extensions. +<DT><A HREF="mod_mime_magic.html">mod_mime_magic</A> +<DD>Determining document types using "magic numbers". +<DT><A HREF="mod_mmap_static.html">mod_mmap_static</A> +<DD>Mapping files into memory for faster serving. +<DT><A HREF="mod_negotiation.html">mod_negotiation</A> +<DD>Content negotiation. +<DT><A HREF="mod_proxy.html">mod_proxy</A> +<DD>Caching proxy abilities +<DT><A HREF="mod_rewrite.html">mod_rewrite</A> Apache 1.2 and up +<DD>Powerful URI-to-filename mapping using regular expressions +<DT><A HREF="mod_setenvif.html">mod_setenvif</A> Apache 1.3 and up +<DD>Set environment variables based on client information +<DT><A HREF="mod_so.html">mod_so</A> Apache 1.3 and up +<DD>Experimental support for loading modules (DLLs on Windows) at runtime +<DT><A HREF="mod_speling.html">mod_speling</A> Apache 1.3 and up +<DD>Automatically correct minor typos in URLs +<DT><A HREF="mod_ssl/index.html">mod_ssl</A> Apache 1.3 with mod_ssl applied +<DD>Apache SSL interface to SSLeay +<DT><A HREF="mod_status.html">mod_status</A> +<DD>Server status display +<DT><A HREF="mod_userdir.html">mod_userdir</A> +<DD>User home directories. +<DT><A HREF="mod_unique_id.html">mod_unique_id</A> Apache 1.3 and up +<DD>Generate unique request identifier for every request +<DT><A HREF="mod_usertrack.html">mod_usertrack</A> Apache 1.2 and up +<DD>User tracking using Cookies (replacement for mod_cookies.c) +</DL> <HR> + <H3 ALIGN="CENTER"> - Apache HTTP Server Version 1.2 + Apache HTTP Server Version 1.3 </H3> <A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A> diff --git a/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_cover_title.gif b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_cover_title.gif Binary files differnew file mode 100644 index 00000000000..3b1291fa4e4 --- /dev/null +++ b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_cover_title.gif |