From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/civetweb/test/ssi_test.shtml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/civetweb/test/ssi_test.shtml (limited to 'src/civetweb/test/ssi_test.shtml') diff --git a/src/civetweb/test/ssi_test.shtml b/src/civetweb/test/ssi_test.shtml new file mode 100644 index 000000000..eb03d171d --- /dev/null +++ b/src/civetweb/test/ssi_test.shtml @@ -0,0 +1,37 @@ + + + + + The HTML5 Herald + + + + + +

CivetWeb Server Side Include (SSI) Test Page

+

Note: Some of the tests below will only work on Windows, others only on Linux, and some probably not on all Linux distributions and all Windows versions.

+ +

Execute: "cd"

+ +

Execute: "pwd"

+ + +

File relative to current document: "hello.txt"

+ +

Short form: "hello.txt"

+ + +

File relative to document root: "hello.txt"

+ + +

File with absolute path: "C:\Windows\system.ini"

+ +

File with absolute path: "/etc/issue"

+ + +

Nested file relative to current documentt: "hello.shtml"

+ + + + + -- cgit v1.2.3