slive 00/10/12 11:18:15
Modified: htdocs/manual/mod index.html index-bytype.html Removed: htdocs/manual/mod mod_browser.html mod_cookies.html mod_dld.html mod_dll.html mod_log_common.html Log: Clean up obsolete modules. Revision Changes Path 1.39 +0 -13 httpd-docs-2.0/htdocs/manual/mod/index.html Index: index.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/index.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- index.html 2000/09/28 23:04:40 1.38 +++ index.html 2000/10/12 18:18:13 1.39 @@ -48,28 +48,18 @@ <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 @@ <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> 1.7 +0 -19 httpd-docs-2.0/htdocs/manual/mod/index-bytype.html Index: index-bytype.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/index-bytype.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index-bytype.html 2000/09/28 23:04:41 1.6 +++ index-bytype.html 2000/10/12 18:18:13 1.7 @@ -170,25 +170,6 @@ <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>