NameDateSize

..18-Jan-20186

args-default.plH A D16-Jul-2015114

args-get-1048576.plH A D14-Jul-2017194

args-get-1073741824.plH A D14-Jul-2017241

args-get-512.plH A D14-Jul-2017240

args-get-range-512.plH A D14-Jul-2017268

args-get-range-multipart.plH A D14-Jul-2017277

args-get-slash.plH A D14-Jul-2017226

args-log-user-agent.plH A D16-Jul-2015232

args-tls-get-1073741824.plH A D16-Jul-2015220

args-tls-get-range-512.plH A D14-Jul-2017317

args-tls-get-range-multipart.plH A D14-Jul-2017334

args-tls-verify.plH A D19-May-2018280

args-tls.plH A D16-Jul-2015220

Client.pmH A D23-Dec-20212.6 KiB

funcs.plH A D15-Jun-202411.1 KiB

httpd.plH A D03-May-20162.2 KiB

Httpd.pmH A D17-Oct-20213.3 KiB

LICENSEH A D23-Dec-2021837

MakefileH A D23-Dec-20212.8 KiB

Proc.pmH A D17-Oct-20214.9 KiB

READMEH A D02-Feb-2017823

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