> The backend server is a Domino server.
...
> With the reverse proxy server in the way I get a 404 error and the
> resulting address looks like this:
>
>
http://192.168.1.2/cob/bid.nsf/frmWebSignUp?OpenForm&Seq=1&bid_number=77
B-2006
We had this issue when proxying to a Domino server a while ba
I have an Apache 2.2.2 server set up to reverse proxy and am having some
problems.
Here's the config:
ProxyPass / http://192.168.1.1
ProxyPassReverse / http://192.168.1.1
The intent is to redirect everything hitting / to a back end server. The
backend server is a Domino server. The static fil