Hi,
I was wondering if there are any plans to abstract the listener mapping config out of the listener block? I am running a shared server, and my aim is to have all client specific configuration abstracted into their own files so that they can be written to more safely via our self service admin panel / api.
In the main httpd_config.conf we are using:
include $SERVER_ROOT/conf/vhosts/*/include.conf
Which enables us to have the virtualHost blocks in client specific files. But the issue is that we still need to add the client specific mapping in the listener, and we can't have multiple listeners on the same port.
It would be great if we could provide attach the virtual host mapping to the listeners via a separate block or from the virtualHost block.
Any work around ideas also welcome!
Thanks,
Adam
Tech Lead - Gnar Software, Guildford