views:

288

answers:

0

I'm can't figure out why I cannot get the reverse proxy for a particular (remote) website to work. (nb: the reverse proxy works for a number of other websites). I can access static files on that website through the proxy, but for some reason the homepage and other pages give a 404, "the page that you were looking for does not exist"

What I'd like to be able to do is log the requests that the server is making to the remote site so I can figure out what is happening. Does anyone know how? I'm using mod_proxy with httpd.

(btw, I've used e.g. %{X-Forwarded-Host}i in the access log format, but these do not reveal information about the remote site)

Any help would be appreciated!