On Wed, 17 May 2006 12:42:02 -0400
Geoffrey Young <[EMAIL PROTECTED]> wrote:
> if it's custom directives in httpd.conf you want, see this
>
> http://www.modperlcookbook.org/~geoff/modules/experimental/Apache-Template-2.00_01.tar.gz
>
> and some of the other Apache2 modules on CPAN.
If you fi
Charles Bueche wrote:
> Hi Geoffrey,
>
> I own your book, and wasn't aware of this recipe.
there's lots of stuff in there people just don't know about :)
>
> I find this method a bit complicated, until now, my module was pure
> perl. But if this is the only way...
>
yeah, it pretty much is.
Hi Geoffrey,
I own your book, and wasn't aware of this recipe.
I find this method a bit complicated, until now, my module was pure
perl. But if this is the only way...
Thanks anyway for your hint.
BTW : do you prepare a 2.x version of the cookbook ? I find it a great
resource, I learned a lot f
Charles Bueche wrote:
> Hi,
>
> I have a C module loaded and working. It's an access_handler. It has its
> own configuration directives, which I can use in the global section of
> httpd.conf or in a vhost section.
>
> Beside, in a perl module I write (a fixup handler), I would like to
> access th
Hi,
I have a C module loaded and working. It's an access_handler. It has its
own configuration directives, which I can use in the global section of
httpd.conf or in a vhost section.
Beside, in a perl module I write (a fixup handler), I would like to
access the configuration values of the C module