Re: httpd and cgi

2018-10-05 Thread Kihaguru Gathura
Thank you for that. The code below authenticates for all folders and cgi scripts work well as desired Any comments on correctness? .. # $OpenBSD: httpd.conf,v 1.18 2018/03

Re: httpd and cgi

2018-10-04 Thread trondd
On Thu, October 4, 2018 12:54 pm, Kihaguru Gathura wrote: > Hi, > > For the following httpd setup, cgi scripts give a 403 Page not found > on browser. However after removing the line: > > location "/*" { > authenticate "Staff Only" with "/htpasswds" > } > > c

httpd and cgi

2018-10-04 Thread Kihaguru Gathura
Hi, For the following httpd setup, cgi scripts give a 403 Page not found on browser. However after removing the line: location "/*" { authenticate "Staff Only" with "/htpasswds" } cgi scripts run fine but no authentication for document root of course. Ple