]> git.pld-linux.org Git - packages/apache1-mod_limitipconn.git/blob - apache.conf
- added missing cvs keywords
[packages/apache1-mod_limitipconn.git] / apache.conf
1 LoadModule limitipconn_module   modules/mod_limitipconn.so
2
3 # This module will not function unless mod_status is loaded and the "ExtendedStatus On" directive is set.
4 #ExtendedStatus On
5
6 <IfModule mod_limitipconn.c>
7 #       <Location /somewhere>
8 #               MaxConnPerIP 3
9 #               # exempting images from the connection limit is often a good
10 #               # idea if your web page has lots of inline images, since these
11 #               # pages often generate a flurry of concurrent image requests
12 #               NoIPLimit image/*
13 #       </Location>
14 #
15 #       <Location /mp3>
16 #               MaxConnPerIP 1
17 #               # In this case, all MIME types other than audio/mpeg and video*
18 #               # are exempt from the limit check
19 #               OnlyIPLimit audio/mpeg video
20 #       </Location>
21 </IfModule>
This page took 0.059797 seconds and 3 git commands to generate.