RE: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web Services Problem

2007-01-09 Thread Sylvain Perrot
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

Re: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web Services Problem

2007-01-09 Thread Issac Goldstand
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

RE: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web Services Problem

2007-01-08 Thread Sylvain Perrot
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

Re: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web Services Problem

2007-01-08 Thread Frank Wiles
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 ...

PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web Services Problem

2007-01-08 Thread Sylvain Perrot
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