[squid-users] fileupload restriction

From: Rohit Peyyeti <rohit@dont-contact.us>
Date: Thu, 7 Aug 2003 16:44:02 +0530

Hello all:

I need help in setting up fileupload restriction in squid. I'm was
running squid 2.4 till yesterday and upgraded it to squid 2.5
stable3 version running on redhat 7.3 version.

I setup this rule which is the first among http_access rules but
still file upload ACL does not work. What could be the error?

acl my_network 10.0.0.0/255.0.0.0
acl fileupload req_mime_type ^multipart/form-data$
http_access deny fileupload
http_access allow my_network
http_access deny all

Note: I also enabled these two options in squid:
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

Thanks,
Peyyetir
Received on Thu Aug 07 2003 - 05:14:24 MDT

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