mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-08 10:29:09 +08:00
qt 6.5.1 original
This commit is contained in:
9
tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_cachecontrol200.cgi
vendored
Normal file
9
tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_cachecontrol200.cgi
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
cc=`echo "${QUERY_STRING}" | sed -e s/%20/\ /g`
|
||||
echo "Status: 200"
|
||||
echo "Cache-Control: $cc"
|
||||
echo "Last-Modified: Sat, 31 Oct 1981 06:00:00 GMT"
|
||||
echo "Content-type: text/html";
|
||||
echo "X-Script: $0"
|
||||
echo ""
|
||||
echo "Hello World!"
|
Reference in New Issue
Block a user