diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi')
-rwxr-xr-x | debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi new file mode 100755 index 00000000..a7ad45f5 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi @@ -0,0 +1,11 @@ +#!/bin/sh + +echo 'HTTP/1.1 200 OK' +echo 'Connection: close' +echo 'Content-Type: text/html' +echo 'Location: /set3/nph-location.cgi' +echo +cat <<! +This is the content of the +document +! |