when enabled htaccess in one html page vhost, browser fails to authenticate and continue to prompt for password.
passwd file created by "htpasswd2 -c .htpasswd admin"
error log: [127.0.0.1:42960-0#maint] Authentication failed with user: 'admin'.
lsws: std 2.2.2 upgraded from previous version.
I remember htaccess on previous lsws worked, forgot which version.
Code:
AuthType Basic
AuthName "secret"
AuthUserFile /data/apps/maint/.htpasswd
Require user admin
error log: [127.0.0.1:42960-0#maint] Authentication failed with user: 'admin'.
lsws: std 2.2.2 upgraded from previous version.
I remember htaccess on previous lsws worked, forgot which version.