webcache in following output is referring to port 8080
Code:
# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 site5.siteinquestion.:xprint-server *:* LISTEN 5224/python2.4
tcp 0 0 *:hello-port *:* LISTEN 1742/rpc.statd
tcp 0 0 *:sunrpc *:* LISTEN 1706/portmap
tcp 0 0 *:webcache *:* LISTEN 5229/python2.4
tcp 0 0 site5.abc.com:smtp *:* LISTEN 2036/sendmail: acce
tcp 0 0 site5.siteinquestion:x11-ssh-offset *:* LISTEN 18012/0
tcp 0 0 site5.siteinquestion.:xprint-server site5.abc.com:56072 ESTABLISHED 5224/python2.4
tcp 0 0 192.168.1.5:webcache 192.168.1.19:60533 ESTABLISHED 5229/python2.4
tcp 0 0 site5.abc.com:56072 site5.siteinquestion.:xprint-server ESTABLISHED 5229/python2.4
tcp 0 0 192.168.1.5:webcache serverA.siteinquestion.com:55012 ESTABLISHED 5229/python2.4
tcp 0 0 192.168.1.5:webcache serverA.siteinquestion.com:44424 ESTABLISHED 5229/python2.4
tcp 0 0 192.168.1.5:38380 someserver.siteinquestion.com:domain TIME_WAIT -
tcp 0 0 192.168.1.5:38381 someserver.siteinquestion.com:domain TIME_WAIT -
tcp 0 0 192.168.1.5:38378 someserver.siteinquestion.com:domain TIME_WAIT -
tcp 0 0 192.168.1.5:38379 someserver.siteinquestion.com:domain TIME_WAIT -
tcp 0 0 192.168.1.5:webcache blackberry-e63a.somdomain.:35588 ESTABLISHED 5229/python2.4
tcp 0 0 *:http *:* LISTEN 18140/httpd
tcp 0 0 *:ssh *:* LISTEN 1984/sshd
tcp 0 0 localhost6.l:x11-ssh-offset *:* LISTEN 18012/0
tcp 0 0 *:https *:* LISTEN 18140/httpd
tcp 0 0 ::ffff:192.168.1.5:ssh jishnub08:53195 ESTABLISHED 18012/0
Above 192.168.1.19 is my laptop
192.168.1.5 is Server B
192.168.1.1 is Server A
by default eduCommons uses a webserver known as Plone it is running on Port 8080.
Will it make sense If I try to make apache listen to port 8080.