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

Reply via email to