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
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.
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users