Rohit Peyyeti wrote:
> Henrik:
>
> This is how I wrote the rules:
>
> acl mynetwork 10.0.0.0/8
> acl fileupload reg_mime_type -i ^multipart/form-data$
this should be req_mime_type ... not reg_mime_type. req is short for request.
> 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?
Always use "squid -k parse" to check the validity of your configuration when
making changes.
-- 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 - 10:56:24 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:09 MST