<div dir="auto">Wow…</div><div dir="auto">Thank you so much !</div><div dir="auto"><br></div><div dir="auto">For now I used a simple .py script that checks if url is in table and send reply OK or ERR, depends from result. </div><div dir="auto"><br></div><div dir="auto">But allow ask you - how squid parse the url???</div><div dir="auto">I think it uses the regexp, is that true???</div><div dir="auto"><br></div><div dir="auto">Because for example if I add the url to DB like <a href="http://example.com">example.com</a> ( base url name)</div><div dir="auto">And if the proxy request will be even like to  <a href="http://example.com/page1/">example.com/page1/</a> - this will be matched. That’s great. </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thank you !</div><div dir="auto">Alexey G.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 22 Jul 2023 at 10:00, Amos Jeffries <<a href="mailto:squid3@treenet.co.nz">squid3@treenet.co.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">On 21/07/23 00:23, Alexeyяр Gruzdov wrote:<br>
> Hello.<br>
> <br>
> Looks I found how to do that and this works well for me:<br>
> <br>
> The external helper script must check if the url is in DB and answer as <br>
> OK (if there is) or ERR (if there isnt)<br>
> <br>
<br>
You can probably use the ext_sql_session_acl helper bundled with Squid <br>
instead of writing your own from scratch.<br>
See <br>
<<a href="http://www.squid-cache.org/Versions/v4/manuals/ext_sql_session_acl.html" rel="noreferrer" target="_blank">http://www.squid-cache.org/Versions/v4/manuals/ext_sql_session_acl.html</a>> <br>
for its parameters.<br>
<br>
AIUI, you want the --uidcol to be the table of URLs and leave both <br>
--usercol and --tagcol unset.<br>
<br>
<br>
Amos<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div></div>