]> granicus.if.org Git - apache/commitdiff
Remove mod_log_agent and mod_log_referer from the documentation.
authorJoshua Slive <slive@apache.org>
Mon, 11 Dec 2000 00:45:41 +0000 (00:45 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 11 Dec 2000 00:45:41 +0000 (00:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87277 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html
docs/manual/mod/index-bytype.html
docs/manual/mod/index.html
docs/manual/mod/mod_log_agent.html [deleted file]
docs/manual/mod/mod_log_referer.html [deleted file]
docs/manual/upgrading.html
docs/manual/upgrading.html.en

index ee5cf344689ac7f375fbabb0870bb251bcdb21a2..d45e7d7f7f8ea124449e0baabb0f792fd69fa548 100644 (file)
@@ -41,7 +41,6 @@ of the terms used in their descriptions available.
 <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 @@ of the terms used in their descriptions available.
 <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>
index 3a8a49280ebd0fe2bbcbb93ec1a46e45edb9bd62..1f4123262e246054e6cd054b6df9c93e00b4d3ca 100644 (file)
@@ -153,12 +153,8 @@ virtual hosts under different userids.
 <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>
index 18d55e9063bdf5d4928c3dc9f5661689345007f0..589564c4cb02963be686d8d9f89b74866e04dcd1 100644 (file)
@@ -99,12 +99,8 @@ virtual hosts under different userids.
 <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>
diff --git a/docs/manual/mod/mod_log_agent.html b/docs/manual/mod/mod_log_agent.html
deleted file mode 100644 (file)
index 1dfe6c5..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<TITLE>Module mod_log_agent</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">Module mod_log_agent</H1>
-
-<p>This module provides for logging of the client user agents.</p>
-
-<P><A
-HREF="module-dict.html#Status"
-REL="Help"
-><STRONG>Status:</STRONG></A> Extension
-<BR>
-<A
-HREF="module-dict.html#SourceFile"
-REL="Help"
-><STRONG>Source File:</STRONG></A> mod_log_agent.c
-<BR>
-<A
-HREF="module-dict.html#ModuleIdentifier"
-REL="Help"
-><STRONG>Module Identifier:</STRONG></A> agent_log_module
-</p>
-
-<h2>Summary</h2>
-
-<p>This module is provided strictly for compatibility with NCSA httpd,
-and is deprecated.  We recommend you use <A
-HREF="mod_log_config.html">mod_log_config</A> instead.</p>
-
-<h2>Directives</h2>
-
-<UL>
-<LI><A HREF="#agentlog">AgentLog</A>
-</UL>
-
-<p>See also: <a href="mod_log_config.html#customlog">CustomLog</a> and
-<a href="mod_log_config.html#logformat">LogFormat</a>.
-
-<HR>
-
-
-<H2><A NAME="agentlog">AgentLog</A></H2>
-<!--%plaintext &lt;?INDEX {\tt AgentLog} directive&gt; -->
-<A
- HREF="directive-dict.html#Syntax"
- REL="Help"
-><STRONG>Syntax:</STRONG></A> AgentLog <EM>file-pipe</EM><BR>
-<A
- HREF="directive-dict.html#Default"
- REL="Help"
-><STRONG>Default:</STRONG></A> <CODE>AgentLog logs/agent_log</CODE><BR>
-<A
- HREF="directive-dict.html#Context"
- REL="Help"
-><STRONG>Context:</STRONG></A> server config, virtual host<BR>
-<A
- HREF="directive-dict.html#Status"
- REL="Help"
-><STRONG>Status:</STRONG></A> Extension<BR>
-<A
- HREF="directive-dict.html#Module"
- REL="Help"
-><STRONG>Module:</STRONG></A> mod_log_agent<P>
-
-The AgentLog directive sets the name of the file to which the server will
-log the UserAgent header of incoming requests. <EM>File-pipe</EM> is one
-of
-<DL><DT>A filename
-<DD>A filename relative to the <A HREF="core.html#serverroot">ServerRoot</A>.
-<DT> `|' followed by a command
-<DD>A program to receive the agent log information on its standard input.
-Note the a new program will not be started for a VirtualHost if it inherits
-the AgentLog from the main server.
-</DL>
-<STRONG>Security:</STRONG> if a program is used, then it will be
-run under the user who started httpd. This will be root if the server
-was started by root; be sure that the program is secure.<P>
-
-<STRONG>Security:</STRONG> See the <A
-HREF="../misc/security_tips.html">security tips</A> document for
-details on why your security could be compromised if the directory
-where logfiles are stored is writable by anyone other than the user
-that starts the server.<P>
-
-This directive is provided for compatibility with NCSA 1.4.<P>
-
-<!--#include virtual="footer.html" -->
-</BODY>
-</HTML>
-
diff --git a/docs/manual/mod/mod_log_referer.html b/docs/manual/mod/mod_log_referer.html
deleted file mode 100644 (file)
index 2eb3832..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<TITLE>Apache module mod_log_referer</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">Module mod_log_referer</H1>
-
-<p>This module provides for logging of the documents which
-reference documents on the server.</p>
-
-<P><A
-HREF="module-dict.html#Status"
-REL="Help"
-><STRONG>Status:</STRONG></A> Extension
-<BR>
-<A
-HREF="module-dict.html#SourceFile"
-REL="Help"
-><STRONG>Source File:</STRONG></A> mod_log_referer.c
-<BR>
-<A
-HREF="module-dict.html#ModuleIdentifier"
-REL="Help"
-><STRONG>Module Identifier:</STRONG></A> referer_log_module
-</P>
-
-<h2>Summary</h2>
-
-<p>This module is provided strictly for compatibility with NCSA httpd,
-and is deprecated.  We recommend you use <A
-HREF="mod_log_config.html">mod_log_config</A> instead.</p>
-
-<H2>Directives</H2>
-<UL>
-<LI><A HREF="#refererignore">RefererIgnore</A>
-<LI><A HREF="#refererlog">RefererLog</A>
-</UL>
-
-<p>See also: <a href="mod_log_config.html#customlog">CustomLog</a> and
-<a href="mod_log_config.html#logformat">LogFormat</a>.
-
-
-<H2>Log file format</H2>
-The log file contains a separate line for each refer. Each line has the
-format
-<BLOCKQUOTE><EM>uri</EM> <CODE>-&gt;</CODE> <EM>document</EM></BLOCKQUOTE>
-where <EM>uri</EM> is the (%-escaped) URI for the document that references
-the one requested by the client, and <EM>document</EM> is the (%-decoded)
-local URL to the document being referred to.
-
-
-
-<HR>
-
-
-<H2><A NAME="refererignore">RefererIgnore</A> directive</H2>
-<!--%plaintext &lt;?INDEX {\tt RefererIgnore} directive&gt; -->
-<A
- HREF="directive-dict.html#Syntax"
- REL="Help"
-><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string</em>
-   [<em>string</em>] ...<BR>
-<A
- HREF="directive-dict.html#Context"
- REL="Help"
-><STRONG>Context:</STRONG></A> server config, virtual host<BR>
-<A
- HREF="directive-dict.html#Status"
- REL="Help"
-><STRONG>Status:</STRONG></A> Extension<BR>
-<A
- HREF="directive-dict.html#Module"
- REL="Help"
-><STRONG>Module:</STRONG></A> mod_log_referer<P>
-
-The RefererIgnore directive adds to the list of strings to ignore in
-Referer headers. If any of the strings in the list is contained in
-the Referer header, then no referrer information will be logged for the
-request. Example:
-<BLOCKQUOTE><CODE>RefererIgnore www.ncsa.uiuc.edu</CODE></BLOCKQUOTE>
-This avoids logging references from www.ncsa.uiuc.edu.
-<P><HR>
-
-
-<H2><A NAME="refererlog">RefererLog</A> directive</H2>
-<!--%plaintext &lt;?INDEX {\tt RefererLog} directive&gt; -->
-<A
- HREF="directive-dict.html#Syntax"
- REL="Help"
-><STRONG>Syntax:</STRONG></A> RefererLog <EM>file-pipe</EM><BR>
-<A
- HREF="directive-dict.html#Default"
- REL="Help"
-><STRONG>Default:</STRONG></A> <CODE>RefererLog logs/referer_log</CODE><BR>
-<A
- HREF="directive-dict.html#Context"
- REL="Help"
-><STRONG>Context:</STRONG></A> server config, virtual host<BR>
-<A
- HREF="directive-dict.html#Status"
- REL="Help"
-><STRONG>Status:</STRONG></A> Extension<BR>
-<A
- HREF="directive-dict.html#Module"
- REL="Help"
-><STRONG>Module:</STRONG></A> mod_log_referer<P>
-
-The RefererLog directive sets the name of the file to which the server will
-log the Referer header of incoming requests. <EM>File-pipe</EM> is one
-of
-<DL><DT>A filename
-<DD>A filename relative to the <A HREF="core.html#serverroot">ServerRoot</A>.
-<DT> `|' followed by a command
-<DD>A program to receive the referrer log information on its standard input.
-Note the a new program will not be started for a VirtualHost if it inherits
-the RefererLog from the main server.
-</DL>
-<STRONG>Security:</STRONG> if a program is used, then it will be
-run under the user who started httpd. This will be root if the server
-was started by root; be sure that the program is secure.<P>
-
-<STRONG>Security:</STRONG> See the <A
-HREF="../misc/security_tips.html">security tips</A> document for
-details on why your security could be compromised if the directory
-where logfiles are stored is writable by anyone other than the user
-that starts the server.<P>
-
-This directive is provided for compatibility with NCSA 1.4.<P>
-
-<!--#include virtual="footer.html" -->
-</BODY>
-</HTML>
-
index 326cfe9a8e3bfae6286a859c0556116f03eba780..999a6cf8afd906f55b2fee9fa123e97e8bc66fd1 100644 (file)
@@ -80,6 +80,12 @@ inetd.</li>
 <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>
 
index 326cfe9a8e3bfae6286a859c0556116f03eba780..999a6cf8afd906f55b2fee9fa123e97e8bc66fd1 100644 (file)
@@ -80,6 +80,12 @@ inetd.</li>
 <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>