Search squid archive

RE: Filtering log data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux