Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: limitipconn_mod bw_mod for win |
|
Author |
|
sitecn
Joined: 30 Mar 2006 Posts: 1
|
Posted: Thu 30 Mar '06 10:52 Post subject: limitipconn_mod bw_mod for win |
|
|
BandWidthModule On
BandWidth all 1024 #1K ^~^
<IfModule mod_limitipconn.c>
<Location />
MaxConnPerIP 32
# exempting images from the connection limit is often a good
# idea if your web page has lots of inline images, since these
# pages often generate a flurry of concurrent image requests
NoIPLimit image/*
</Location>
<Location />
MaxConnPerIP 16
# In this case, all MIME types other than audio/mpeg and video*
# are exempt from the limit check
OnlyIPLimit text/html
</Location>
</IfModule> |
|
Back to top |
|
|
|
|
|
|