in reply to Re: Trying to use Apache2::Module throws an Apache exception
in thread Trying to use Apache2::Module throws an Apache exception
This is loading in a metric bumload of mod_perl 1.x code which I've brought up to date. Allegedly. I guess I ought to try the example from that page *without* all the legacy.# test if an Apache module is loaded if (Apache2::Module::loaded('mod_perl.c')) { warn "mod_perl!"; }
/* * If this fails some module forgot to call ap_reserve_module_ +slots*. */ ap_assert(total_modules < conf_vector_length);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Trying to use Apache2::Module throws an Apache exception
by hippo (Archbishop) on Sep 07, 2017 at 15:13 UTC | |
by davehodg (Acolyte) on Sep 08, 2017 at 09:01 UTC | |
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 | |
|