Monday, October 02, 2017

Re: httpd.conf authenticate with question

> location "/some/secret/location/*" {
> directory index index.php
> authenticate with "/path/to/the/htpasswd/file"
> }
>

Can we use "authenticate [realm] with htpasswd" in a location?

From httpd.conf(5) I thought http-Auth is enabled in server
section and only disabled in location. No?

No comments:

Post a Comment