x194
e: [EMAIL PROTECTED]
- Original Message -
From: "Barry Hoggard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 5:35 PM
Subject: Problem with %Location in Perl Config
| I'm working on an apache configuration script, and I'
I'm working on an apache configuration script, and I'm having trouble with
the enabling of perl-status, server-info, etc.
I modified the examples in the eg directory, so I have:
my %handlers = (
"/perl-status" => "Apache::Status",
);
for (keys %handlers) {
$Location{$_} = {