----- Original Message -----
From: "Marcin Sołtysiak" <[EMAIL PROTECTED]>
[...]
> Do any other auth pages work? I.e via .htaccess file?
>
> Solt

OK, I managed to reproduce the same message that I get from ./asgard with an
.htaccess file in a separate Virtual Host on my machine.
The .htaccess file looks like this:

AuthType Basic
AuthName "suchary"
AuthUserFile /var/www/test_auth
Require valid-user

And the message repeates itself exactly as with ./asgard request.

Now if I set "Satisfy all" instead of "Require valid-user" then the page
gets displayed.

My question is: how do I put such directive into midgard?
Creating /var/www/html/.htaccess or /var/www/html/asgard/.htaccess is
pointless (I guess) because the parameters are probably set somewhere in the
database...

Do you have any suggestion?
Benedict



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to