mod_log_referer.html revision e10c7703114de421bfd2772a0265691884bafdb8
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosiński<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosiński<TITLE>Apache module mod_log_referer</TITLE>
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosiński<!--#include virtual="header.html" -->
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof KosińskiThis module is contained in the <code>mod_log_referer.c</code> file, and is not
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosińskicompiled in by default. It provides for logging of the documents which
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosińskireference documents on the server.
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof KosińskiThe log file contains a separate line for each refer. Each line has the
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosiński<blockquote><em>uri</em> <code>-></code> <em>document</em></blockquote>
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosińskiwhere <em>uri</em> is the (%-escaped) URI for the document that references
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosińskithe one requested by the client, and <em>document</em> is the (%-decoded)
6a55cc6751be1162fa737fa656ffae0729c2e2a0Krzysztof Kosińskilocal URL to the document being referred to.
This avoids logging references from www.ncsa.uiuc.edu.
<!--#include virtual="footer.html" -->