You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by sn...@cob.org on 2006/08/15 01:30:16 UTC

[users@httpd] Proxy config not acting as expected

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 files hosted on the Domnio
server are being reverse proxied correctly as well as most of the dynamic
pages.  However, when I try to access one of our Domino web applications,
it has the following results:


Without the reverse proxy server in the way the resulting address looks
like this:

http://www.cob.org/cob%5Cbid.nsf/(bidswww)/77B-2006?OpenDocument&vc=301822&

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=77B-2006

Here is what the access log on the reverse proxy server shows:

"Post /cob/bid.nsf/frmWebSignUp?OpenForm&Seq=1&bid_number=77B-2006
HTTP/1.1" 302 - "http://192.168.1.1
/cob/bid.nsf/frmWebSignUp?OpenForm&bid_number=77B-2006&
"Get /cob%5Cbid.nsf/(bidswww)/77B-2006?OpenDocument&vc=301822& HTTP/1.1"
404 228  "http://172.17.10.25
/cob/bid.nsf/frmWebSignUp?OpenForm&bid_number=77B-2006&"



I thought by having the proxypass and proxypassreverse in place at the site
root level, it would handle any subdirectories for the entire site.  Any
idea why this isn't working?

____________________________
Steven Niedermeyer
Information Technology Services
City of Bellingham
625 Halleck St
Bellingham, WA 98225
Phone: (360) 676-6671 x156
Fax: (360) 676-7693



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org