Posts Tagged ‘administrator’

Unix shell command to Detect DDoS attack

This item was filled under [ Linux, Networking ]

Have a server? Doubt it’s under DDoS attack? There is a simple code for you to check it’s under DDoS attack or not!
Run this command:
netstat -alpn | grep :80 | awk ‘{print $5}’ |awk -F: ‘{print $(NF-1)}’ |sort | uniq -c | sort -n
This is not exactly going to say YES your under attack, this [...]

Continue reading...

Plesk 9.2.1 FastCGI Apache Error

This item was filled under [ Apache, Linux ]

First of All This solution is for Linux based OS. I did it on centOS 4 x64 Running Plesk 9.2.1.
Well, If you every come across the FastCGI issue with Plesk Apache and looking for a solution, I’m sure following could help you a lot.
Problem occurs when you set-up a Domain to Run PHP in FastCGI [...]

Continue reading...