On 27/06/17 23:53, Daniel Rieken wrote:
Hello,
I would like to block my users from downloading doc- and docm-files,
but not docx.
So this works fine for me:
/etc/squid3/blockExtensions.acl:
\.doc(\?.*)?$
\.docm(\?.*)?$
acl blockExtensions urlpath_regex -i "/etc/squid3/blockExtensions.acl"
http
-cache.org
Subject: [squid-users] Block doc documents
Hello,
I would like to block my users from downloading doc- and docm-files, but not
docx.
So this works fine for me:
/etc/squid3/blockExtensions.acl:
\.doc(\?.*)?$
\.docm(\?.*)?$
acl blockExtensions urlpath_regex -i "/etc/s
You need an ICAP server intelligent enough to differentiate between the
file types. Squid is a proxy and can only deal with the protocol. An ICAP
server can deal with the content. C-icap and ecap are a couple options
that seem to be available. I havr no experience with either.
On Jun 27, 2017
Hello,
I would like to block my users from downloading doc- and docm-files,
but not docx.
So this works fine for me:
/etc/squid3/blockExtensions.acl:
\.doc(\?.*)?$
\.docm(\?.*)?$
acl blockExtensions urlpath_regex -i "/etc/squid3/blockExtensions.acl"
http_access deny blockExtensions
But in some