Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-05 Thread Robert Steinmetz AIA
Thanks for all your help. I think I'm going to have to go deep diving into the application, if I can. I tried every combination of ProxyHTMLURLMap I can think of and none of them seem to affect the output at all. I'm think of filing a bug with the developer since there appear to be only two spo

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 22:04 -0600, Robert Steinmetz wrote: > I've looked at the page source and the references seem to be generated > by calling scripts. The links reported in the buttons are in the form > > http://application/mydomain.com:80/application/file.aspx > > I'm beginning to think

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz
Matt McCutchen wrote: On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: Matt McCutchen wrote: Two issues: 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not taking effect at all. My guess is that you need to include the configuration file that defines

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: > Matt McCutchen wrote: > > Two issues: > > > > 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not > > taking effect at all. My guess is that you need to include the > > configuration file that defines all the place

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz AIA
Thanks for your help; I have interspersed my response below Matt McCutchen wrote: On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote: Here is my entire current VirtualHost some of it is probably redundant, like the tags. I have tried a lot of variations and so far none of them h

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote: > Here is my entire current VirtualHost some of it is probably redundant, > like the tags. > I have tried a lot of variations and so far none of them have affected > the error message I get. > > > > > > > ServerAdmin webmas

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz AIA
Matt McCutchen wrote: On Tue, 2009-02-03 at 21:26 -0600, Robert Steinmetz wrote: I think you may be right I've tried to put a ProxyHTMLURLMap in the configuration, it seems like all I need to do is remove one part of the url, from one file but so far It hasn't had any effect. OK...

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Matt McCutchen
On Tue, 2009-02-03 at 21:26 -0600, Robert Steinmetz wrote: > I think you may be right I've tried to put a ProxyHTMLURLMap in the > configuration, it seems like all I need to do is remove one part of the > url, from one file but so far It hasn't had any effect. OK... please post the new configu

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Robert Steinmetz
I think you may be right I've tried to put a ProxyHTMLURLMap in the configuration, it seems like all I need to do is remove one part of the url, from one file but so far It hasn't had any effect. Matt McCutchen wrote: On Tue, 2009-02-03 at 18:43 -0600, Robert Steinmetz wrote: I am setting

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Matt McCutchen
On Tue, 2009-02-03 at 18:43 -0600, Robert Steinmetz wrote: > I am setting up a reverse proxy of an application. I have it working > mostly except I can get the URLs to respond like I want to. it seem it > should be simple but now I've gotten myself confused. > > > > > > >ServerNam

[us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Robert Steinmetz
I am setting up a reverse proxy of an application. I have it working mostly except I can get the URLs to respond like I want to. it seem it should be simple but now I've gotten myself confused. ServerName application.mydomain.com ProxyRequests Off