[squid-users] RE: how can i put off the mpeg,mpg, streaming shit ?

From: kelly kloen <k.kloen@dont-contact.us>
Date: Mon, 2 Jun 2003 14:13:25 -0700

THANXS , the last ( i hope )
when they want to send an attachement with hotmail they get a access denied.
how can i fix that ?

-----Oorspronkelijk bericht-----
Van: Lieven Marchand [mailto:lieven.marchand@just.fgov.be]
Verzonden: maandag 2 juni 2003 4:08
Aan: kelly kloen
Onderwerp: Re: how can i put off the mpeg,mpg, streaming shit ?

"kelly kloen" <k.kloen@de-breul.nl> writes:

> sorry that i bug you with this simpel qeustions SORRY
> how can i put off the mpeg.mpg, streaming radio and stuff like that.

acl movies urlpath_regex -i \.mp[e]g$
http_access movies deny

and so on for all the other stuff

> and how can i put somthing in the proxy that the download will stop after
2
> MB ?????

# TAG: reply_body_max_size (KB)
# This option specifies the maximum size of a reply body. It
# can be used to prevent users from downloading very large files,
# such as MP3's and movies. The reply size is checked twice.
# First when we get the reply headers, we check the
# content-length value. If the content length value exists and
# is larger than this parameter, the request is denied and the
# user receives an error message that says "the request or reply
# is too large." If there is no content-length, and the reply
# size exceeds this limit, the client's connection is just closed
# and they will receive a partial reply.
#
# NOTE: downstream caches probably can not detect a partial reply
# if there is no content-length header, so they will cache
# partial responses and give them out as hits. You should NOT
# use this option if you have downstream caches.
#
# If you set this parameter to zero (the default), there will be
# no limit imposed.
#
#Default:
# reply_body_max_size 0

--
"I do not want people to be agreeable, as it saves me the trouble of liking
them." Jane Austen
Received on Mon Jun 02 2003 - 06:16:26 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:12 MST