prolingaweb 1 prolingaweb (Fast)CGI program prolingaweb Introduction The prolingaweb program is a CGI application (either compiled as Traditional or FastCGI), that transforms URL into a Web Command, which then is presented as a Web Request to a remote Web Service. The response of this request will be delivered to the requester. Most likely the action of this response it to displaying the body contents as HTML into a browser. prolingaweb can only be used from a Web Server and a ScriptAlias need to be created in the configuration file of the Web Server in order to get it to work. Please read the section at the bottom of Prequisites page for more details. Options Services Configuration File 1 Services Configuration File File containing settings for the various target Services. Introduction ProLinga-Web comes with a services configuration file where various services can be defined. The name of these services should match the name of the service entered by the user (requester) in the URL. For every service is a Host and Port number defined, being a remote Web Service. So here the link is made where a Web Request is send off to. The Web Request will be send to this Web Service and waits until a response returns from this end-point. A default configuration file looks like this: localhost 8005 localhost 8005 ]]> Unlimited Web Services entries can be entered. Options The name or IP number of the host where to connect to, to present a Web Command. The TCP port of the host where to connect to, to present a Web Command.