Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://neptun.sai.msu.su/manual/mod/mod_log_referer.html
Дата изменения: Fri Aug 1 14:31:58 2003 Дата индексирования: Mon Oct 1 20:21:54 2012 Кодировка: Поисковые слова: р п р п р п р п р п р п р п р п р п р п |
This module provides for logging of the documents which reference documents on the server.
Status: Extension
Source File:
mod_log_referer.c
Module Identifier:
referer_log_module
This module is provided strictly for compatibility with NCSA httpd, and is deprecated. We recommend you use mod_log_config instead.
See also: CustomLog and LogFormat.
uri ->
document
where uri is the (%-escaped) URI for the document that
references the one requested by the client, and
document is the (%-decoded) local URL to the document
being referred to.
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
This avoids logging references from www.ncsa.uiuc.edu.
RefererLog
logs/referer_log
The RefererLog directive sets the name of the file to which the server will log the Referer header of incoming requests. File-pipe is one of
Security: See the security tips 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.
This directive is provided for compatibility with NCSA 1.4.