Configuring mod_limitipconn.c
Hi,
I installed this module (dominia.org/djao/limitipconn2.html"mod_limitipconn.c which limits the maximum number of connections per IP address.
To configure this module I edited /etc/httpd/conf/httpd.conf and turned on ExtendedStatus
To configure this module all I need to do is to place the following code in httpd.conf and restart httpd service
Code:
<IfModule mod_limitipconn.c>
<Location /videos>
MaxConnPerIP 1
</Location>
</IfModule>
My problem is that I don't know where to place this code as I have many httpd.conf files. My guess was to edit
xxxxxxx.xxxxx_httpd.include located in: var/www/vhosts/vps-xxxxxx-xxxxx.manage.myhosting.com/conf/
Any suggestions?
Thanks