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