This is a test document for the .SHTML extension files. This documents URL is (actual file: ), last modified .
| This is the that this document has been accessed (yes that's correct ... the document is used when batch testing the server!) |
It is possible to include another SSI file. The following blue section has
been
| "" | browser accepted content types |
| "" | request host and port destination |
| "" | referring document |
| "" | browser identification string |
| "" | request path |
| "" | current document VMS file name |
| "" | request query string |
| "" | browser host address |
| "" | browser host name |
| "" | authenticated user |
| "" | server host name |
| "" | server host port |
| "" | Request HTTP protocol version |
| "" | Server HTTP protocol version |
| "" | server identification string |
<!--#if var={request_protocol} eqs="HTTP/2" -->
<u>HTTP/2</u>
<!--#else-->
<u>HTTP/1.<i>n</i></u>
<!--#endif-->
<!--#include file="wasd_root:[exercise]shtml_include1.html" -->
<!--#include virtual="../exercise/shtml_include1.html" -->
<!--#fsize file="wasd_root:[exercise]shtml_include1.html" -->We can determined the size of the file ...
<!--#fcreated file="wasd_root:[exercise]shtml_include1.html" -->We can determined the creation date/time of the file ...
<!--#flastmod file="wasd_root:[exercise]shtml_include1.html" -->We can determined the last modification date/time of the file ...
(The blue background is just to delineate the extent of the listing)
<!--#dir virtual="*.*" -->
<!--#dir virtual="*.html" par="layout=UL_S:b&delimit=none&nops=yes&readme=no" -->
<!--#dcl say="f$time()" -->
<!--#dcl say="4+5" -->
<!--#dcl say="\"<I>hello</I>\"" -->
<!--#dcl dir="wasd_root:[exercise]" -->
<!--#dcl show="process" -->
<!--#dcl show="users/node" -->
<!--#dcl exec="show sym www_*" -->
<!--#exec cmd="show sym *" -->