1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Clean up obsolete modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2000-10-12 18:18:13 +00:00
parent 9a12345722
commit 5b52f5d44d
2 changed files with 0 additions and 32 deletions

View File

@@ -170,25 +170,6 @@ directives</A>.
<DD>Demonstrates Apache API
</DL>
<H2>Obsolete</H2>
<DL>
<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_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_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_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
</DL>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>

View File

@@ -48,28 +48,18 @@ directives</A>.
<DD>MD5 authentication (experimental)
<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_charset_lite.html">mod_charset_lite</A>
<DD>Configuring character set translation.
<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_dav.html">mod_dav</A>
<DD>Class 1,2 <A HREF="http://www.webdav.org">WebDAV</A> HTTP extensions
<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>
@@ -90,9 +80,6 @@ mod_usertrack
<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>