Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 5709187120e8fd00f4af811e9ed86b28 > files > 41

apache-mod_parmguard-1.3c-11mdv2010.0.x86_64.rpm

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

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

Alias /parmguard/ /install_dir/mod_parmguard/doc/
<Location /parmguard/test/test1>
	ParmguardEngine on
	ParmguardConfFile "/install_dir/mod_parmguard/doc/test/test1/conf.xml"
</Location>
<Location /parmguard/test/test2>
	ParmguardEngine on
	ParmguardConfFile "/install_dir/mod_parmguard/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