Hello Everyone,
One month ago I setup my first dedicated server and setup Apache on CENTOS6. (Apache/2.2.15) The site was working fine until the server system detected an attack (SYN Flood) and would put my server in mitigation to vacuum the bad traffic. My problem is ever since their first mitigation my web pages either time out, or after server reloads will bring up a page (non-cached as there is some logging on) but not bring up all the images. The site is forum that uses php/mysql (kind of like vbulletin or phpbb) but even the index.html page takes forever or times out.
The server support investigated during said the mitigation works fine, the traffic even at its peak is not causing high % usage, and that they 'believe it's your webserver application because when I run a 'telnet 123.45.678.999 80' it takes a long time to respond.' The tested this during a period the server was not under attack.
When the response time issue first occurred support told me it was because of my cloudlflare DNS connection (later they admitted that wasn't the problem). So I changed to another DNS host but the problem still exists.
Wen I plug the IP address into the browser the response is bad or gets timeouts. When I #time wget on the IP address and the alias, it can timeout 4 or 5 times then finish with 4 or 5 minute response time. But when I ping the IP address and alias from my windows command line, the ping returns fine.
Having not changed any configuration except for the names servers, can someone point me in a direction to what I might investigate to determine the issue?
Thanks in advance!