# Default Virtual Host configuration. NameVirtualHost *:80 NameVirtualHost *:443 DocumentRoot "/opt/redmine/apache2/htdocs" Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all = 2.3 > Require all granted # BitNami applications installed with a prefix URL (default) Include "/opt/redmine/apache2/conf/bitnami/bitnami-apps-prefix.conf" Include "conf/php-fpm-apache.conf" # Default SSL Virtual Host configuration. LoadModule ssl_module modules/mod_ssl.so Listen 443 SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 SSLPassPhraseDialog builtin SSLSessionCache "shmcb:/opt/redmine/apache2/logs/ssl_scache(512000)" SSLSessionCacheTimeout 300 DocumentRoot "/opt/redmine/apache2/htdocs" SSLEngine on SSLCertificateFile "/opt/redmine/apache2/conf/server.crt" SSLCertificateKeyFile "/opt/redmine/apache2/conf/server.key" Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all = 2.3 > Require all granted # BitNami applications installed with a prefix URL (default) Include "/opt/redmine/apache2/conf/bitnami/bitnami-apps-prefix.conf" Include "conf/php-fpm-apache.conf" # BitNami applications that uses virtual host configuration Include "/opt/redmine/apache2/conf/bitnami/bitnami-apps-vhosts.conf"