in reply to Re^2: Apache::AuthTicket
in thread Apache::AuthTicket

You would replace all calls to Apache::AuthTicket in your httpd.conf with calls to your module.

<Location /foologinform> AuthType Apache::AuthTicket AuthName Foo SetHandler perl-script Perlhandler Your::Module->login_screen </Location>
You can find lots of help with this and other things on the mailing list at the mod_perl site or in one of the books about mod_perl recommended there.

Replies are listed 'Best First'.
Re^4: Apache::AuthTicket
by spacey (Scribe) on Sep 06, 2004 at 08:22 UTC
    Perrin Just wanted to thank you for your example.
    Sorry for the delay in replying to your helpful post, (was away on businesses)
    I will endeavour to make your suggestion work.

    Kind regards.
    Gareth