Tagged Questions
3
votes
1answer
232 views
How to forward ports on the same Ubuntu machine? I want my webserver be available on 80 and 8880 port
How do I forward ports on the same Ubuntu machine? I want my webserver be available on 80 and 8880 port.
Or maybe I could making my apache listening not only on 80 port, but also on 8880? Is that ...