From e61e5ad3e08aaba0d0a3760d36b0e155424fb5cb Mon Sep 17 00:00:00 2001
From: Ken Coar RefererIgnore
directive from
-mod_log_referer. The use
-of RefererIgnore
is deprecated, and should be
-replaced by combinations of
+also subsumed the RefererIgnore
functionality from
+mod_log_referer. The effect
+of RefererIgnore
can be achieved by combinations of
SetEnvIf
directives
-and environment variable controlled CustomLog
-definitions.
+and conditional CustomLog
definitions.
@@ -214,7 +212,6 @@ the user that starts the server.
@@ -401,53 +398,6 @@ it doesn't actually apply the format and make it the default.
-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: -
-- RefererIgnore www.ncsa.uiuc.edu --
-will avoid logging references from www.ncsa.uiuc.edu. -
-
-Note: All transaction logfiles
-(defined by CustomLog
or TransferLog
) in
-the same server scope as the RefererIgnore
(e.g.,
-in the same <VirtualHost>
container)
-are affected by
-this directive. If you want to control this behaviour on a
-per-logfile basis, you should use the
-conditional CustomLog
-capability.
-