in reply to Reliability of Apache::Htpasswd
As for handling a large number of users, please note that the htpasswd/htgroup files scale linearly with the number of users. If you think you will have a lot of users, you are strongly advised to use an alternate method of storing users. Such as dbmauth.
Furthermore there are bugs in Apache when the group file gets to have lines that are too long. (I saw problems at 2048 bytes.) If you are using Apache with that many users in a group, you may need to split individual groups across lines.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 1: Reliability of Apache::Htpasswd
by George_Sherston (Vicar) on Mar 02, 2002 at 22:22 UTC | |
by virtualsue (Vicar) on Mar 03, 2002 at 20:30 UTC |