On Saturday 12 August 2006 09:43, Rob Sterenborg wrote: > But, I'm starting to feel stupid now and here's why. > When I point the browser to the url I'm prompted for my user/pass. When > I enter that information, there's no telling what Apache will do: it may > authenticate, but also it may not. If it authenticates me, it will try > to re-authenticate when I press the Refresh button often enough (in both > IE and FF). Also, when listing directories, I don't see the full > listing. Random-looking behaviour is _probably_ due to browser cache. > [Fri Aug 11 18:50:31 2006] [error] [client 10.0.1.1] user <me>: > authentication failure for "/mp3/S/index.php": Password Mismatch That looks clear enough. You are a valid user, but your encrypted password in the database doesn't match what your browser sent. The easiest way to populate the database is probably to create individual entries using htpasswd or htdigest (depending on what method you use) and importing the values to your SQL. And beware of charset issues if you have anything that's not ASCII-compatible. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx