diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2018-12-10 22:35:21 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2018-12-10 22:36:23 -0500 |
commit | 07517ff30af559d419a592b16b62c4c5dde3bb06 (patch) | |
tree | 628592564e9cdad85e2824bd7c0c5a1d5c40fd5b /tests/docroot/www/indexfile/query_string.pl | |
parent | f03e5e239d024965d4c1476b5e02baa06f876269 (diff) | |
download | lighttpd-git-07517ff30af559d419a592b16b62c4c5dde3bb06.tar.gz |
[tests] some test config cleanup
including limiting use of php in tests to mod-fastcgi.t
Diffstat (limited to 'tests/docroot/www/indexfile/query_string.pl')
-rwxr-xr-x | tests/docroot/www/indexfile/query_string.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/docroot/www/indexfile/query_string.pl b/tests/docroot/www/indexfile/query_string.pl new file mode 100755 index 00000000..b775f6f6 --- /dev/null +++ b/tests/docroot/www/indexfile/query_string.pl @@ -0,0 +1,3 @@ +#!/usr/bin/env perl + +print "Status: 200\n\n$ENV{QUERY_STRING}" |