>> Nope, using:
>>
>>     Alias /contest /www/u-dev/contest
>>     PerlModule Apache::Registry
>>     PerlModule Apache::DBI
>>     PerlTaintCheck On
>>     <Location /contest>
>>        SetHandler perl-script
>>        PerlHandler Apache::Registry
>>        PerlSetVar BlaTest BlaVal
>>        PerlRequire /www/u-dev/contest/mod_perl_init.pl
>>        Options ExecCGI
>>        PerlSendHeader Off
>>        allow from all
>>     </Location>
>>
>> doesn't work any better...
>
> As the folks said you need to use $r->dir_config if you want to pull
> the  Location specific value.

Does this mean I have to add this to my scripts directly and can't do it at
Server-Startup in my startup.pl?

Regards
Soeren
-- 
netendance GmbH
Sören Stuckenbrock
Fränkische Straße 38
30455 Hannover

Telefon: 49 (0) 511/4733773
Fax    : 49 (0) 511/4733776
Mobil  : 49 (0) 173/6000319
http://www.netendance.de


Reply via email to