Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > dcb99369305ede543dfec65360493334 > files > 1

apache2-mod_parmguard-2.0.47_1.1-1mdk.i586.rpm

<IfDefine HAVE_PARMGUARD>
  <IfModule !mod_parmguard.c>
    LoadModule parmguard_module    extramodules/mod_parmguard.so
  </IfModule>
</IfDefine>

# taken from the configuration.html file, Sun Sep 28 2003, enjoy!
# -- 
# Regards // Oden Eriksson
# Deserve-IT Networks http://www.deserve-it.com

<IfModule mod_parmguard.c>

<IfModule mod_parmguard.c>

    # ParmguardTrace debug

    Alias /parmguard/ /usr/share/doc/apache2-mod_parmguard-2.0.47_1.1/

    <Location /parmguard/test/test1>
	ParmguardEngine on
        ParmguardConfFile "/usr/share/doc/apache2-mod_parmguard-2.0.47_1.1/test/test1/conf.xml"
    </Location>

    <Location /parmguard/test/test2>
        ParmguardEngine on
        ParmguardConfFile "/usr/share/doc/apache2-mod_parmguard-2.0.47_1.1/test/test2/conf.xml"
    </Location>

    <Location /parmguard/test/test3>
        ParmguardEngine on
        ParmguardConfFile "/usr/share/doc/apache2-mod_parmguard-2.0.47_1.1/test/test3/conf.xml"
    </Location>

</IfModule>