netstat problem: many connection to other web server
Hello,Sometimes, when I type `netstat -an`, I see there are many lines like this:
tcp4 0 0 xxx.xxx.xxx.xxx.49448 yyy.yyy.yyy.yyy.80 TIME_WAIT
tcp4 0 0 xxx.xxx.xxx.xxx.50644 yyy.yyy.yyy.yyy.80 TIME_WAIT
xxx.xxx.xxx.xxx is my server IP and yyy.yyy.yyy.yyy is the destination IP. The destination IP is the same every time. However, when I type `ps -aux`, I can't find any suspicious process.
Could anyone help me find the cause or how I can check?
Also, is there any way that I can stop sending request to yyy.yyy.yyy.yyy?
Thanks
mmm