[squid-users] POST request work not correct

From: Matych,IT-IS Z160, DA (Fa. Computer People Lars) <L.Matych@dont-contact.us>
Date: Thu, 28 Feb 2002 13:44:54 +0100

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 Thu Feb 28 2002 - 05:46:29 MST

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