Re: [squid-users] msn time

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 5 Aug 2005 18:58:58 +0200 (CEST)

On Fri, 5 Aug 2005, Brent Clark wrote:

> I just tried
>
> acl msntime time M T W H F A 12:00-13:00
> acl msnp rep_mime_type ^application/x-msn-messenger$
> acl msnq req_mime_type ^application/x-msn-messenger$
>
> http_access allow msnp msntime
> http_access allow msnq msntime
>
> and
>
> acl msntime time M T W H F A 12:00-13:00
> acl msnp rep_mime_type ^application/x-msn-messenger$
> acl msnq req_mime_type ^application/x-msn-messenger$
>
> http_access allow msnp msntime

this does not make sense. rep_mime_type can not be used in http_access.
This line is always ignored.

> http_access allow msnq msntime
> http_reply_access allow msnp msntime
> http_reply_access allow msnq msntime

try focusing on getting http_access right first, then look into
http_reply_access if needed (but only if needed).

> If anyone can help, I would be most appreciative

Are you sure this is the correct request and response mime types?

What does access.log say, with log_mime_hdrs enabled allowing you to see
the request mime type.

Regards
Henrik
Received on Fri Aug 05 2005 - 10:59:03 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:01 MDT