| exec | cgi or cmd | If the cgi attribute is used, it should be the path to a CGI script to be executed. The PATH_INFO and QUERY_STRING of the current SSI script will be passed to the CGI script. include virtual should be used instead of exec cgi. If the cmd attribute is used, it should be a shell command to be executed. The output of the command will be included in the page. | <!--#exec cgi="/cgi-bin/foo.cgi"--> or <!--#exec cmd="ls -l"--> |