Re: httpd: add include_dir keyword

2022-06-04 Thread mfrench
> I do not understand why it is believed that people will generate > better configurations if they split the parts out into different > files. I can not speak for "better" configurations as a result of dividing up the main configuration file. Although I believe it lowers the risk of mistakenly

Re: httpd: add include_dir keyword

2022-06-02 Thread mfrench
Coincidentally I have been working on adding globbing support to include in the httpd config parser. I have only done light testing, nothing in production yet but the patch provided below has not given me any trouble in my test environment yet. Any feedback is welcome! -Matt Index: parse.y