Re: Problems with custom configuration handlers

2000-04-13 Thread Kevin Murphy
Doug MacEachern wrote: what options did you give mod_perl's Makefile.PL? perl Makefile.PL \ APACHE_PREFIX=/usr/local/apache/ \ APACHE_SRC=/usr/local/apache/src\ DO_HTTPD=1 \ USE_APACI=1 \ APACI_ARGS='--enable-module=rewrite --enable-module=so --enable-module=proxy' \

Problems with custom configuration handlers

2000-04-12 Thread Kevin Murphy
I've written an access handler which takes some custom configuration directives based on the instructions in chaper 8 of the Eagle book. Everything makes and installs fine, and I am able to load the module with a PerlModule directive, but when I try to use the directives defined in my module I

Re: Problems with custom configuration handlers

2000-04-12 Thread Doug MacEachern
On Wed, 12 Apr 2000, Kevin Murphy wrote: I've written an access handler which takes some custom configuration directives based on the instructions in chaper 8 of the Eagle book. Everything makes and installs fine, and I am able to load the module with a PerlModule directive, but when I