Changeset 1868

Show
Ignore:
Timestamp:
08/23/07 00:08:20 (1 year ago)
Author:
benjamin
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/debian/changelog

    r1862 r1868  
     1alternc (0.9.6.4) stable; urgency=low 
     2  * change apache log format to a working one (using host request), also fix awstats issues. 
     3 
     4 -- Benjamin Sonntag <benjamin@alternc.org>  Tue, 23 May 2007 00:07:54 +0200 
     5 
    16alternc (0.9.6.3) stable; urgency=low 
    27 
  • alternc/trunk/etc/alternc/apache.conf

    r1822 r1868  
    1919        VirtualDocumentRoot /var/alternc/dns/%-2.1/%0 
    2020 
    21         CustomLog /var/log/apache/access.log full 
     21        LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc 
     22        CustomLog /var/log/apache/access.log alternc 
     23 
    2224</VirtualHost> 
    2325