[EMAIL PROTECTED] Header set & WWW-Authenticate

2007-09-26 Thread Pieter Vanmeerbeek
Hi, I'm working with the following setup : Client <-- internet--> apache reverse proxy <--lan--> owa 2003 with NTLM & basic authenticaton activated When using this setup the NTLM authentication is chosen by a browser on the client instead of the basic authentication. My goal is to use basic au

RE: [EMAIL PROTECTED] Header set & WWW-Authenticate

2007-09-27 Thread Pieter Vanmeerbeek
OTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: woensdag 26 september 2007 15:14 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Header set & WWW-Authenticate On 9/26/07, Pieter Vanmeerbeek <[EMAIL PROTECTED]> wrote: > Header edit WWW-Authenticate: ^NTLM d

[EMAIL PROTECTED] Apache reverse proxy and RPC and possible NTLM

2006-06-27 Thread Pieter Vanmeerbeek
Hi, I'm new to this list so I searched the archives first but didn't find the solution. I'm trying to setup an OWA 2003 with an apache (2.0.53) reverse proxy. (apparently many people on this list are doing so). This is my setup (please note that HTTP is used in the lan). Client on the Internet<--

[EMAIL PROTECTED] Apache reverse proxy and connection keep alive

2006-06-27 Thread Pieter Vanmeerbeek
Hi, I'm using apache 2.0.53 as a reverse proxy for a simple html backend server. Internet <-- http--> reverse proxy <--http--> server on lan I was wondering how a connection keep alive can be activated for the communication between the reverse proxy and server on lan. Is it just a matter of addi

RE: [EMAIL PROTECTED] Apache reverse proxy and connection keep alive

2006-06-28 Thread Pieter Vanmeerbeek
alive On 6/27/06, Pieter Vanmeerbeek <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using apache 2.0.53 as a reverse proxy for a simple html backend server. > > Internet <-- http--> reverse proxy <--http--> server on lan > > I was wondering how a co

[EMAIL PROTECTED] URL escape bug : % and %25 ?

2006-06-30 Thread Pieter Vanmeerbeek
Hi, I recently upgraded to apache 2.2.2 from 2.0.53. Before this upgrade I had a special trick to solve the owa url escaping problem (it does not escape an url as it should, see RFC). The trick was to unescape the url and re-escape it again using apache reverse proxy. This was achieved by the une

Re: [EMAIL PROTECTED] Re: RPC over HTTP through mod_proxy

2006-07-11 Thread Pieter Vanmeerbeek
Hi Paul and Hans, I tried to create a setup similar to the one Paul did (with https on the internet and http on the secure lan). I couldn't get this working even on the 2.0.53, ie. owa and active sync works fine RPC does some strange things. If you wait a very long time ( more then5 minutes)

[EMAIL PROTECTED] Alias and Rewrite directives

2006-07-24 Thread Pieter Vanmeerbeek
Hi, I'm trying to redirect a specific URL (for example http://example.com/trigger/username) to a specific script on disk (rewrite to /libexec/pfb.php?user=username). The document root is set to /testing. Now I want my script (pfb.php) to be stored outside my document root but still accessible