Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 23e62606cb252fafdd41b7f2cfb61fca > files > 1

apache-mod_qos-8.13-2mdv2010.0.i586.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>