in reply to Auto set basic auth username/password

I'm a little uncomfortable having a few thousand username/passwords in an .htaccess file - this would affect performance, no?

Look at mod_auth_db and mod_auth_dbm which will allow you to use a Berkeley DB or other DBM instead of a flat text file.
  • Comment on Re: Auto set basic auth username/password

Replies are listed 'Best First'.
Re: Auto set basic auth username/password
by cLive ;-) (Prior) on Jul 04, 2001 at 10:12 UTC
    Sorry, I should have explained.

    I only know the server will have .htacess files, not how it will be configured (hosted on many servers with different set-ups.

    I think i might have to try another approach...

    Thanks anyway.

    cLive ;-)