Files
CyberPanel/install-cn/openlitespeed-1.4.28/test/serverroot/cgi-bin/helloworld
qtwrk 9227098c76 installer for chinese network
modifed litespeed/mariadb/powerdns/phpmyadmin/rainloop download URL to mirror for improve chinese network download speed.
2018-03-10 23:25:48 +01:00

13 lines
125 B
Bash

#!/bin/sh
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
cat << EOF
Content-type: text/plain
Expires: $date
Hello World
EOF