c0nw0nk Wrote: ------------------------------------------------------- > I hate to bring bugs into this topic but seems possible that this is > something Windows related. > > But auth_basic is not working. [...] > admin:Wjki8C1VIunc2 > > So that would be > Username : admin > Pass : lol123 > > But everylogin results in a password mismatch ?
You need htpasswd from Apache. htpasswd.exe -nb admin lol123 Automatically using MD5 format on Windows. admin:$apr1$Yv......$UNeVa4BMqWMQEEhasQ2Gs0 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254125,254187#msg-254187 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
