RE: [mp2] Perl Auth Handlers and mod_proxy : losing querystring on remote server (BUG?)

2007-01-09 Thread Sylvain Perrot
Hi, This is working !!! Good point... But how to handle the authentication as I wanted (no http authentication but my own authentication module ...) Sylvain -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: mercredi, 10. janvier 2007 01:47 To: Sylvain Perrot Cc

RE: [mp2] Perl Auth Handlers and mod_proxy : losing querystring onremote server (BUG?)

2007-01-09 Thread Sylvain Perrot
the querystring to the remote server !!! Sylvain -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: mercredi, 10. janvier 2007 01:10 To: Sylvain Perrot Cc: Modperl Mailing List Subject: Re: [mp2] Perl Auth Handlers and mod_proxy : losing querystring onremote server

RE: [mp2] Perl Auth Handlers and mod_proxy : losing querystring on remote server (BUG?)

2007-01-09 Thread Sylvain Perrot
ronment to test if he got the same problem, it would be great ! Best regards Sylvain -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: mercredi, 10. janvier 2007 01:16 To: Perrin Harkins Cc: Sylvain Perrot; Modperl Mailing List Subject: Re: [mp2] Perl Auth Ha

[mp2] Perl Auth Handlers and mod_proxy : losing querystring on remote server (BUG?)

2007-01-09 Thread Sylvain Perrot
Hi, After 2 days trying to resolve my problem, I am close to think about a bug in mod_perl used with mod_proxy. let summarize my problem in case someone could help me : CLIENT --> Reverse-Proxy ---> Application Servers Reverse-Proxy is : Linux, Apache 2.0.59, mod_perl 2.0.3 Applicat

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-08 Thread Sylvain Perrot
r the result of the problem) I really don't know what could be the problem ... Nobody faces the same type of behavior ??? Best regards, Sylvain -Original Message- From: Frank Wiles [mailto:[EMAIL PROTECTED] Sent: lundi, 8. janvier 2007 20:00 To: Sylvain Perrot Cc: Modperl Mailing Li

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