|
When I use the code:
I want to install some web sites on apache htdocs, I want to know how to restart the bitnami apache. Second: What is the root password for bitnami ubuntu mysql or how to set it thanks. |
|
The root password for the mysql database in the Virtual Machines or AMIs is "bitnami". The error that you are getting is that the 80 port is not free, another server or application is using it. Try to stop another application and start it again:
You can check other servers that they could be using this port:
You can copy your sites and publish them in "/opt/bitnami/apache2/htdocs" folder. |