summaryrefslogtreecommitdiff
path: root/tests/scripts/webserver.pl (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-10tests/webserver: rework locking of pid file.Michael Adam1-5/+27
Michael
2009-09-10tests:webserver: reopen STDOUT/STDERR after locking pid file.Michael Adam1-5/+8
Michael
2009-09-10tests: add a simple webserver written in perl.Michael Adam1-0/+276
This should be the web server to test against in the upcoming selftest suite. This web server will evolve as the test suite grows. Currently, it just returns a web site quoting the request and a fortune (if fortune is installed...) for whatever request it gets. The option to provide a document root is already present. Michael