logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: limitipconn_mod bw_mod for win
Author
sitecn



Joined: 30 Mar 2006
Posts: 1

PostPosted: Thu 30 Mar '06 10:52    Post subject: limitipconn_mod bw_mod for win Reply with quote

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


Reply to topic   Topic: limitipconn_mod bw_mod for win View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules