I have a windows server with Bitnami (Only with Apache running) and another apache installed manually. Since Bitnami Apache is for PostgreSQL database and Apache installed manual is for MySQL.
It's working normally, but on different ports. Bitnami on Port 81 and the other apache on port 80. The two Apaches are pointing to the same folder where the systems are stored (D: \ www).
Bitnami example (Port 81):
Example of the other Apache (Port 80):
Is there any way to access the page without typing the port, putting some sort of alias into the main address, or even doing port redirection so that when I type the complete address of a system it will port to the correct port?