Skip to content

only supports one site? #3

@jaymzh

Description

@jaymzh

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions