Re: Authenticating Location in HTTPD

2020-10-28 Thread Gleydson Soares
On Wed, Oct 28, 2020 at 09:40:24AM -0400, ben wrote: > Hello, Misc; > > I'm attempting to configure authentication for a location in httpd... > > server "example.com" { > listen on * port 80 > root "/htdocs/example.com/" > location "/" { > authenticate

Re: Authenticating Location in HTTPD

2020-10-28 Thread Romain FABBRI
d.org De la part de ben Envoyé : mercredi 28 octobre 2020 14:40 À : misc@openbsd.org Objet : Authenticating Location in HTTPD Hello, Misc; I'm attempting to configure authentication for a location in httpd... server "example.com" { listen on * port 80 root "/ht

Authenticating Location in HTTPD

2020-10-28 Thread ben
Hello, Misc; I'm attempting to configure authentication for a location in httpd... server "example.com" { listen on * port 80 root "/htdocs/example.com/" location "/" { authenticate with "/passwds" } } However upon navigating to the designated