Hello all Yesterday, my website faced a SYN flood attack, which is a proper pain in the backside and you know how much of a pain it is only after it happens to you. So, the kiddie hackers (hope I am not tempting fate) managed to make the site unstable for about 6 hours. Here … Read More “Goodbye to DDOS” »
Tag: webserver
PHP
Optimization
The efficiency with which Apache/httpd runs can greatly be improved with a few small tweaks in the Apache configuration file. Below are the major parameters that can be tweaked to improve the performance of the server. Timeout : This directive “Timeout” is used to define the amount of time Apache will waitfor a GET, POST, … Read More “Apache Optimization” »