File: README.tests

package info (click to toggle)
libapache-mod-security 1.8.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,132 kB
  • ctags: 664
  • sloc: ansic: 7,641; perl: 199; makefile: 59; sh: 44
file content (16 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


Regression tests
----------------

This folder contains mod_security regression tests. If
you want to run them on your system you need to:

 1. Copy modsec-test.pl to your cgi-bin folder

 2. Configure the web server with httpd.conf.regression-v1
    or httpd.conf.regression-v2 (v1 for Apache 1.x, v2 for
    Apache 2.x)

 | NOTE: If you want to perform tests on Windows, change the
 | first line modsec-test.pl to "#!/perl/bin/perl.exe".