If what you are quoting is meant to represent different virtual servers funning under on the same machine, then each virtual server has to use a different port.
For instance on my NAS I have several virtual servers configured under apache serving different purposes:
Port 80: NAS Admin
Port 8000: Media Server admin
Port 8080: General web server
Post 8008: Calibre library
Of course the alternative is to run a single server instance and put each area under its own sub-folder. In such a case you do not need separate port addresses, but the sub-folder needs to be included in the URL.
|