4
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 at Gate 81 and the other apache at Gate 80. The two Apaches pointing to the same folder where the systems are stored (D: www).
Bitnami example (Porta 81):
Example of other Apache (Port 80):
Is there any way to access the page without typing the port, put some kind of alias to the main address or even do port forwarding so that when you type the full address of a system it contributes to the correct port?
Apache has the "mod_proxy" module. With this module you can do what you want.
– Daniel Omine