Browse - Computer Tips - How can I include a bunch of config files from conf.d with Apache?Date: 2017dec11 Product: Apache Q. How can I include a bunch of config files from conf.d with Apache? A. At the end of <apache-home>/conf/httpd.conf add.. Apache < 2.3.6Include conf.d/*.confApache >= 2.3.6IncludeOption conf.d/*.confNow make folder <apache-home>/conf.d and place myprogram.conf for each thing that needs it in there. A nice way of managing things. Add a commentSign in to add a comment![]()
|