Name

cgi — Metaproxy Package CGI Module

DESCRIPTION

CGI Common Gateway Interface module.

SCHEMA

# Metaproxy XML config file schemas
#
#   Copyright (C) Index Data
#   See the LICENSE file for details.

namespace mp = "http://indexdata.com/metaproxy"

filter_cgi =
  attribute type { "cgi" },
  element mp:documentroot { xsd:string },
  element mp:env {
    attribute name { xsd:string },
    attribute value { xsd:string }
  }*,
  element mp:map {
    attribute path { xsd:string },
    attribute exec { xsd:string }
  }*

   

EXAMPLES

A typical configuration looks like this:

      <filter type="cgi">
         <map path="/mycgi" exec="./cgi.sh"/>
      </filter>

   

SEE ALSO

metaproxy(1)

COPYRIGHT

Copyright (C) 2005-2023 Index Data