[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-users
Subject:    RE: [squid-users] Filtering log data
From:       Henrik Nordstrom <henrik () henriknordstrom ! net>
Date:       2006-02-28 14:43:02
Message-ID: 1141137782.2537.3.camel () henrik ! localdomain
[Download RAW message or body]


tis 2006-02-28 klockan 15:21 +0100 skrev David:
> Hi again,
> 
> Would the following be correct for logging only text/html? 
> 
> 
> # MIME acl rules:
> 
> acl myMimeType req_mime_type text/html
> acl all req_mime_type
> 
> access_log <filepath> <logformat name> allow myMimeType allow all


you need to use rep_mime_type...  (reply mime type, not request mime
type)

acl HTML rep_mime_type text/html
access_log /path/to/file.log format_to_use HTML

Regards
Henrik

["signature.asc" (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic