Geoff, et al:

I've toyed with ModuleConfig, and it is really cool, but I was under the
impression that people stayed away from using it since it appears to
require a recompile of mod_perl for every module that inserts a new
directive into the list. That's why I assumed the use of PerlSetVar was
much more popular than ModuleConfig.

Regards,
Christian

On Fri, 2 Feb 2001, Geoffrey Young wrote:
> you may want to look into Apache::ModuleConfig to see how you can create
> directives without the need for a separate config file.
> 
> for instance:
> SymLinkRule Deny .*
> 
> it's pretty easy and probably a bit cleaner in this case (since I suspect
> that you moved to a config file since PerlSetVar just didn't fit the bill
> for the syntax you wanted). just see chapter 8 of the Eagle book

Reply via email to