Re: [EMAIL PROTECTED] Reverse proxying behind a firewall

2006-08-09 Thread Gregory F. March
Thanks I wound up using mod_rewrite instead, and it works fine:RewriteRule ^/gallery2/(.*)$  http://apache2.foo.com/gallery2/$1 [P,L]RewriteRule ^/(.*)$   http://apache2.foo.com/gallery2/$1 [P,L]Hopefully, the end result of all this work will be to migrate off 1.3 and on to 2.x. I'm s

Re: [EMAIL PROTECTED] Reverse proxying behind a firewall

2006-08-09 Thread Vincent Bray
On 8/8/06, Gregory F. March <[EMAIL PROTECTED]> 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

[EMAIL PROTECTED] Reverse proxying behind a firewall

2006-08-08 Thread Gregory F. March
Hi all...I'm experiencing a problem with reverse proxying to a gallery (gallery.sf.net) site that resides behind my firewall. I've been having a long discussion over on the gallery forums and it is probably easier to read the problem there rather than re-type it here. Here is the link: http://gall