Re: custom config directives

2001-07-14 Thread Perrin Harkins
> is there any good thorough documentation on building custom > config directives other than what's in the eagle book? i > left mine back in au and i don't really want to buy another > one :) You're in luck, that chapter is on-line: http://www.modperl.com/book/chapters/ch8.html

RE: custom config directives

2001-07-14 Thread Geoffrey Young
it's actually really quite simple. just take a look at the several modules on CPAN that use it. Apache::Dispatch, Apache::RefererBlock, and Apache::Language all come to mind. for the names and meaning of the constants involved, check out http_config.h. other than that, there really isn't anoth