From 55308ae2c0aed6e6301ad33f4fad5a052f901a6b Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Wed, 22 Aug 2007 22:08:20 +0000 Subject: [PATCH] using our own log format : we need this since we are not using 'real' virtualhosts --- debian/changelog | 5 +++++ etc/alternc/apache.conf | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4226eb5..b2651cce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +alternc (0.9.6.4) stable; urgency=low + * change apache log format to a working one (using host request), also fix awstats issues. + + -- Benjamin Sonntag Tue, 23 May 2007 00:07:54 +0200 + alternc (0.9.6.3) stable; urgency=low * change dependency on courier-authmysql or courier-authlib-mysql for etch diff --git a/etc/alternc/apache.conf b/etc/alternc/apache.conf index 7db1a2ff..328c3ba5 100644 --- a/etc/alternc/apache.conf +++ b/etc/alternc/apache.conf @@ -18,7 +18,9 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ UseCanonicalName Off VirtualDocumentRoot /var/alternc/dns/%-2.1/%0 - CustomLog /var/log/apache/access.log full + LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc + CustomLog /var/log/apache/access.log alternc + Include /etc/alternc/bureau.conf