Go to the first, previous, next, last section, table of contents.


CGI configuration file

Used by the cgi package (cgi.pm).

Catalog depends on a modified CGI.pm package. This configuration file deals with the additions specific to Catalog.

`fct_dir'
The absolute pathname of the directory that will be used. When CGI is called recursively it creates a file in this directory that contains the stack frame of the call. The file will be deleted when the CGI returns.

Here is an example configuration file:

#
# Derived cgi class (Catalog::cgi) configuration file
#
#
# Directory that will contain the saved execution contexts.
#
fct_dir = /usr/local/lib/interbat/cache


Go to the first, previous, next, last section, table of contents.