diff options
-rw-r--r-- | docs/manual/index.html.en | 3 | ||||
-rw-r--r-- | docs/manual/index.html.fr | 4 | ||||
-rw-r--r-- | docs/manual/index.html.ja.jis | 3 | ||||
-rw-r--r-- | docs/manual/install.html | 2 | ||||
-rw-r--r-- | docs/manual/install.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/index-bytype.html | 289 | ||||
-rw-r--r-- | docs/manual/sitemap.html | 1 | ||||
-rw-r--r-- | docs/manual/sitemap.html.en | 1 |
8 files changed, 5 insertions, 300 deletions
diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index c590818a4b..853ed951df 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -136,8 +136,7 @@ </tr> <tr> - <td>Modules: <a href="mod/index-bytype.html">By - Type</a> or <a href="mod/">Alphabetical</a> </td> + <td><a href="mod/">Modules</a> </td> </tr> <tr> diff --git a/docs/manual/index.html.fr b/docs/manual/index.html.fr index 73f0f72942..3732a1032e 100644 --- a/docs/manual/index.html.fr +++ b/docs/manual/index.html.fr @@ -127,9 +127,7 @@ </tr> <tr> - <td>Modules <a href="mod/index-bytype.html">par - type</a> ou <a href="mod/">par ordre - alphabétique</a> </td> + <td><a href="mod/">Modules</a> </td> </tr> <tr> diff --git a/docs/manual/index.html.ja.jis b/docs/manual/index.html.ja.jis index 5cf4771844..ef491fdef8 100644 --- a/docs/manual/index.html.ja.jis +++ b/docs/manual/index.html.ja.jis @@ -137,8 +137,7 @@ </tr> <tr> - <td>$B%b%8%e!<%k(B: <a href="mod/index-bytype.html">$B<oN`JL(B</a> - $B$H(B <a href="mod/">$B%"%k%U%!%Y%C%H=g(B</a> </td> + <td><a href="mod/">$B%b%8%e!<%k(B</a> </td> </tr> <tr> diff --git a/docs/manual/install.html b/docs/manual/install.html index ee9600d087..8ecdd9d9cb 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -465,7 +465,7 @@ are available in various modules. During the configuration process, you must select which modules to compile for use with your server. You can view a <a - href="mod/index-bytype.html">list of modules</a> included in + href="mod/index.html">list of modules</a> included in the documentation. Those modules with a <a href="mod/module-dict.html#Status">status</a> of "Base" are included by default and must be specifically disabled if you do diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index ee9600d087..8ecdd9d9cb 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -465,7 +465,7 @@ are available in various modules. During the configuration process, you must select which modules to compile for use with your server. You can view a <a - href="mod/index-bytype.html">list of modules</a> included in + href="mod/index.html">list of modules</a> included in the documentation. Those modules with a <a href="mod/module-dict.html#Status">status</a> of "Base" are included by default and must be specifically disabled if you do diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html deleted file mode 100644 index 72bb095f1d..0000000000 --- a/docs/manual/mod/index-bytype.html +++ /dev/null @@ -1,289 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta name="generator" content="HTML Tidy, see www.w3.org" /> - - <title>Apache modules</title> - </head> - <!-- Background white, links blue (unvisited), navy (visited), red (active) --> - - <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" - vlink="#000080" alink="#FF0000"> - <!--#include virtual="header.html" --> - - <h1 align="CENTER">Apache modules</h1> - - <p>Below is a list of all of the modules that come as part of - the Apache distribution. See also the list of modules <a - href="index.html">sorted alphabetically</a> and the complete - alphabetical list of <a href="directives.html">all Apache - directives</a>.</p> - - <h2>Core Features and Multi-Processing Modules</h2> - - <dl> - <dt><a href="core.html">core</a></dt> - <dd>Core Apache HTTP Server features that are always available</dd> - - <dt><a href="mpm_common.html">mpm_common</a></dt> - <dd>A collection of directives that are implemented by more than - one multi-processing module (MPM)</dd> - - <dt><a href="mpm_netware.html">mpm_netware</a></dt> - <dd>Multi-Processing Module implementing an exclusively threaded web - server optimized for Novell NetWare</dd> - - <dt><a href="mpm_winnt.html">mpm_winnt</a></dt> - <dd>This Multi-Processing Module is optimized for Windows NT.</dd> - - <dt><a href="perchild.html">perchild</a></dt> - <dd>Multi-Processing Module allowing for daemon processes - serving requests to be assigned a variety of different - userids</dd> - - <dt><a href="prefork.html">prefork</a></dt> - <dd>Implements a non-threaded, pre-forking web server</dd> - - <dt><a href="worker.html">worker</a></dt> - <dd>Multi-Processing Module implementing a hybrid - multi-threaded multi-process web server</dd> - </dl> - - <h2>Environment Creation</h2> - - <dl> - <dt><a href="mod_env.html">mod_env</a></dt> - - <dd>Passing of environments to CGI scripts</dd> - - <dt><a href="mod_setenvif.html">mod_setenvif</a></dt> - - <dd>Set environment variables based on client - information</dd> - - <dt><a href="mod_unique_id.html">mod_unique_id</a></dt> - - <dd>Generate unique request identifier for every request</dd> - </dl> - - <h2>Content Type Decisions</h2> - - <dl> - <dt><a href="mod_mime.html">mod_mime</a></dt> - - <dd>Determining document types using file extensions.</dd> - - <dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt> - - <dd>Determining document types using "magic numbers".</dd> - - <dt><a href="mod_negotiation.html">mod_negotiation</a></dt> - - <dd>Content negotiation.</dd> - - <dt><a href="mod_charset_lite.html">mod_charset_lite</a></dt> - - <dd>Configuring character set translation.</dd> - </dl> - - <h2>URL Mapping</h2> - - <dl> - <dt><a href="mod_alias.html">mod_alias</a></dt> - - <dd>Mapping different parts of the host filesystem in the - document tree, and URL redirection.</dd> - - <dt><a href="mod_rewrite.html">mod_rewrite</a></dt> - - <dd>Powerful URI-to-filename mapping using regular - expressions</dd> - - <dt><a href="mod_userdir.html">mod_userdir</a></dt> - - <dd>User home directories.</dd> - - <dt><a href="mod_speling.html">mod_speling</a></dt> - - <dd>Automatically correct minor typos in URLs</dd> - - <dt><a href="mod_vhost_alias.html">mod_vhost_alias</a></dt> - - <dd>Support for dynamically configured mass virtual - hosting</dd> - </dl> - - <h2>Directory Handling</h2> - - <dl> - <dt><a href="mod_dir.html">mod_dir</a></dt> - - <dd>Basic directory handling.</dd> - - <dt><a href="mod_autoindex.html">mod_autoindex</a></dt> - - <dd>Automatic directory listings.</dd> - </dl> - - <h2>Access Control</h2> - - <dl> - <dt><a href="mod_access.html">mod_access</a></dt> - - <dd>Access control based on client hostname or IP - address.</dd> - - <dt><a href="mod_auth.html">mod_auth</a></dt> - - <dd>User authentication using text files.</dd> - - <dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt> - - <dd>User authentication using DBM files.</dd> - - <dt><a href="mod_auth_anon.html">mod_auth_anon</a></dt> - - <dd>Anonymous user access to authenticated areas.</dd> - - <dt><a href="mod_auth_digest.html">mod_auth_digest</a></dt> - - <dd>MD5 authentication</dd> - - <dt><a href="mod_auth_ldap.html">mod_auth_ldap</a></dt> - - <dd>User authentication using LDAP.</dd> - </dl> - - <h2>HTTP Response</h2> - - <dl> - <dt><a href="mod_headers.html">mod_headers</a></dt> - - <dd>Add arbitrary HTTP headers to resources</dd> - - <dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt> - - <dd>Support for HTTP header metafiles.</dd> - - <dt><a href="mod_expires.html">mod_expires</a></dt> - - <dd>Apply Expires: headers to resources</dd> - - <dt><a href="mod_asis.html">mod_asis</a></dt> - - <dd>Sending files which contain their own HTTP headers.</dd> - </dl> - - <h2>Dynamic Content</h2> - - <dl> - <dt><a href="mod_include.html">mod_include</a></dt> - - <dd>Server-parsed documents.</dd> - - <dt><a href="mod_cgi.html">mod_cgi</a></dt> - - <dd>Invoking CGI scripts.</dd> - - <dt><a href="mod_cgid.html">mod_cgid</a></dt> - - <dd>Invoking CGI scripts using an external daemon.</dd> - - <dt><a href="mod_actions.html">mod_actions</a></dt> - - <dd>Executing CGI scripts based on media type or request - method.</dd> - - <dt><a href="mod_isapi.html">mod_isapi</a></dt> - - <dd>Windows ISAPI Extension support</dd> - - <dt><a href="mod_ext_filter.html">mod_ext_filter</a></dt> - - <dd>Filtering content with external programs.</dd> - - <dt><a href="mod_suexec.html">mod_suexec</a></dt> - - <dd>Run CGI requests as a specified user and group.</dd> - </dl> - - <h2>Internal Content Handlers</h2> - - <dl> - <dt><a href="mod_status.html">mod_status</a></dt> - - <dd>Server status display</dd> - - <dt><a href="mod_info.html">mod_info</a></dt> - - <dd>Server configuration information</dd> - </dl> - - <h2>Logging</h2> - - <dl> - <dt><a href="mod_log_config.html">mod_log_config</a></dt> - - <dd>User-configurable logging replacement for - mod_log_common.</dd> - - <dt><a href="mod_usertrack.html">mod_usertrack</a></dt> - - <dd>User tracking using Cookies</dd> - </dl> - - <h2>Miscellaneous</h2> - - <dl> - <dt><a href="mod_imap.html">mod_imap</a></dt> - - <dd>The imagemap file handler.</dd> - - <dt><a href="mod_proxy.html">mod_proxy</a></dt> - - <dd>Caching proxy abilities</dd> - - <dt><a href="mod_so.html">mod_so</a></dt> - - <dd>Support for loading modules at runtime</dd> - - <dt><a href="mod_file_cache.html">mod_file_cache</a></dt> - - <dd>Caching files in memory for faster serving.</dd> - - <dt><a href="mod_cache.html">mod_cache</a></dt> - - <dd>Content cache keyed to URIs</dd> - - <dt><a href="mod_dav.html">mod_dav</a></dt> - - <dd>Class 1,2 <a href="http://www.webdav.org">WebDAV</a> HTTP - extensions</dd> - - <dt><a href="mod_deflate.html">mod_deflate</a></dt> - - <dd>Compression of content</dd> - - <dt><a href="mod_ssl.html">mod_ssl</a></dt> - - <dd>strong cryptography using the Secure Sockets Layer (SSL) and - Transport Layer Security (TLS) protocols</dt> - - <dt><a href="mod_ldap.html">mod_ldap</a></dt> - - <dd>LDAP connection pool and shared memory cache.</dd> - </dl> - - <h2>Development</h2> - - <dl> - <dt><a href="mod_example.html">mod_example</a></dt> - - <dd>Demonstrates Apache API</dd> - </dl> - <!--#include virtual="footer.html" --> - </body> -</html> - diff --git a/docs/manual/sitemap.html b/docs/manual/sitemap.html index 079ecc54f3..d1f27cb89f 100644 --- a/docs/manual/sitemap.html +++ b/docs/manual/sitemap.html @@ -123,7 +123,6 @@ Server on HPUX</a></li> <li><a href="mod/">Apache modules</a> <ul> -<li><a href="mod/index-bytype.html">Apache modules - By Type</a></li> <li><a href="mod/directives.html">Apache directives</a></li> <li><a href="mod/module-dict.html">Definitions of terms used to describe Apache modules</a></li> <li><a href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</a></li> diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 079ecc54f3..d1f27cb89f 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -123,7 +123,6 @@ Server on HPUX</a></li> <li><a href="mod/">Apache modules</a> <ul> -<li><a href="mod/index-bytype.html">Apache modules - By Type</a></li> <li><a href="mod/directives.html">Apache directives</a></li> <li><a href="mod/module-dict.html">Definitions of terms used to describe Apache modules</a></li> <li><a href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</a></li> |