I've verified that the server(s) aren't using cookies (that could be
getting blocked). Also, FWIW, there are 20 messages (302 Found) on the
Proxy server before I get the error. It would appear that I'm somehow in
a loop. All I want is for the URL to retain the name of the proxy
server, rather than change to whichever backend server that it redirects
to... Help!
Here's my config:
# Pound config. file 03/14/2005
ListenHTTP 123.123.123.123,80
RewriteRedirect 0
User nobody
Group nogroup
ExtendedHTTP 1
LogLevel 2
Client 15
Alive 15
UrlGroup ".*"
#Address, Port, Priority (higher no. = higher usage)
BackEnd 124.124.124.124,80,2
BackEnd 125.125.125.125,80,1
EndGroup
|