Include conf.d/*.confIn Apache greater than or equal to 2.3.6 do this:
IncludeOption 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.
Include conf.d/*.confIn Apache greater than or equal to 2.3.6 do this:
IncludeOption 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.