Thread: Web access port
View Single Post
  #4 (permalink)  
Old 11-04-2009, 07:37 AM
Tux.Ice Tux.Ice is offline
Intermediate Member
 
Posts: 20
Default

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.
Reply With Quote