|
|
Command to view external IP's connected to port 80 - Linux
|
Views : 566
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Sometimes apache may be loaded high,this may be due to hugh requset from external IP's to apache . At this time you can use the following command to view the extenal IP's connected to apache (port 80) :
netstat -anp | grep 'http'
When the above command is executed you will see list of IP's connected to apacahe ,when there is hugh number of request from a single IP ,this may considered as DDOS and you can block that IP using CSF |
|
By Selva, On - 2009-11-05 |
|
|
|