We can limit number of connections to the server using the command below.
iptables -I INPUT -p tcp --syn --dport 22 -m connlimit --conlimit-above 2 -j REJECT
service iptables save
service iptables restart
ABHIONLINUX
Site useful for linux administration and web hosting
2010/06/09
2010/06/08
How to increase maximum execution time using htaccess
You can change the maximum execution time value using the following
php_value max_execution_time 2000
php_value max_execution_time 2000
Subscribe to:
Posts (Atom)