On Mon, 14 Jul 2003 23:26:06 -0500 (CDT), "Geoffrey Young" wrote:
> > Instead of trying to cram multiple perl-script into the same Authen
> > phase, which btw could not be done without patching Apache and/or
> > mod_perl,
>
> if by perl-script you mean mod_perl handlers, that's not really true.
>
> Instead of trying to cram multiple perl-script into the same Authen
> phase, which btw could not be done without patching Apache and/or
> mod_perl,
if by perl-script you mean mod_perl handlers, that's not really true.
currently, mod_perl will run all configured PerlAuthenHandlers until one
retu
Any thoughts on this stuff?
I'd like to try my ideas on the list before going ahead and
implementing it in practice.
- Forwarded message from Martin Wickman <[EMAIL PROTECTED]> -
From: Martin Wickman <[EMAIL PROTECTED]>
Subject: Re: Combining authen-handler with mod_
On Mon, Jul 07, 2003 at 10:06:59AM -0700, Geoffrey Young wrote:
[...]
>>I think a lot of interesting password policies could be implemented
>>if it was possible to run perl-code before and after existing
>>authentication modules. Is it feasible to add this to the current
>>mod_perl as a runtime o
Thanks!
I guess that may be possible, but somewhat problematic since I like to
stay with the distros apache-version. Btw, I remember seeing something
about APR_HOOK_(LAST|FIRST|...) in the docs on perl.apache.org. Not
implemented yet?
I'm not sure what docs you're thinking about, but that change
On Sat, Jul 05, 2003 at 02:28:09PM -0400, Geoffrey Young wrote:
>
>
> Martin Wickman wrote:
> >Hello
> >
> >The short version:
> >
> >How can I force my mod_perl Authen-handler to run after mod_auth and
> >not before it?
>
> in Apache 1.3 you could control this with CleanModuleList/AddModule, b
Martin Wickman wrote:
Hello
The short version:
How can I force my mod_perl Authen-handler to run after mod_auth and
not before it?
in Apache 1.3 you could control this with CleanModuleList/AddModule, but
those directives don't exist in 2.0. I think the only way to do it in 2.0
is to change
Hello
The short version:
How can I force my mod_perl Authen-handler to run after mod_auth and
not before it?
The long version:
I have been trying to do some clever things using a combination of
mod_auth with Authen-handlers in mod_perl2 (v1.99.07-1) and apache
2. The actual implementation is