freebsd-ports/sysutils/snowlog/pkg-message
Vanilla I. Shu 51939469a0 Add snowlog 1.0, a webserver access log browser/analyzer.
PR:		ports/69783
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-30 19:26:52 +00:00

11 lines
380 B
Text

#########################################################
To use snowlog, adding this to httpd.conf
LogFormat "%a\t%l\t%u\t%{%s}t\t%r\t%>s\t%X\t%{Content-Type}o\t%b\t%{Referer}i\t%{User-Agent}i\t%V\t%{LogHint}e" parsable
Next, tell apache to make parsable logs:
CustomLog /path/to/httpd_access_parsable.log parsable
#########################################################