RE: [squid-users] squid does not proxy POST request with Cache_peer_access

From: Elsen Marc <elsen@dont-contact.us>
Date: Thu, 27 Jan 2005 07:41:42 +0100

 
>
> 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.
Received on Wed Jan 26 2005 - 23:42:07 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 07 2005 - 12:59:36 MST