File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / lighttpd / conf.d / access_log.conf
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 15:19:37 2013 UTC (10 years, 9 months ago) by misho
Branches: elwix2_1
add config for lighttpd

#######################################################################
##
## Corresponding documentation:
##
## http://www.lighttpd.net/documentation/access.html
##
server.modules += ( "mod_accesslog" )

##
## Default access log.
##
accesslog.filename          = log_root + "/access.log"

##
## The default format produces CLF compatible output.
## For available parameters see access.txt 
##
#accesslog.format = "%h %l %u %t \"%r\" %b %>s \"%{User-Agent}i\" \"%{Referer}i\""

##
## If you want to log to syslog you have to unset the 
## accesslog.use-syslog setting and uncomment the next line.
##
#accesslog.use-syslog       = "enable"

#
#######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>