Forum

How to basic auth

Felix Buent
29 February 2016, 15:35
Does anyone happen to have a configuration example for a basic auth (e.g. for the URL "/test/")?
I didn't got it working (no error message, but password was not accepted).

VirtualHost {
[...]
PasswordFile=basic:/etc/hiawatha/.htpasswords
[...]
}


wigwam -d test test
Hugo Leisink
29 February 2016, 18:50
The -d flag is for Digest HTTP authentication. Use the -b flag (for Basic HTTP authentication) instead.
This topic has been closed.