How can I map a service running on a specific port number to an Unbuntu alias?
How can I map a service running on a specific port number to an alias on Ubuntu 8.10?
For example, I have a web service that can be accessed like this:
But I want to access like this:
I only want to access the service from the same machine.
I am running Ubuntu 8.10 and I thought I could change the / etc / hosts file first, but now I realize that I cannot include port numbers. I also looked at the / etc / services file without any luck ...
0
a source to share