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 Thank you, /David > Also, is it possible to include a condition so only requests of > certain mime types are logged? Yes. > If so, how is it done? See the acess_log directive documentation in squid.conf.default after applying the patch. Regards Henrik