Run-Time Environment Example and Demonstration

This is made available using an example mapping rule in HTTP$MAP

  exec /rtbin/* (cgi-bin:[000000]rte_example.exe)/ht_root/src/httpd/*

For the fourth and more complex of the following examples, these components will be derived (look for these in the CGI environment of the example):

run-time interpreter:  CGI-BIN:[000000]RTE_EXAMPLE.EXE
"source" script:  HT_ROOT:[SRC.HTTPD]VERSION.H
request path-info:  HT_ROOT:[JUST.A.BOGUS]PATH.TXT
request query-string:  query-string

  1. /rtbin/dict.h
  2. /rtbin/dict.c
  3. /rtbin/version.c
  4. /rtbin/version.h/just/a/bogus/path.txt?query=string
  5. /rtbin/doesnot.exist?does=it

NOTES
This page:  HT_ROOT:[SRC.MISC]RTE_EXAMPLE.HTML
Example C program:  HT_ROOT:[SRC.MISC]RTE_EXAMPLE.C