|
MCGI is only a slight modification of the original CGI/1.1 specification. Therefor I'll just sum up the changes. The main difference is how a specified path is handled. While a cgi script is specified by the first name following the cgi-marker and the rest of an eventually path like extension is just passed on in the two PATH_ variables, MCGI uses the whole path to specify the scripts location relative to the cgi-directorty. Script calls that contain path-parts that may help to circumvect this limitation are rejected. MCGI changed Environment Variables
|