using our own log format : we need this since we are not using 'real' virtualhosts

This commit is contained in:
Benjamin Sonntag 2007-08-22 22:08:20 +00:00
parent 675a357932
commit 55308ae2c0
2 changed files with 8 additions and 1 deletions

5
debian/changelog vendored
View File

@ -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 <benjamin@alternc.org> Tue, 23 May 2007 00:07:54 +0200
alternc (0.9.6.3) stable; urgency=low alternc (0.9.6.3) stable; urgency=low
* change dependency on courier-authmysql or courier-authlib-mysql for etch * change dependency on courier-authmysql or courier-authlib-mysql for etch

View File

@ -18,7 +18,9 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
UseCanonicalName Off UseCanonicalName Off
VirtualDocumentRoot /var/alternc/dns/%-2.1/%0 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
</VirtualHost> </VirtualHost>
Include /etc/alternc/bureau.conf Include /etc/alternc/bureau.conf