text/x-server-parsed-html
The WebServer Administrator normally will create file extensions that are synonyms for this type, and these are what you use in your application code. The default synonym is SHTML. The administrator can also specify HTML as a synonym, in which case all HTML files are parsed for LiveHTML. Unless all your HTML files actually use LiveHTML, this is a bad idea, as it degrades performance. The WebServer Administrator can also specify that some Web Listeners are to allow full LiveHTML, some crippled LiveHTML, and some no LiveHTML at all. An application developer needs to know which Listeners are which, so as to specify the correct port numbers in the URLs. You can find this out by examining the WebServer Manager
LiveHTML code is formatted as SGML comments, so that it is ignored should the file ever find its way to the browser unparsed. The format for LiveHTML codes, therefore, is the following:
<!--#command tag1="value1" tag2="value2" -->
The tags are arguments to the commands, most of which actually only accept one of the possible tags. The possible commands and their associated tags are as follows:
<!--#config errmsg="A parse error occurred in the Hockey_Pass file"-->
Go to the top of the section.
To report any problems or comments, e-mail Oracle WebServer Documentation.