* Noam Solomon <[EMAIL PROTECTED]> [2002-06-17 17:49]: > I sent out a plea for help last week, but probably didn't provide > enough information for a quick solution. The problem is that I'm using > Apache::OpenIndex (which is similar to Apache::AutoIndex) and have not > been able to get the apache server on the production box to detect a > custom directive it defines (OpenIndexOptions). I didn't have this > problem on my development machine, so I'm baffled as to its origin.
[-- snip --] > Here's some salient bits of the httpd.conf: > > # GLOBAL MOD_PERL CONFIG > <IfDefine HAVE_PERL> > AddModule mod_perl.c > PerlRequire /home/httpd/startup.pl > PerlFreshRestart On > etc.. > PerlRequire /home/httpd/mason/handler.pl > </IfModule> > # END GLOBAL MOD_PERL CONFIG Make sure that you pull in the module using PerlModule, and not from use in a PerlRequire. PerlModule does some bootstrapping to make sure that directives are passed to your module, rather than let Apache try to do something with them. (darren) -- Make no laws whatever concerning speech, and speech will be free; so soon as you make a declaration on paper that speech shall be free, you will have a hundred lawyers proving that "freedom does not mean abuse, nor liberty license"; and they will define and define freedom out of existence. -- Voltarine de Cleyre