Hi,

It was a nice try ...
I setup the VirtualHost with a ProxyMatch directive :

httpd.conf :
------------------------------------------------------------------------
------
<VirtualHost *:80>
 ServerAdmin [EMAIL PROTECTED]
 ServerName www.domain.tld
 ProxyPreserveHost On
 ProxyPass / http://10.0.0.100/
 ProxyPassReverse / http://10.0.0.100/

 CustomLog /www/domain.tld/logs/access_log combined  
 ErrorLog /www/domain.tld/logs/error_log
 
 <ProxyMatch /(?i)protected/>
   PerlAuthenHandler Apache2::Const::OK
   Require foobar
 </ProxyMatch>
 
</VirtualHost>
------------------------------------------------------------------------
------

And it also failed to pass 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 (BUG?)

Does it help any if you use ProxyMatch instead of LocationMatch?

- Perrin
> 

Reply via email to