Using include directive in configuration with wildcard or rejex includes

#1
HI,
I am looking a way to include custom configuration in httpd_config.conf . It looks like to working as expected

The following is not working .

include /usr/local/lsws/conf/myconf.d/*.conf

Aim is to include all configurations under the folder /usr/local/lsws/conf/myconf.d/

The following also not working ,

include /usr/local/lsws/conf/users.d/*/vhost/*.conf

Aim is to include all users individual vhost from folder /usr/local/lsws/conf/users.d/USERNAME/vhost/DOMAINNAME.conf

May be ols doesn't support this feature as other webservers do . I am unable to find any such docs . Any help will be appreciated
 
#4
Top