Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 54f1055ec077324392ea71ec23e21cb9 > files > 1

mod_limitipconn-0.23-4.fc15.i686.rpm

# This module will not function unless mod_status is loaded and the
# "ExtendedStatus On" directive is set. So load only if mod_status is too.
<IfModule mod_status.c>

    # This is always needed
    ExtendedStatus On

    # mod_limitipconn configuration
    LoadModule limitipconn_module modules/mod_limitipconn.so

    # A global default configuration doesn't make much sense. See the README
    # from the mod_limitipconn package for configuration examples.

</IfModule>