I'm installing a new site build on a
production server, where I've built mod_perl 1.24 statically
into Apache 1.20. Everything works nicely,
except that one of the modules can't set it's own
custom directives, and apache balks with a syntax
error whenever it encounters one.
I've tried moving all the PerlModule directives
into a startup.pl file, with no effect.
(from the error log:)
Invalid command 'OpenIndexOptions', perhaps
mis-spelled or defined by a module not included in the server
configuration
(from httpd -l:)
Compiled-in
modules:
http_core.c mod_so.c mod_perl.c |