Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 21-Dec-2021 | - | ||||
Client.pm | H A D | 21-Dec-2021 | 2.6 KiB | 81 | 55 | |
Httpd.pm | H A D | 21-Dec-2021 | 3.4 KiB | 99 | 67 | |
LICENSE | H A D | 21-Dec-2021 | 837 | 15 | 14 | |
Makefile | H A D | 21-Dec-2021 | 3 KiB | 103 | 69 | |
Proc.pm | H A D | 21-Dec-2021 | 4.9 KiB | 202 | 161 | |
README | H A D | 21-Dec-2021 | 823 | 21 | 16 | |
args-default.pl | H A D | 21-Dec-2021 | 114 | 12 | 7 | |
args-get-1048576.pl | H A D | 21-Dec-2021 | 194 | 16 | 13 | |
args-get-1073741824.pl | H A D | 21-Dec-2021 | 241 | 17 | 14 | |
args-get-512.pl | H A D | 21-Dec-2021 | 240 | 17 | 14 | |
args-get-range-512.pl | H A D | 21-Dec-2021 | 268 | 20 | 17 | |
args-get-range-multipart.pl | H A D | 21-Dec-2021 | 277 | 20 | 17 | |
args-get-slash.pl | H A D | 21-Dec-2021 | 226 | 21 | 17 | |
args-log-user-agent.pl | H A D | 21-Dec-2021 | 232 | 18 | 15 | |
args-tls-get-1073741824.pl | H A D | 21-Dec-2021 | 220 | 19 | 16 | |
args-tls-get-range-512.pl | H A D | 21-Dec-2021 | 317 | 24 | 21 | |
args-tls-get-range-multipart.pl | H A D | 21-Dec-2021 | 334 | 24 | 21 | |
args-tls-verify.pl | H A D | 21-Dec-2021 | 280 | 21 | 16 | |
args-tls.pl | H A D | 21-Dec-2021 | 220 | 19 | 14 | |
funcs.pl | H A D | 21-Dec-2021 | 11.1 KiB | 474 | 393 | |
httpd.pl | H A D | 21-Dec-2021 | 2.2 KiB | 78 | 51 |
README
1Run httpd regression tests. The framework runs a client and an httpd. 2Each test creates a special httpd.conf and starts those two processes. 3All processes write log files that are checked for certain messages. 4The test arguments are kept in the args-*.pl files. 5 6SUDO=doas 7As httpd needs root privileges, either run the tests as root or set 8this variable and run make as a regular user. Only the code that 9requires it is run as root. 10 11KTRACE=ktrace 12Set this variable if you want a ktrace output from httpd. Note that 13ktrace is invoked after SUDO as SUDO would disable it. 14 15HTTPD=/usr/src/usr.sbin/httpd/obj/httpd 16Start an alternative httpd program that is not in the path. 17 18HTDOCS_SPARSE=no 19Set to anything other than "yes" to create real test files instead of 20sparse files. This needs more than 1G of free disk space. 21