Re: [squid-users] file uploading

From: Rohit Peyyeti <rohit@dont-contact.us>
Date: Fri, 17 May 2002 15:54:23 +0530

Henrik:

This is how I wrote the rules:

acl mynetwork 10.0.0.0/8
acl fileupload reg_mime_type -i ^multipart/form-data$
http_access deny fileupload mynetwork

The above rules don't work. I put these lines in the begining of http_access
section of
the squid.conf file? Is there anything which I am missing?

Regards,
Rohit Peyyeti

----- Original Message -----
From: "Squid Support (Henrik Nordstrom)" <hno@marasystems.com>
To: "Rohit Peyyeti" <rohit@translogicsys.com>; <squid-users@squid-cache.org>
Sent: Wednesday, May 15, 2002 6:58 PM
Subject: Re: [squid-users] file uploading

> Rohit Peyyeti wrote:
> > Will this ACL deny fileuploading on websites?
> >
> > acl fileupload req_mime_type -i ^multipart/form-data$
> > http_access deny fileupload
>
> It should, provided you put this before any http_access lines where the
user
> is allowed access. Have you tried?
>
>
> --
> Basic free Squid support provided thanks to MARA Systems AB
> Your source of advanced reverse proxy solutions or customized
> Squid solutions. http://www.marasystems.com/products/
Received on Fri May 17 2002 - 04:24:48 MDT

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