Re: httpd(8): server/location directory index question

2020-10-18 Thread mpfr
It appears the patch can be far more simple. Comments are welcome. Index: usr.sbin/httpd/config.c === RCS file: /cvs/src/usr.sbin/httpd/config.c,v retrieving revision 1.61 diff -u -p -u -p -r1.61 config.c --- usr.sbin/httpd/config.c

httpd(8): server/location directory index question

2020-10-17 Thread mpfr
Given the following httpd.conf snippet server "example.com" { ... directory no index ... location "/foo" { ... directory auto index ... } } the URL http://example.com/foo surprisingly results in a 403 response