s
The Eagle says that directives that occur multiple times should be an
array of arrays. And it works when I'm not using a single arrayref for
the configuration.
Steve
> -Original Message-
> From: Steve Piner
> To: [EMAIL PROTECTED]
> Sent: 7/27/01 12:26 AM
> Subject: Pr
make each of
those entries in your array a single string.
just off the top of my head...
HTH
--Geoff
-Original Message-
From: Steve Piner
To: [EMAIL PROTECTED]
Sent: 7/27/01 12:26 AM
Subject: Problem with arrayrefs in PSections
I've come across an oddity in configuring Apac
I've come across an oddity in configuring Apache through Perl sections.
If I have a local as follows,
my %access = (
Order => 'deny,allow',
Deny => 'from all',
Allow => [['from', '1.2.3.0/24'],
['from', '192.168.1.0/24']],
);
then set up locations (or directorys)