Sophie

Sophie

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

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

How to validate mod_parmguard ?
-----------------------------

1-Add the followinf lines in the Apache configuration file:

Alias /parmguard/ /install_dir/mod_parmguard-1.1/doc/
<Location /parmguard/test/test1>
	ParmguardEngine on
	ParmguardConfFile "/install_dir/mod_parmguard-1.1/doc/test/test1/conf.xml"
</Location>
<Location /parmguard/test/test2>
	ParmguardEngine on
	ParmguardConfFile "/install_dir/mod_parmguard-1.1/doc/test/test2/conf.xml"
</Location>

2-Run ./valid.pl

3-or test using your Browser !


Parameters & Validation SCripts Matrix:
--------------------------------------

			test1	test2	test3
catch_all_log		1	-	-
catch_all_pass		1	-	-
scan_all_parm		0	1	1
undefined_url_action	A	R	ALS
undefined_parm_action	A	R	ALS
illegal_parm_action	D	R	ALS
http_error_code		506	500	500
overwrite		-	-	-

A=Accept
R=Reject
D=Default
L=Log
S=Setenv


** Jerome Delamarche