in reply to Re^3: Trying to use Apache2::Module throws an Apache exception
in thread Trying to use Apache2::Module throws an Apache exception
All httpd.conf needs is:my @directives = ( { name => 'JournalsTrans', }, ); Apache2::Module::add(__PACKAGE__, \@directives);
I should probably file a bug on the Apache2::Module page.PerlRequire Journals::Trans JournalsTrans parm1 parm2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Trying to use Apache2::Module throws an Apache exception
by hippo (Archbishop) on Sep 08, 2017 at 09:06 UTC | |
by davehodg (Acolyte) on Sep 08, 2017 at 09:33 UTC | |
by hippo (Archbishop) on Sep 08, 2017 at 10:24 UTC | |
by davehodg (Acolyte) on Sep 08, 2017 at 10:34 UTC | |
by davehodg (Acolyte) on Sep 13, 2017 at 13:58 UTC |