in reply to Calling script after htaccess authentification
You may be out of luck. mod_perl is integrated with Apache, and can do things that CGI scripts cannot.
I'm really trying to avoid a double login process.
The common way to do this is to forgo web server authentication (i.e., .htaccess control) entirely, relying instead on application-level login. Can you say more about why you need both?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Calling script after htaccess authentification
by Xxaxx (Monk) on Jul 30, 2002 at 19:14 UTC | |
by dws (Chancellor) on Jul 30, 2002 at 19:25 UTC | |
by Xxaxx (Monk) on Jul 30, 2002 at 20:32 UTC | |
by dws (Chancellor) on Jul 30, 2002 at 22:08 UTC |