> 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?