View Single Post
Old 12-30-2009, 05:06 PM  
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
Quote:
Originally Posted by Domain Broker View Post
How are you installing it?

apt, from source, we need more info!
sudo apt-get install apache2

Quote:
Originally Posted by AIbenjamink View Post
Do you have another service utilizing port 80?
Code:
# sudo netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:49152           0.0.0.0:*               LISTEN      32107/ushare    
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      27098/mysqld    
tcp        0      0 0.0.0.0:51413           0.0.0.0:*               LISTEN      2894/transmission
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      12739/cupsd     
tcp        0      0 0.0.0.0:1337            0.0.0.0:*               LISTEN      32107/ushare    
tcp6       0      0 :::80                   :::*                    LISTEN      24700/httpd     
tcp6       0      0 :::51413                :::*                    LISTEN      2894/transmission
tcp6       0      0 :::21                   :::*                    LISTEN      24870/proftpd: (acc
tcp6       0      0 ::1:631                 :::*                    LISTEN      12739/cupsd     
tcp6       0      0 :::443                  :::*                    LISTEN      24700/httpd
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote