----- Original Message -----
From: Jason Costomiris <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 14, 2001 9:11 AM
Subject: Re: Web Server authentication via web form?


: On Sat, Apr 14, 2001 at 09:31:04AM -0500, K Old wrote:
: : Any ideas how I can do webserver authentication via a web form?
:
: 1. Grab the input from the form
: 2. Compare against stored values
: 3. Decide what to do
:
: For steps 2 & 3, pick a language and implement the required functionality.

Possibly Jason has answered your question, I think this is how most sites
use a web form for authentication.  However, I once wanted to have
basic_auth (where entire directories were protected automatically using the
basic_auth mechanisms built into Apache) but using a CGI (to make it easier
to glue my application to customer's websites).  This would be similar to
what you are asking, I think.  Unfortunately, I don't think this is possible
to do (although, possibly, you might be able to use mod_perl to tickle
Apache's API).

HTH,

-Alan





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to