Results 1 to 4 of 4
-
18th Jan 2011, 04:28 PM #1OPMember
problem in conection limited per ip in my vps
i have installed cpanel on my centos
but conection per ip is limited.how can i incrase this??airedit Reviewed by airedit on . problem in conection limited per ip in my vps i have installed cpanel on my centos but conection per ip is limited.how can i incrase this?? Rating: 5
-
18th Jan 2011, 04:37 PM #2BannedWebsite's:
xsl.tel xsltel.comcan you please be more specific a detailed screen shot my help
-
18th Jan 2011, 04:53 PM #3OPMember
screenshot?
in my vps if a user and an ip just can open 5 page simultaneous
page 6 stoped
-
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
Sponsored Links
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
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...