summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/support/modules/network_test_server/files/www/cgi-bin/httpcachetest_expires200.cgi
blob: f9aab1b0c4e24aa18e5db7306f1d7346d4cb4883 (plain)
1
2
3
4
5
#!/bin/bash
echo "Expires: Sat, 31 Oct 1981 6:00:00 GMT"
echo "Content-type: text/html"
echo ""
echo "Hello World!"