In the current aws marketplace Bitnami ami for Phabricator
/opt/bitnami/apache2/conf/bitnami/bitnami-apps-vhosts.conf
lacks any content beyond
# Bitnami applications installed in a Virtual Host
I expected an inlude for
/opt/bitnami/apps/phabricator/conf/httpd-vhosts.conf
but had to add it myself.
I imagine the stacks directory structure is designed to support multiple Bitnami application stacks on the same server and that
/opt/bitnami/apache2/conf/bitnami/bitnami-apps-vhosts.conf
is intended to contain includes to the httpd-vhosts.conf files for multiple sites/applications.
Even if this is the case I feel like the initial include should be there for the ami.
I am totally open to hearing that I am wrong on all of this though, I'm curious to find out if this was a design decision and why it was made.