Re: Authentication handlers in a proxy setting

2010-03-31 Thread Dan Axtell
> > To do access control for static files while still using your mod_perl > auth handler, take a look at mod_auth_tkt or perlbal. > Thanks!

Re: How to retrieve the custom variants from HTTP request header by mod_perl2?

2010-03-31 Thread Michael Ludwig
Am 31.03.2010 um 16:46 schrieb lq jimmy: > > In mod_perl, i can get the custom variants which stored in header from %ENV > directly, > but it seems not works in mod_perl2. Look here: http://perl.apache.org/docs/2.0/user/config/config.html#C_SetupEnv_ -- Michael.Ludwig (#) XING.com

How to retrieve the custom variants from HTTP request header by mod_perl2?

2010-03-31 Thread lq jimmy
Hi, In mod_perl, i can get the custom variants which stored in header from %ENV directly, but it seems not works in mod_perl2. Any idea. thanks!! -LQ