Synopsis: Proxy return the dummy URL in the real network State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Fri Jul 11 22:19:08 PDT 1997 State-Changed-Why: Interesting. It appears like IIS is behaving differently when talking to each proxy. With www, when you submit the form it returns a redirect to http://www.stj.gov.br/cgi-bin/foliocgi.exe/Jurisp.nfo/query=++++?realquerydlg
With www2, it returns a redirect to http://190.190.2.240/cgi-bin/foliocgi.exe/Jurisp.nfo/query=++++?realquerydlg This is the cause of the problem. It is IIS itself putting in the 190.190.2.240 address, so Apache can do nothing about that. You need to look for somewhere that there is a difference between the way wwwi handles each host; perhaps the address it comes from or something similar. See if you can see any differences in your IIS logs between the two. Try running the old server on the new machine, if possible, to see if the problem is still there. You could also try temporarily running the new server on the old machine to see if it fixes the problem. Hopefully some of these suggestions help you trace the problem; since it doesn't appear to be Apache, there isn't much that we can do.
