nslog -- Access Logging Module
$Header: /cvsroot/aolserver/aolserver/nscgi/nscgi.html,v 1.1 2000/10/04
22:27:23 kriston Exp $
Theory of Operation
Known Issues
Sample Configuration
Theory of Operation
The nslog module implements Common Log Format access logging. This format
can be used by any web analyzer tool. It optionally supports NCSA Combined
Log Format and supports log file rolling. The log files are stored in the
server/server1/modules/nslog directory.
Known Issues
None at this time.
Sample Configuration
#
# Access log -- nslog
#
ns_section "ns/server/${servername}/module/nslog"
ns_param file "access.log"
ns_param formattedtime true ;# true=common log format
ns_param logcombined false ;# true==NCSA combined format
ns_param maxbackup 5 ;# Max number to keep around when rolling
ns_param rollhour 0 ;# Time to roll log
ns_param rolllog true ;# Should we roll log?
ns_param rollonsignal true ;# Roll log on SIGHUP