[squid-users] help to redirect http request to another squid proxy

jmpatagonia jmpatagonia at gmail.com
Fri Feb 26 07:47:35 UTC 2021


Hello I need help to redirect request http/https from a specific domain to
another squid proxy server.

Like a domain for example microsoft.com redirect o transfer all request to
another squid proxy server.

I try to use this:
#################################################
http_port  xx.xx.xx..xx:8080 accel
acl microsoft_acl dstdomain microsoft.com
cache_peer yy.yy.yy.yy  parent 8080  0  name=proxy60 default
cache_peer_access proxy60 allow  microsoft_acl
cache_peer_access proxy60 deny all
#################################################
but not wok, error :
26/Feb/2021:07:23:27 -0300 || - || xx.xx.xx.xx || TAG_NONE/405|| CONNECT ||
error:method-not-allowed || text/html

regards.
Juan Manuel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20210226/ca76c34d/attachment.htm>


More information about the squid-users mailing list