On Sat, Jun 01, 2019 at 12:09:34PM +0530, Mayuresh wrote: > On Sat, Jun 01, 2019 at 08:59:45AM +0530, Mayuresh wrote: > > I wish bozohttpd supported .htpasswd for cgi scripts! > > I just checked, that it doesn't.
It does, but not for /cgi-bin/ ones. I run a service that I implemented in a perl cgi script and that is .htpasswd protected. The .pl file just lives in the same directory as the .htpasswd file, and I am using a .bzremap file to map the externally visible url to that /some/internal/dir/my-cgi.pl url. Martin