Using mod_limitipconn to limit connections
Posted by: Gathilas
Posted on: 2009-06-09 13:41:00
I'm trying to use mod_limitipconn but I've run into some problems.
This is the only thing I could find on the wiki about it. http://wiki.dreamhost.com/Apache_HTTP_Server
This is what I have in my .htaccess:
<IfModule mod_limitipconn.c>
<Location />
MaxConnPerIP 3
</Location>
</IfModule>
All I get is a 500 server error. Any help would be appreciated.
Thanks,
Gath