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


Responses

0 Respones to "How do I verify port and IP binding working ?"

Post a Comment

 

Recent Comments

Popular Posts

Return to top of page Copyright © 2010 | Platinum Theme Converted into Blogger Template by HackTutors