qt6windows7/tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_expires200.cgi
2023-10-29 23:33:08 +01:00

6 lines
117 B
Bash

#!/bin/bash
echo "Expires: Sat, 31 Oct 1981 6:00:00 GMT"
echo "Content-type: text/html";
echo ""
echo "Hello World!"