On Mon, 27 Nov 2006 16:36:17 -0800
"Philip M. Gollucci" <[EMAIL PROTECTED]> wrote:
> Frank Wiles wrote:
> >Oh and yes, you can use your own login forms with these.
> (Custom AAA Handlers)
>
> I don't this is a widely known fact, so I'm resending it to emphasize
> it.
>
> It would be nice to
Patrick Galbraith wrote:
ps. I checked out the mod_perl docs from svn, and most of them seem to
be pod. What is the nice trick to getting them in html format?
http://perl.apache.org/download/docs.html
build the site.
IF you only want the html version, you can skip most of the prereqs
though D
Philip M. Gollucci wrote:
Frank Wiles wrote:
Oh and yes, you can use your own login forms with these.
(Custom AAA Handlers)
I don't this is a widely known fact, so I'm resending it to emphasize it.
It would be nice to mention or emphasize this in the docs -- Hint Hint.
Hi again,
I h
Frank Wiles wrote:
Oh and yes, you can use your own login forms with these.
(Custom AAA Handlers)
I don't this is a widely known fact, so I'm resending it to emphasize it.
It would be nice to mention or emphasize this in the docs -- Hint Hint.
--
--
On Sun, 26 Nov 2006 13:36:55 -0500
Patrick Galbraith <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I'm in the process of trying to get this PerlTransHandler which does
> a redirect back to the handler in such a way that once they log in,
> instead of "/handler/" being the URI, it becomes "/handler/us
Hi All,
I'm in the process of trying to get this PerlTransHandler which does a
redirect back to the handler in such a way that once they log in,
instead of "/handler/" being the URI, it becomes "/handler/username".
I'm able to get a simple version of this, just for proof of concept,
that take