Re: [squid-users] POST request work not correct

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 26 Mar 2002 01:16:16 +0100

You are most likely missing

never_direct allow all

See the Squid FAQ entry on how to use Squid within firewalls.

Regards
Henrik Nordström
Squid Developer

"Matych,IT-IS Z160, DA (Fa. Computer People Lars)" wrote:
>
> Hi ,
>
> we have following Problem with URL Routing:
>
> LAN1--- proxy1 ----- proxy2 ---- CUSTOMER_1_PROXY -----lan2 (ddd.lan2.com web services)
> |
> |
> Internet
>
> On Proxy1 we have an squid.conf entry:
> __________________snip___________________________
>
> cache_peer proxy2 parent 8080 0 proxy-only no-query
> acl CUSTOMER_1 dstdom_regex -i ddd\..*lan2\.com
> cache_peer_access proxy2 allow CUSTOMER_1
> __________________snip____________________________
>
> On proxy2 squid.conf
>
> __________________snip___________________________
>
> cache_peer CUSTOMER_1_PROXY parent 8080 0 proxy-only no-query
> acl lan2 dstdom_regex -i ddd\..*lan2\.com
> cache_peer_access CUSTOMER_1_PROXY allow lan2
> __________________snip____________________________
>
> (without Proxy in the CUSTOMER_1 LAN can I
> browse the site without a problem)
> When I browse from lan1 and I call the specific site , we become following ERROR message from my Proxy2
> I understand so , the proxy route not ! the request to the specific CUSTOMER_1_PROXY.
> ONLY the POST request work not correct.?
>
> in access.log on proxy2:
> ___________________________________snip_____________________________________________
>
> proxy1 - - [27/Feb/2002:16:55:18 +0100] "POST http://ddd.lan2.com/glossary/glossary.cfm HTTP/1.1" 503 1282 TCP_MISS:NONE
>
> ___________________________________snip_____________________________________________
>
> The URL ist correct! and the file is present on the Server
> All other GET request work correct and send to the CUSTOMER_1_PROXY.
>
> Regards,
>
> Lars
Received on Mon Mar 25 2002 - 20:20:53 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:05 MST