[thelist] SSI on NT (parsing problems)

Anthony Baratta Anthony at Baratta.com
Thu Jan 23 18:49:00 CST 2003


At 04:19 PM 1/23/2003, Roger Harness wrote:

>these same test files work fine on a UNIX server, but on a NT server, again,
>that leftnav.shtml wont parse the commands correctly.

NT/IIS does not parse SSI for commands like UNIX.

Here's the list of BillG approved commands:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html/psdk/asp/serv9i5h.asp

· #config:
         Specifies the string to be used for SSI error messages,
         and the format to be used for dates and file sizes
         returned by #flastmod, #fsize.

· #echo:
         Inserts the value of a server variable into a Web page.

· #exec:
         Runs an application or a shell command and inserts the
         output into a Web page.

· #flastmod:
         Inserts the modification date of a file into a Web page,
         formatted by the #config directive.

· #fsize:
         Inserts the size of a file into a Web page,
         formatted by the #config directive.

· #include:
         Includes a file in a Web page. This is the only directive
         that can be used in ASP files and STM files.

--
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."




More information about the thelist mailing list