apache2 - netstat not listing apache IPv4 listen sockets - Ask Ubuntu
my apache listening *.80 , *.443 connections. , works fine:
** root@syslog-ng ** /etc ** mon nov 07 13:33:51 # telnet 127.0.0.1 80 trying 127.0.0.1... connected localhost. escape character '^]'. / <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- modified debian original ubuntu last updated: 2014-03-19 see: https://launchpad.net/bugs/1288690 --> ...
why listen sockets appear tcp6?
** root@syslog-ng ** /etc ** mon nov 07 14:18:51 # netstat -nat | grep listen tcp 0 0 0.0.0.0:22 0.0.0.0:* listen tcp 0 0 127.0.0.1:5432 0.0.0.0:* listen tcp 0 0 0.0.0.0:25 0.0.0.0:* listen tcp 0 0 127.0.0.1:6010 0.0.0.0:* listen tcp 0 0 0.0.0.0:5666 0.0.0.0:* listen tcp6 0 0 :::80 :::* listen tcp6 0 0 :::22 :::* listen tcp6 0 0 ::1:5432 :::* listen tcp6 0 0 :::25 :::* listen tcp6 0 0 ::1:6010 :::* listen tcp6 0 0 :::443 :::* listen ubuntu version: 3.13.0-100-generic #147-ubuntu smp apache version: 2.4.7 (ubuntu)
Comments
Post a Comment