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
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
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<--
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
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
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
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)
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