Answer the question
In order to leave comments, you need to log in
How to limit the number of connections from one ip in apache?
How to change the number of connections from one ip in apache?
Answer the question
In order to leave comments, you need to log in
It is possible through IPTables:
5 connections from one IP:
And save:service iptables save
Connect the mod_limitipconn module, then something like this.
<IfModule mod_limitipconn.c>
<Location /public_html/>
MaxConnPerIP 15
</Location>
</IfModule>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question