[EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Fred Sanfrod
it will become rapidly obvious, but I am new to the Apache server: i had a need to use a reverse proxy, so I installed and configured Apache: it works well, happily displaying the content of the web server i'm protecting. i added authentication by uncommenting the proper mod and am using our ins

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Nick Kew
On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod <[EMAIL PROTECTED]> wrote: > can someone please tell me what am I > missing? It's more likely you're trying something too complex (probably with mod_rewrite) than that you're missing something. Either that or the description is deeply confuse

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread j k
On 4/25/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod <[EMAIL PROTECTED]> wrote: > can someone please tell me what am I > missing? It's more likely you're trying something too complex (probably with mod_rewrite) than that you're missing somethin

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Fred Sanfrod
no - i haven't: will spend the evening immersed. thnx j k <[EMAIL PROTECTED]> wrote: On 4/25/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod <[EMAIL PROTECTED]> wrote: > can someone please tell me what am I > missing? It's more likely

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Fred Sanfrod
will peruse this evening - thanks for the tip... Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod wrote: > can someone please tell me what am I > missing? It's more likely you're trying something too complex (probably with mod_rewrite) than that you're m

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-26 Thread Sander Temme
On Apr 25, 2007, at 3:21 PM, Fred Sanfrod wrote: the inbound requests are to the ASP page i'm protecting and usually carry query data in the uri, e.g.,http://foo.domain.org/foo.asp? name=&addy=&etc ...which does NOT seem to be passed along to the back end web server. This is true with eithe