>>>>> "GJ" == Gram, Jim <[EMAIL PROTECTED]> writes:

GJ>      This is more an Apache question, but here goes.  Is there any way to
GJ> modify the "Authorization Required" page received after three failed
GJ> attempts to login in using Basic Authentication (or insert a custom page) ?
GJ> Also, can the number of attempts before failure be  modified?  Thanks in
GJ> advance???

The HTTP protocol is stateless, so you have no way to count such
attempts.  You need to introduce state using cookies and possibly a
database on your end.

But this has nothing to do with mod_perl, as you said up front.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
PGP & MIME spoken here            http://www.kciLink.com/home/khera/

Reply via email to