Gossamer Forum
Home : General : Perl Programming :

.htpasswd to CGI script?

Quote Reply
.htpasswd to CGI script?
Man on man am I stressed. My .htpasswd file has over 77,000 entries in it and it causes errors sometimes when HTTPD calls upon it. Is there anyway to break it up into multiple files so it can be searched faster? If there is any easy way to allow my 77k members to login faster please, please, help me..

Regards,
Paul

------------------
I use to always think that I'd look back on us crying and laugh, but, I never thought I'd look back on us laughing and cry.
-Ralph Waldo Emerson
Quote Reply
Re: .htpasswd to CGI script? In reply to
You really need to look at other ways to authenticate. If you have control over your server, you can install AuthDBM which will store the names in a DBM file which will get much faster lookups. Ask your ISP to do this for you if you don't have access.

Cheers,

Alex