On 2022/06/02 12:53, qorg11 wrote: > > I don't think we want this functionality. > > Some users have been asking for it in the #openbsd IRC channel.
there are 20+ programs in base which use a config parser derived from the same source as usr/sbin/httpd's, and generally they are kept in sync as much as possible. having them diverge by allowing some but not others to pull in a whole directory's worth of config files isn't entirely ideal.. On 2022/06/02 12:04, Florian Obser wrote: > this should be > "include directory" > or > "include /etc/httpd.d/" > should be made to work. or glob.. "include /etc/httpd.d/*"