> > Dear all > > I am experiencing some problem with cache_peer_access. > > Both servers(proxyserver1 and proxyserver2) are running Squid > 2.5stable 7, > > I am redirecting this particular website: www.website.com from > proxyserver1 to proxyserver2, the acl rule: > > acl blocked-list url_regex ^http://www\.website\.com > cache_peer_access proxyserver2.domain.com allow blocked-list > > So theoretically proxyserver2.domain.com should serve all the request > to www.website.com from proxyserver1. And i do see all the GET request > goes to the parent(proxyserver2). But i observed that POST request are > not proxied to proxyserver2. > > There is nowhere else in squid.conf that i have rules about > POST method. > > Can somebody enlighten me on this? > Have a go with : never_direct allow blocked-list in squid.conf M.