On Sat, 14 Apr 2001 10:31:04 K Old wrote:
>Hello everyone,
>
>This is kind of a weird question, but I need to know if and how this can be
>
>done.  I have a client that currently uses the webserver (on apache that is
>
>the .htaccess files) to autheticate the users.  Well, the users are not 
>wanting to have the popup box that prompts them for their username and 
>password, they'd rather have an HTML form inside a page.  I've never heard 
>of doing it this way, but I'm sure there is - I just don't know it.
>
>Any ideas how I can do webserver authentication via a web form?

The problem with this is that you'll have to add the authentication routine
to every request for protected information. This is doable if all protected
content is generated dynamically. If not, you'll have to figure out some
automated way to have Apache intercept all requests for static content and
redirect them through your authentication routine. Maybe this can be done
using some rewrite feature. You'll probably need to ask on an Apache list or
newsgroup.

Tony
-- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Chat:  AOL/Yahoo: TonyG05    ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>



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

Reply via email to