Web Server Gateway Interface: Difference between revisions

Content deleted Content added
remove external links and individual web applications: this list would grow beyond bounds
Wrappers: collapse separate entries into prose; remove external links
Line 35:
The server or gateway invokes the application callable once for each request it receives from an [[HTTP]] client, that is directed at the application.
 
Currently wrappers are available for [[FastCGI]], [[Common Gateway Interface|CGI]], [[SCGI]], [[Apache JServ Protocol|AJP]] (using the flup), [[mod_python]] as well as [[Internet Information Services|Microsoft IIS]] (using an [[Active Server Pages|ASP]] packagegateway).
 
A [[mod_python]] gateway is available at: http://projects.amor.org/misc/wiki/ModPythonGateway
 
A gateway for [[IIS]] + [[Active_Server_Pages|ASP]] is available at: http://projects.amor.org/misc/wiki/ASPGateway
 
==External links==