This topic describes how to set up your HTTP Server to use CGI programs.
The following discusses how to set up your HTTP Server (powered by Apache) to use your CGI programs.
You can set values associated with CGI jobs.
To set CGI settings, do the following:
Persistent CGI is an extension to the CGI interface. It allows a CGI program to remain active across multiple browser requests and maintain a client session.
To set persistent CGI settings, do the following:
See the Developer Resources topic at http://www.ibm.com/eserver/iseries/http for sample CGI programs.