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: Problem with mod_limitconn2.so.
Author
biffick



Joined: 17 Nov 2015
Posts: 1

PostPosted: Tue 17 Nov '15 21:42    Post subject: Problem with mod_limitconn2.so. Reply with quote

Hello. I'm from Russia, my english language is bad.
I don't search information on russian forums and docs.

I have problem with module: mod_limitconn2.so.

My httpd.conf:
Code:

ExtendedStatus On
LoadModule limitipconn_module modules/mod_limitipconn.so
<IfModule mod_limitipconn.c>
    MaxConnPerIP 3
    NoIPLimit image/*

    # <Location />
        MaxConnPerIP 3
        NoIPLimit image/*
    # </Location>
</IfModule>


If MaxConnPerIP 3 - pictures from my sites don't transfer in browser.
NoIPLimit image/* - don't work.

I have domain top level: www.site.ru. How to change httpd.conf for NoIPLimit: image/* for domain www.site.ru?
Back to top


Reply to topic   Topic: Problem with mod_limitconn2.so. View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules