Geoffrey Young wrote:
>> <LocationMatch /(?i)protected/>
>>   AuthType Basic
>>   AuthName "Test Authentication"
>>   AuthUserFile /www/xperience.ch/conf/.htpasswd
>>   require valid-user
>> </LocationMatch>
> 
> 
> next test - 

I won't be able to do any more work tonight, so if this doesn't work
here's what I'd suggest...

are you running any other mod_perl things other than authen?  if not,
please take a working .htpasswd config and add in a PerlInitHandler of
any sort - I don't think it could really be authen that's tripping stuff
up, but I know we do some things for proxy requests, so it might be the
mere presence of mod_perl in the mix that is affecting you.

next, I know it's asking a lot, but I doubt anyone will have the free
tuits to create a proxy setup that mimics your problem.  however, if you
can create a self-contained test scenario using this

  http://people.apache.org/~geoff/bug-reporting-skeleton-mp2.tar.gz

I'll be sure to run it and see what I can do.  be sure to create a case
that works and one that doesn't so I know exactly what you're trying to do.

--Geoff

Reply via email to