| 1. |
How Can You Communicate With Web Server (apache Or Iis) From Coldfusion? |
|
Answer» Cold Fusion is an example of a Common Gateway Interface application. The Common Gateway Interface is a mechanism to allow Web servers, which are designed to serve static documents, to receive dynamic output from programs and serve it as if it were static data.
Cold Fusion defaults to using server API modules instead of CGI to communicate between the Web Server and ColdFusion Application Server. Cold Fusion is an example of a Common Gateway Interface application. The Common Gateway Interface is a mechanism to allow Web servers, which are designed to serve static documents, to receive dynamic output from programs and serve it as if it were static data. Cold Fusion defaults to using server API modules instead of CGI to communicate between the Web Server and ColdFusion Application Server. |
|