summaryrefslogtreecommitdiffhomepage
path: root/tests/scripts/webserver.pl
AgeCommit message (Collapse)Author
2009-09-10tests: add a simple webserver written in perl.Michael Adam
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