On 8/8/06, Gregory F. March <march@xxxxxxx> wrote:
> When apache (1.3) proxy's requests, gallery is dropping the port (the
> gallery bug), but apache appears to be returning url's to my browser with
> the 'gallery2' added. So, for example, I make a request for:
>
> http://apache13.foo.com:443/main.php
>
> and I get back:
>
> http://apache13.foo.com/gallery2/main.php
That's generally what happens when you reverse proxy to a site using a
different base uri ('/' and '/gallery2' in this case). You could make
this a lot easier by using
http://apache13.foo.com:443/gallery2/main.php
.. as the front side url. There's a fine module for apache2.x called
mod_proxy_html which can work around these issues, but that doesn't
help you running 1.3 on the proxy.
--
noodl
---------------------------------------------------------------------
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