Please delete last email...this one has more accurate information..... 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://192.168.1.1 /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 --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx