davehodg has asked for the wisdom of the Perl Monks concerning the following question:
Starting apache throws an exception:package Journals::Trans; use strict; use warnings FATAL => 'all'; use Apache2::Module (); use Apache2::Directive (); my @directives = ( { name => 'JournalsTrans', }, ); Apache2::Module::add(__PACKAGE__, \@directives); sub JournalsTrans { my ($self, $parms, @args) = @_; }
Thu Sep 07 11:19:58.780223 2017 core:crit pid 15028 AH00102: Thu Sep 07 11:19:58 2017 file config.c, line 581, assertion "total_modules < conf_vector_length" failedAny idea what caused it? Ta,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trying to use Apache2::Module throws an Apache exception
by hippo (Archbishop) on Sep 07, 2017 at 13:10 UTC | |
by davehodg (Acolyte) on Sep 07, 2017 at 13:52 UTC | |
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 | |
|