mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 00:35:27 +08:00
qt 6.5.1 original
This commit is contained in:
12
tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_expires500.cgi
vendored
Normal file
12
tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_expires500.cgi
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
if [ "${HTTP_IF_MODIFIED_SINCE}" ]
|
||||
then
|
||||
echo "Status: 500"
|
||||
echo ""
|
||||
exit;
|
||||
fi
|
||||
|
||||
echo "Expires: Mon, 30 Oct 2028 14:19:41 GMT"
|
||||
echo "Content-type: text/html";
|
||||
echo ""
|
||||
echo "Hello World!"
|
Reference in New Issue
Block a user