Re: Perl directive not allowed in a Location block

2008-01-25 Thread kgerbasi
sm)\.org/ > > > > I have many blocks within a block so I can't move it out. I can use the $Location way but I simply liked the ease of reading the config file the way I did it in v1.3 of Apache. Do you need to declare everything in the $Location or can you use it to append to the existing block thats been written out using tags. Thanks, Kevin -- View this message in context: http://www.nabble.com/Perl-directive-not-allowed-in-a-Location-block-tp15074701p15091925.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Perl directive not allowed in a Location block

2008-01-24 Thread Philippe M. Chiasson
kgerbasi wrote: Philippe M. Chiasson wrote: kgerbasi wrote: I am currently upgrading our Apache server from 1.3 to 2.2 and I'm encountering the following error when I try to start Apache. The config works ok in 1.3, however in 2.2 I get the following error 'Perl directive not allowed in a

Re: Perl directive not allowed in a Location block

2008-01-24 Thread kgerbasi
my $config = Config::ApacheConfiguration->new(); my @clientOptions = $config->GetClientConfiguration('5'); push @PerlSetVar, @clientOptions; -- View this message in context: http://www.nabble.com/Perl-directive-not-allowed-in-a-Location-block-tp15074701p15075224.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Perl directive not allowed in a Location block

2008-01-24 Thread Philippe M. Chiasson
kgerbasi wrote: I am currently upgrading our Apache server from 1.3 to 2.2 and I'm encountering the following error when I try to start Apache. The config works ok in 1.3, however in 2.2 I get the following error 'Perl directive not allowed in a block'. Can I no longer put a perl directive i

Perl directive not allowed in a Location block

2008-01-24 Thread kgerbasi
context: http://www.nabble.com/Perl-directive-not-allowed-in-a-Location-block-tp15074701p15074701.html Sent from the mod_perl - General mailing list archive at Nabble.com.