[squid-users] external acl helper

Oğuz İsmail Uysal oguzismailuysal at gmail.com
Sun Jan 22 09:20:51 UTC 2017


Can I use a python script as external acl helper ? I have tested it quickly
by adding these lines to squid.conf:

external_acl_type python %SRC /usr/bin/python ~/rekt.py
acl external_acl_helpers external python
http_access allow external_acl_helpers

And this is rekt.py:

#!/usr/bin/env python
print "OK"

As I sadly expected it did not work after restarting squid. Excuse my
inadequate knowledge guys, how can I do this ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20170122/a5848b15/attachment.html>


More information about the squid-users mailing list