squid 7.1 , url_rewrite_program does not work
Dmitry Melekhov <[email protected]> Wed, 27 Aug 2025 11:02:11 +0400
| Newsgroups | gmane.comp.web.squid.general |
|---|---|
| Message-ID | <[email protected]> |
Hello! Tried to upgrade squid to 7.1 from 6.14. And the same config does not work: url_rewrite_program /usr/local/rejik3/redirector /usr/local/rejik3/redirector.conf squid passes url to url_rewrite_program I can see in this program log that it works, but squid does not redirect and just processes original request and passes it's result to user. There is no changes decribed in manual https://www.squid-cache.org/Versions/v7/cfgman/url_rewrite_program.html https://www.squid-cache.org/Versions/v6/cfgman/url_rewrite_program.html Looks the same. Could you tell me what is wrong here? Thank you!