Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > e18e9be669484b960486ca9ee038ad27 > files > 1

apache-mod_qos-7.5-1mdv2009.0.src.rpm

<IfDefine HAVE_QOS_CONTROL>
    <IfModule !mod_qos_control.c>
	LoadModule qos_control_module	extramodules/mod_qos_control.so
    </IfModule>
</IfDefine>

<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>