Flex-Log - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

AddLog Stage
bucket
Examples
# Log all accesses to the global log file
AddLog fn=common-log
# Log accesses from outside our subnet (198.93.5.*) to
# nonlocallog
<Client ip="*~198.93.5.*">
AddLog fn=common-log name=nonlocallog
</Client>
See Also
flex-init

flex-log

Applicable in
This function records request-specific data in a flexible log format. It may also
record requests in the common log format. There is a log analyzer in the
/extras/flexanlg
There are also a number of free statistics generators for the common log format.
The log format is specified by the
rotating logs, see
Parameters
name
iponly
bucket
106
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
optional, common to all obj.conf functions
,
,
init-clf
record-useragent
-class directives.
AddLog
directory for Enterprise Server.
flex-rotate-init
(optional) gives the name of a log file, which must have been
given as a parameter to the flex-init function in
magnus.conf. If no name is given, the entry is recorded in
the global log file.
(optional) instructs the server to log the IP address of the
remote client rather than looking up and logging the DNS
name. This will improve performance if DNS is off in the
magnus.conf file. The value of iponly has no significance,
as long as it exists; you may use iponly=1.
optional, common to all obj.conf functions
,
,
flex-log
flex-rotate-init
function call. For information about
flex-init
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents