Thread: Web access port
View Single Post
  #5 (permalink)  
Old 11-04-2009, 07:56 AM
ruben.rodrigues ruben.rodrigues is offline
Banned
 
Posts: 26
Default

Quote:
Originally Posted by Tux.Ice View Post
If port 80 isn't binded, you would probably need to install apache, by doing something like the following:

apt-get install apache2
yum install httpd

etc.
well...the apache is installed and I have the index.html file in /var/www
I think that it should work but the strange thing is that if I go to system->Administration->Network tools and I do a scan to the ports on that server the port 80 is closed (By the way I have ubuntu)

The port 81 is open but I can only access it inside the network...and my NAT on my router is redirecting both 80 and 81 to that server. I'm confused. at the moment I would be already happy if I could access the /var/www/index.html from the outside...

any help?

thanks
Reply With Quote