Hi Hugo,
I am trying to enable authentication for our web server.
I tried both digest & basic authentication.
However the authentication is always failing.
I tested with Firefox 2.6.11(linux) & curl
My virtual host configuration
VirtualHost {
RequiredBinding = HTTP
Hostname = www.my-domain.com
WebsiteRoot = home/praseed/webdmn/www/hiawatha
UseFastCGI = FCGI1
TimeForCGI = 20
UseToolkit = to_fcgi
PasswordFile = basic:/home/praseed/webdmn/auth/.digest
}
The /home/praseed/webdmn/auth/.digest file
is
test:test
Curl with "curl -u test:test" returned 401 error & firefox kept prompting for user name/paswword.
The same thing happened with digest authentication too, I created the digest password using htdigest.
BTW digest authentication was working for me with hiawatha 6.14.1.
Please help me figure out the problem
Thanks
Praseed
Hiawatha version: 7.6
Operating System: linux