You are here: »
Home
»
Port
»
How do I verify port and IP binding working ?
Use netstat command to find out if Apache is listening on a specific port or not, use:
# netstat -tulpn
# netstat -tulpn | grep :80
# netstat -tulpn | grep :8010
# netstat -tulpn| grep 202.54.1.2:80
Labels:
Port
Responses
0 Respones to "How do I verify port and IP binding working ?"
Post a Comment