Results 1 to 4 of 4
Threaded View
-
19th Jan 2011, 02:28 AM #4Respected Member
You can use the limitipconn apache module to limit the number of simultaneous downloads permitted from a single IP address
You can try the following steps to configure this module ( for Apache 2.X )
1) Download and untar the latest version of mod_limitipconn.tar.gz
2) compile and install the module using apxs as follows
/usr/local/apache/bin/apxs -cia mod_limitipconn.c
Add following line to /usr/local/apache/conf/httpd.conf , inside the virtual host of your domain
<IfModule mod_limitipconn.c>
<Location />
MaxConnPerIP 10
</Location>
</IfModule>
then restart apache
Hope this helps
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Paypal limited
By jaime2309 in forum PaypalReplies: 17Last Post: 20th Sep 2012, 03:46 PM -
Paypal Limited
By bux2 in forum PaypalReplies: 9Last Post: 22nd Sep 2011, 01:51 AM -
Limited Bundle
By Profit in forum Useful SitesReplies: 2Last Post: 30th Dec 2010, 09:14 PM -
My paypal is limited !
By chems in forum PaypalReplies: 14Last Post: 30th Apr 2010, 10:31 PM -
MY PP Got Limited
By babarali124 in forum PaypalReplies: 23Last Post: 3rd Feb 2010, 05:47 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...