Hi,
I'm trying to understand Apache handlers [and CGI's].
The first example of a handler in the documentation at:-
describes how to invoke a CGI for any .html document request. It then goes on to say
"Then the CGI script is responsible for sending the originally requested document (pointed to by the PATH_TRANSLATED environment variable) and making whatever modifications or additions are desired."
My problem is understanding just how this CGI would then send the original document with say a footer added. Is there an Apache API?
Most CGIs I've seen appear to build a page dynamically.
Any help appreciaated.
Ian t
I'm trying to understand Apache handlers [and CGI's].
The first example of a handler in the documentation at:-
describes how to invoke a CGI for any .html document request. It then goes on to say
"Then the CGI script is responsible for sending the originally requested document (pointed to by the PATH_TRANSLATED environment variable) and making whatever modifications or additions are desired."
My problem is understanding just how this CGI would then send the original document with say a footer added. Is there an Apache API?
Most CGIs I've seen appear to build a page dynamically.
Any help appreciaated.
Ian t