SSI settings
These switches tune Server Side Include processing.
| --ssi.verify | Process Server Side Includes (SSIs). See
Apache’s mod_include for general
guidance. The following additional variables may be accessed (in the current locale):
| ||||||||||||
| --ssi.datetime x | The SSI date environment variables should return this value. | ||||||||||||
| --ssi.docargs x | If the SSI document-args variable is requested, return this string (default: blank). | ||||||||||||
| --ssi.echomsg x | Set the default SSI echo message. | ||||||||||||
| --ssi.errmsg x | Set the default SSI error message. | ||||||||||||
| --ssi.exec-run | If an SSI EXEC element is encountered, obey it. This is dangerous when processing a site you do not control. By default, this is disabled. | ||||||||||||
| --ssi.exec-text x | If an SSI EXEC element is encountered when they are not processed, return this text. | ||||||||||||
| --ssi.lastmod x | "The SSI last modification time environment variable should return this value. The default is to use the last modified date of the source file. | ||||||||||||
| --ssi.querystring x | If the SSI query_string_unescaped variable is requested, return this string (default: blank). | ||||||||||||
| --ssi.timefmt x | Set the initial value of SSI TIMEFMT to this string (default: blank). | ||||||||||||
| --ssi.username x | If the SSI user_name variable is requested, return this string (default: blank). |
Note that ssc cannot process directives containing formulae. Processing SSIs may cause changed line numbers to be mentioned when an issue is reported.