Understand the default Apache configuration
By default, Bitnami applications are accessible at http://SERVER-IP/.
The /opt/bitnami/apache/conf/httpd.conf file contains the configuration of the Apache server. By default, it will load additional configurations from the following locations:
-
The /opt/bitnami/apache/conf/bitnami/bitnami.conf file defines the main virtual host that will be used by the Apache Web server to respond to HTTP requests.
-
The /opt/bitnami/apache/conf/bitnami/bitnami-ssl.conf file defines the main virtual host that will be used by the Apache Web server to respond to HTTPS requests.
-
The files in the /opt/bitnami/apache/conf/vhosts/ directory define additional virtual hosts.