You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/12/11 01:45:43 UTC

cvs commit: httpd-2.0/docs/manual/mod directives.html index.html index-bytype.html mod_log_agent.html mod_log_referer.html

slive       00/12/10 16:45:42

  Modified:    docs/manual upgrading.html
               docs/manual/mod directives.html index.html index-bytype.html
  Removed:     docs/manual/mod mod_log_agent.html mod_log_referer.html
  Log:
  Remove mod_log_agent and mod_log_referer from the documentation.
  
  Revision  Changes    Path
  1.5       +6 -0      httpd-2.0/docs/manual/upgrading.html
  
  Index: upgrading.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- upgrading.html	2000/12/03 06:02:48	1.4
  +++ upgrading.html	2000/12/11 00:45:40	1.5
  @@ -80,6 +80,12 @@
   <li>Many directives that were in the core server in Apache 1.3
   are now in the MPMs.</li>
   
  +<li>The mod_log_agent and mod_log_referer modules which provided the
  +<code>AgentLog</code>, <code>RefererLog</code> and
  +<code>RefererIgnore</code> directives have been removed.  Agent and
  +referer logs are still available using the <a
  +href="mod/mod_log_config.html#customlog">CustomLog</a> directive of
  +mod_log_config.</li>
   
   </UL>
   
  
  
  
  1.75      +0 -3      httpd-2.0/docs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.html,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -d -b -u -r1.74 -r1.75
  --- directives.html	2000/11/23 23:23:54	1.74
  +++ directives.html	2000/12/11 00:45:41	1.75
  @@ -41,7 +41,6 @@
   <LI><A HREF="core.html#addmodule">AddModule</A>
   <LI><A HREF="mod_info.html#addmoduleinfo">AddModuleInfo</A>
   <LI><A HREF="mod_mime.html#addtype">AddType</A>
  -<LI><A HREF="mod_log_agent.html#agentlog">AgentLog</A>
   <LI><A HREF="mod_alias.html#alias">Alias</A>
   <LI><A HREF="mod_alias.html#aliasmatch">AliasMatch</A>
   <LI><A HREF="mod_access.html#allow">Allow</A>
  @@ -187,8 +186,6 @@
   <LI><A HREF="mod_alias.html#redirectmatch">RedirectMatch</A>
   <LI><A HREF="mod_alias.html#redirectperm">RedirectPermanent</A>
   <LI><A HREF="mod_alias.html#redirecttemp">RedirectTemp</A>
  -<LI><A HREF="mod_log_referer.html#refererignore">RefererIgnore</A>
  -<LI><A HREF="mod_log_referer.html#refererlog">RefererLog</A>
   <LI><A HREF="mod_mime.html#removehandler">RemoveHandler</A>
   <LI><A HREF="core.html#require">Require</A>
   <LI><A HREF="mod_rewrite.html#RewriteBase">RewriteBase</A>
  
  
  
  1.46      +0 -4      httpd-2.0/docs/manual/mod/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -d -b -u -r1.45 -r1.46
  --- index.html	2000/11/29 04:23:08	1.45
  +++ index.html	2000/12/11 00:45:41	1.46
  @@ -99,12 +99,8 @@
   <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_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>
  
  
  
  1.11      +1 -5      httpd-2.0/docs/manual/mod/index-bytype.html
  
  Index: index-bytype.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index-bytype.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -d -b -u -r1.10 -r1.11
  --- index-bytype.html	2000/11/29 04:23:08	1.10
  +++ index-bytype.html	2000/12/11 00:45:41	1.11
  @@ -153,12 +153,8 @@
   <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_agent.html">mod_log_agent</A>
  -<DD>Logging of User Agents.
  -<DT><A HREF="mod_log_referer.html">mod_log_referer</A>
  -<DD>Logging of document references.
   <DT><A HREF="mod_usertrack.html">mod_usertrack</A>
  -<DD>User tracking using Cookies (replacement for mod_cookies.c)
  +<DD>User tracking using Cookies
   </DL>
   
   <H2>Miscellaneous</H2>