IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
    <config>config<config>config
    <echo>echo<echo>echo
    <exec>exec<exec>exec
    <flastmod>flastmod<flastmod>flastmod
    <fsize>fsize<fsize>fsize
    <include>include<include>include
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<!--#exec--> </> Main RXML parser

 

Executes a CGI script or shell command. This command has security implications and therefore, might not be available on all web sites.

cgi=URL
Path to the CGI script URL encoded. That is, a character can be quoted by % followed by its hex value. The CGI script is given the PATH_INFO and QUERY_STRING of the original request from the client. The variables available in <!--#echo> will be available to the script in addition to the standard CGI environment. If the script returns a Location header, then this will be translated into an HTML anchor.

cmd=path
The server will execute the command using /bin/sh. The variables available in <!--#echo> will be available to the script.

 

Attributes

cgi=URL
Path to the CGI script URL encoded. That is, a character can be quoted by % followed by its hex value. The CGI script is given the PATH_INFO and QUERY_STRING of the original request from the client. The variables available in <!--#echo> will be available to the script in addition to the standard CGI environment. If the script returns a Location header, then this will be translated into an HTML anchor.

cmd=path
The server will execute the command using /bin/sh. The variables available in <!--#echo> will be available to the script.

 

Example