IMPORTANT, please fill the questions
We assume you are using Bitnami to deploy your application.
Which version of the application are you using?:
lampstack-7.1.17-0
Please choose how you got the application: Installer (Windows, Linux, macOS), cloud image (AWS, GCE, Azure, ...) or VM (VMDK, VBOX):
Linux
Have you installed any plugin or modified any configuration file?:
Yes
Describe here your question/suggestion/issue (expected and actual results):
I am trying to access the address that I define in the virtualbox of the application without any success, I followed the instructions established in the official documentation step by step without any result.
Delete the following line in the installdir/apache2/conf/bitnami/bitnami-apps-prefix.conf
I commented all the content of this file
Add a new link in the installdir/apache2/conf/bitnami/bitnami-apps-vhosts.conf file:
I added the vhost file of the related application, as follows:
#Bitnami applications installed in a Virtual Host
Include "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/conf/httpd-vhosts.conf"
FILE-/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/conf/httpd-vhosts.conf
`
ServerName phpmyadmin.example.com
ServerAlias www.phpmyadmin.example.com
DocumentRoot "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/htdocs"
Include "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/conf/httpd-app.conf"
#
# ServerName phpmyadmin.example.com
# ServerAlias www.phpmyadmin.example.com
# DocumentRoot "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/htdocs"
# SSLEngine on
# SSLCertificateFile "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/conf/certs/server.crt"
# SSLCertificateKeyFile "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/conf/certs/server.key"
# Include "/home/angel/lampstack-7.1.17-0/apps/phpmyadmin/conf/httpd-app.conf"
#
`
* Steps to reproduce the issue (if relevant):
When trying to access to phpmyadmin.example.com, it says that you cannot access
* Copy the apache log (if relevant):
I would greatly appreciate your help, I am doing this first with the application that comes by default from phpmyadmin and then try other projects. I don't know what it may take here