tis 2008-02-19 klockan 12:54 -0500 skrev Nick Duda:
> I've setup a very basic reverse proxy (maybe the error is because of my
> config). It appears to be working as the reverse proxy properly, however
> I can not perform a HTTP POST , I get TCP_MISS/503 error in my
> access.log
> Client surfs to www.some.domain.com, the ip is the public ip of squid
> and they get served up the internal (behind firewall) site, this works,
> but when they attempt to perform anything "POST" it doesn't allow:
>
> squid.conf (this is how its build for a test, I will clean it up and
> lock it down more after)
>
> http_port 80 transparent
that http_port is not a reverse proxy one, it's a transparent
interception forward proxy line..
what you want is
http_port 80 accel defaultsite=your.main.external.sitename vhost
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sat Mar 01 2008 - 12:00:05 MST