I am a Java developer who was given a task of running Liferay Portal on a remote server (I do have an IP and root access). The server already has one instance of old Liferay and Apache web server. I would like to setup additional Liferay Portals and access them through ip:port
running on that server.
How can I run multiple sites on different ports using Apache?
You'll need to read up on VirtualHosts - roughly you'd have something like the following in your httpd.conf: