<div dir="ltr">Hi,<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">how does squid distinquish between a file containing rules<br>
e.g. acl acl-file url_regex -i "/etc/url-acl.squid"<br>
 or the rule itself<br>
e.g.  acl acl-rule url_regex -i "\.exe$"<br>
with the same acl-type?<br></blockquote><div>From <a href="http://www.squid-cache.org/Doc/config/acl/">http://www.squid-cache.org/Doc/config/acl/</a> <br></div><pre>Every access list definition must begin with an aclname and acltype, 
        followed by either type-specific arguments or a quoted filename that
        they are read from.<br><span style="font-family:arial,helvetica,sans-serif"><font size="2">Seems to suggest that using "s means the argument is a file.<br><br></font></span></pre><pre><span style="font-family:arial,helvetica,sans-serif"><font size="2">HTH<br></font></span></pre></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>Kind regards/met vriendelijke groet,</div><div><br></div><div>Serge Fonville</div><div><br></div><a href="http://www.sergefonville.nl" target="_blank">http://www.sergefonville.nl</a></div></div></div>
<br><div class="gmail_quote">2015-05-27 22:11 GMT+02:00 Hussam Al-Tayeb <span dir="ltr"><<a href="mailto:hussam@visp.net.lb" target="_blank">hussam@visp.net.lb</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wednesday 27 May 2015 22:03:14 Walter H. wrote:<br>
> Hello,<br>
><br>
> would this be the correct syntax:<br>
><br>
> acl crl-file url_regex -i \.crl$<br>
><br>
> or need it to be<br>
><br>
> acl crl-file url_regex -i "\.crl$"<br>
><br>
> how does squid distinquish between a file containing rules<br>
> e.g. acl acl-file url_regex -i "/etc/url-acl.squid"<br>
>   or the rule itself<br>
> e.g.  acl acl-rule url_regex -i "\.exe$"<br>
> with the same acl-type?<br>
><br>
> Thanks,<br>
> Walter<br>
<br>
</div></div>This is what I am using right now.<br>
<br>
acl crlfiletype rep_mime_type application/x-pkcs7-crl<br>
store_miss deny crlfiletype<br>
acl crl url_regex .crl$<br>
cache deny crl<br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div><br></div>