I'll correct that shortly and add an xref between the two.
Thanks. I trust that it applies to mod_perl 1.x, too?
Unfortunately, no.
Can't locate object method "add_config" via package "Apache::Server" at /usr/local/bricolage/lib/Bric/App/ApacheConfig.pm line 58.
*sigh*.
Or maybe it could work like this?
@Location = (
[ "/data" => SetHandler => 'default-handler' ],
[ "/data/preview" =>
SetHandler => 'perl-script',
PerlFixupHandler => 'Bric::App::PreviewHandler::fixup_handler',
PerlHandler => 'Bric::App::Handler'
]
);
I'm running out of options here.
Regards,
David
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
