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

2022-07-09 Thread ngtech1ltd
m: squid-users On Behalf Of Marcelo Sent: Sunday, 10 July 2022 0:08 To: squid-users@lists.squid-cache.org Subject: [squid-users] Squid.conf in a DB Mysql Hello, Is it possible to use MySQL and PHP programming to put squid rules outside of squid.conf? I heard about it using external acl

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.

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

2022-07-09 Thread Marcelo
Hello, Is it possible to use MySQL and PHP programming to put squid rules outside of squid.conf? I heard about it using external acl, but can find any documentation or good example of it. I would like to "transfer" parameters as ACLs, HTTP_ACCESS, HTTP_PORT, and TCP_OUTGOING_ADDRESS from sq