Re: [squid-users] Squid.conf in a DB Mysql

2022-07-09 Thread ngtech1ltd
Hey Marcelo, It’s possible to use a SQL DB (Mysql,MSSQL,Oracle,PostgreSQL…) and a programming language to put the rules outside of squid.conf. It could be a combination of external acl helpers with DB backend and a configuration (squid.conf) generator based on a DB. However, you first need to d

Re: [squid-users] Squid.conf in a DB Mysql

2022-07-09 Thread Alex Rousskov
On 7/9/22 17:07, Marcelo wrote: Is it possible to use MySQL and PHP programming to put squid rules outside of squid.conf? Yes, for some definition of "put outside": * One can use external ACL to make match/mismatch decisions (and supply metadata to Squid from) "outside" of the Squid process.