-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I tried to support more than one vhost log but it only seems to accept the last one:
Import apachelog
<Module apachelog>
Name "site1_requests"
Interval 1
AccessLog "/var/log/apache2/site1-access.log"
AccessLogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
</Module>
<Module apachelog>
Name "site2_requests"
Interval 1
AccessLog "/var/log/apache2/site2-access.log"
AccessLogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
</Module>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels