Re: httpd: add include_dir keyword

2022-06-02 Thread qorg11
Ugh, this is awkward. Index: httpd.conf.5 === RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v retrieving revision 1.121 diff -u -p -u -p -r1.121 httpd.conf.5 --- httpd.conf.5 9 Mar 2022 13:50:41 - 1.121 +++ httpd.conf.5 2 Jun 2022

Re: httpd: add include_dir keyword

2022-06-02 Thread qorg11
Ignore that last patch. It has a wrong indentation in an if block. Index: httpd.conf.5 === RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v retrieving revision 1.121 diff -u -p -u -p -r1.121 httpd.conf.5 --- httpd.conf.5 9 Mar 2022 13

Re: httpd: add include_dir keyword

2022-06-02 Thread qorg11
> I don't think we want this functionality. Some users have been asking for it in the #openbsd IRC channel. In any case, I have fixed the patch file. Index: httpd.conf.5 === RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v retrieving

httpd: add include_dir keyword

2022-06-02 Thread qorg11
This patch addes the "inlcude_dir" keyword for httpd.conf. Which works just like "include" but it includes all the files in a directory, for example: include "/etc/httpd.d" The diff file is attatched. Index: httpd.conf.5 === RCS file: