Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 54f021f303369dbafd7d10aa50d654fd > files > 1

apache-mod_qos-8.13-3mdv2010.1.src.rpm

<IfDefine HAVE_QOS>
    <IfModule !mod_qos.c>
	LoadModule qos_module	extramodules/mod_qos.so
    </IfModule>
</IfDefine>

# this is the working directory where the GUI stores its metadata to
QSC_WorkingDirectory    /var/lib/mod_qos

# you must specify the location of the qsfilter2 utility which is used
# to generate generic request filer rules based on access log files
QSC_Filter2Binary       /usr/sbin/qsfilter2

# the location/url where the GUI is accessible
<Location /qos_control>
    SetHandler qos-control
    Order Deny,Allow
    Deny from All
    Allow from 127.0.0.1
    ErrorDocument 403 "Access denied per /etc/httpd/modules.d/B36_mod_qos.conf"
</Location>

<Location /qos_viewer>
    SetHandler qos-viewer
    Order Deny,Allow
    Deny from All
    Allow from 127.0.0.1
    ErrorDocument 403 "Access denied per /etc/httpd/modules.d/B36_mod_qos.conf"
</Location>