using our own log format : we need this since we are not using 'real' virtualhosts
This commit is contained in:
parent
675a357932
commit
55308ae2c0
|
@ -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
|
||||
|
||||
* change dependency on courier-authmysql or courier-authlib-mysql for etch
|
||||
|
|
|
@ -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
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
Include /etc/alternc/bureau.conf
|
||||
|
|
Loading…
Reference in New Issue