How do I run both Tomcat and PHP on Linux on port 80?
- by Michael Gaylord
I would like to host both Tomcat and PHP on port 80 on Linux and I have 2 IP addresses available.
I am only using PHP so that I can host some mailing list software, I can map it to newsletter.mydomain.com. So my question is, is it possible to run Tomcat on port 80 on 1 IP address and Apache on port 80 on another IP address?