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