--- src/modules/perl/mod_perl.c.orig 2014-06-29 23:28:47.304956871 +0000 +++ src/modules/perl/mod_perl.c 2014-06-29 23:29:09.542814476 +0000 @@ -654,6 +654,9 @@ apr_pool_t *ptemp) { /* we can't have PerlPreConfigHandler without first configuring mod_perl */ +#if MODULE_MAGIC_NUMBER_MAJOR >= 20100606 + ap_reserve_module_slots_directive("PerlLoadModule"); +#endif /* perl 5.8.1+ */ modperl_hash_seed_init(p);