This module provides for logging of the client user agents.
Status: Extension
Source File:
mod_log_agent.c
Module Identifier:
agent_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.
AgentLog
logs/agent_log
The AgentLog directive sets the name of the file to which the server will log the UserAgent 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. The same result can be obtained by using the LogFormat and CustomLog directives as shown in the following example:
LogFormat "%{User-agent}i" agent CustomLog logs/agent_log agent