Hi Everyone,
A few days ago I upload a new module to CPAN that makes it even
easier to build custom Apache directives in mod_perl 2.0 called
ModPerl::ParamBuilder.
If you're not familiar with custom directives, these allow you to
create your own, application specific, Apache directives that can be
then used in your httpd.conf. For example you could create an "Author"
directive that could be used like:
<Location /foo>
SetHandler perl-script
Author Frank
PerlResponseHandler Foo::Main
</Location>
I've also written up a short tutorial on how to use the module at:
http://www.revsys.com/writings/modperl/ModPerl-ParamBuilder/
Hopefully you will find this module as useful as I do. While the
version number is only 0.08, I've been using this code, in a
slightly different form, for quite awhile in my projects.
Feel free to send me feedback and suggestions.
---------------------------------
Frank Wiles <[EMAIL PROTECTED]>
http://www.wiles.org
---------------------------------