From e1e2510f3cc96611f1a83d5692054a5a6476b3ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 30 Oct 2002 15:53:30 +0000 Subject: apache: Add vhosts.d, include.d and some example config snippets. --- apache/include.d/log-vhosts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apache/include.d/log-vhosts (limited to 'apache/include.d/log-vhosts') diff --git a/apache/include.d/log-vhosts b/apache/include.d/log-vhosts new file mode 100644 index 0000000..de2ae41 --- /dev/null +++ b/apache/include.d/log-vhosts @@ -0,0 +1,4 @@ +LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %>s %b" CustomLog +LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" CustomLog_combined +#CustomLog "|/usr/local/bin/parselog" CustomLog +CustomLog "|/usr/local/bin/parselog" CustomLog_combined -- cgit v1.2.3