blob: 30b7e319715a01a72f3c253235f543d0945d692b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
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
EOM
}
]
|