[squid-users] redirect based on url (302)

Amos Jeffries squid3 at treenet.co.nz
Tue Oct 23 15:06:03 UTC 2018


On 24/10/18 3:31 AM, uppsalanet wrote:
> Thanks Amos for all you help.
> I've done a few of your suggested steps:
> * Create the databas.
> createdb.sql
> <http://squid-web-proxy-cache.1019090.n4.nabble.com/file/t377569/createdb.sql>  
> * The acl to fill upp the database with values works fine :-)
> external_acl_type whitelist_add ttl=10 %SRC %<{Location}
> /etc/squid/add2db.pl
> add2db.pl
> <http://squid-web-proxy-cache.1019090.n4.nabble.com/file/t377569/add2db.pl>  
> 
> So now i fill up the database with records like this:
> dbdump.txt
> <http://squid-web-proxy-cache.1019090.n4.nabble.com/file/t377569/dbdump.txt>  
> 
> My question is how i get the domains out from it? I don't really under stand
> this part:
>  external_acl_type whitelist ttl=60 %SRC %DST \
>    /usr/lib/squid/ext_session_db_acl \
>    --dsn ... --user ... --password ... \
>    --table sessions --cond "" 
> 
> Do I need to write another script for that
> "/usr/lib/squid/ext_session_db_acl" 

Nope, Squid should have come with that helper. It may not be at that
exact path though.

All you should have to do now is find where that helper binary actually
is and setup those parameters so it can access your DB.

Amos


More information about the squid-users mailing list