Tagged Questions
0
votes
1answer
1k views
Allow port 80 into Ubuntu
I'm trying to create a basic web server. I am running Ubuntu 12.04 desktop. I have installed LAMP and set up html files, and when I open a browser and navigate to 192.168.1.95 (static internal IP of ...
3
votes
1answer
230 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 ...