essage-
From: Sylvain Perrot [mailto:[EMAIL PROTECTED]
Sent: lundi, 8. janvier 2007 23:44
To: Modperl Mailing List
Subject: RE: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web
Services Problem
Hi,
Thanks for the explanation about the 3 Handlers :) It means that the
first handler who r
Frank Wiles wrote:
>
> The best way to think about it is like this:
>
> PerlAccessHandler > is this IP allowed?
> PerlAuthenHandler > is this username allowed?
> PerlAuthzHandler> is this group allowed?
>
Small correction:
PerlAccessHandler
st
Subject: Re: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web
Services Problem
On Mon, 8 Jan 2007 17:37:54 +0100
"Sylvain Perrot" <[EMAIL PROTECTED]> wrote:
> First, As I am new to modperl development, I would like to validate my
> configuration :) As I u
On Mon, 8 Jan 2007 17:37:54 +0100
"Sylvain Perrot" <[EMAIL PROTECTED]> wrote:
> First, As I am new to modperl development, I would like to validate my
> configuration :)
> As I understood, PerlAuthenHandler and PerlAuthzHandler are working in
> parallel, and the first who give back a OK wins ...
Hi,
I am trying to develop a secured Reverse Proxy which use the
PerlAuthenHandler/PerlAuthzHandler to accept or reject the connection.
The synoptic is the following:
CLIENT -> RP (linux, apache2, modperl) -> Windows Server (.Net
Application, .Net Web Service)
My RP configuration is the followi