<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Server_application_programming_interface</id>
	<title>Server application programming interface - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Server_application_programming_interface"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Server_application_programming_interface&amp;action=history"/>
	<updated>2026-09-10T00:21:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Server_application_programming_interface&amp;diff=1620214&amp;oldid=prev</id>
		<title>imported&gt;InternetArchiveBot: Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (Whoop whoop pull up - 21816</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Server_application_programming_interface&amp;diff=1620214&amp;oldid=prev"/>
		<updated>2024-11-18T22:57:12Z</updated>

		<summary type="html">&lt;p&gt;Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (&lt;a href=&quot;/wiki143/index.php?title=User:Whoop_whoop_pull_up&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Whoop whoop pull up (page does not exist)&quot;&gt;Whoop whoop pull up&lt;/a&gt; - 21816&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|API used to interface with web servers}}&lt;br /&gt;
In [[computing]], &amp;#039;&amp;#039;&amp;#039;server application programming interface&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;SAPI&amp;#039;&amp;#039;&amp;#039;) is the direct module interface to [[web server]]s such as the [[Apache HTTP Server]], [[Microsoft Internet Information Server|Microsoft IIS]], and [[Oracle iPlanet Web Server]]. &lt;br /&gt;
In other words, SAPI is an [[application programming interface]] (API) provided by the web server to help other developers in extending the web server capabilities.&lt;br /&gt;
&lt;br /&gt;
[[Microsoft]] uses the term [[Internet Server Application Programming Interface]] (ISAPI), and the defunct [[Netscape]] web server used the term [[Netscape Server Application Programming Interface]] (NSAPI) for the same purpose.&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
 | url = http://searchsoa.techtarget.com/definition/Netscape-Server-Application-Programming-Interface&lt;br /&gt;
 | title = Netscape Server Application Programming Interface (NSAPI)&lt;br /&gt;
 | date = September 2005&lt;br /&gt;
 | accessdate = 2013-09-22&lt;br /&gt;
 | website = techtarget.com&lt;br /&gt;
 | archive-date = 2016-11-16&lt;br /&gt;
 | archive-url = https://web.archive.org/web/20161116123047/http://searchsoa.techtarget.com/definition/Netscape-Server-Application-Programming-Interface&lt;br /&gt;
 | url-status = dead&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, [[PHP]] has a direct module interface called SAPI for different web servers;&amp;lt;ref name=&amp;quot;php-installation&amp;quot;&amp;gt;{{cite web&lt;br /&gt;
 | url = http://php.net/manual/en/install.general.php&lt;br /&gt;
 | title = General Installation Considerations&lt;br /&gt;
 | accessdate = 2013-09-22&lt;br /&gt;
 | website = php.net&lt;br /&gt;
}}&amp;lt;/ref&amp;gt; in the case of PHP&amp;amp;nbsp;5 and Apache&amp;amp;nbsp;2.0 on Windows, it is provided in the form of a [[Dynamic-link library|DLL]] file called {{Mono|php5apache2.dll}},&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
 |url         = http://php.net/manual/en/install.windows.apache2.php&lt;br /&gt;
 |title       = PHP: Apache 2.x on Microsoft Windows&lt;br /&gt;
 |accessdate  = 2013-09-22&lt;br /&gt;
 |website     = php.net&lt;br /&gt;
 |url-status     = dead&lt;br /&gt;
 |archiveurl  = https://web.archive.org/web/20130926122011/http://php.net/manual/en/install.windows.apache2.php&lt;br /&gt;
 |archivedate = 2013-09-26&lt;br /&gt;
}}&amp;lt;/ref&amp;gt; which is a module that, among other functions, provides an interface between PHP and the web server, implemented in a form that the server understands.  This form is what is known as a SAPI.&lt;br /&gt;
&lt;br /&gt;
Different kinds of SAPIs exist for various web-server extensions.  For example, in addition to those listed above, other SAPIs for the PHP language include the [[Common Gateway Interface]] (CGI) and [[command-line interface]] (CLI).&amp;lt;ref name=&amp;quot;php-installation&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
 | url = http://www.php.net/manual/en/features.commandline.introduction.php&lt;br /&gt;
 | title = Command line usage: Introduction&lt;br /&gt;
 | accessdate = 2013-09-22&lt;br /&gt;
 | website = php.net&lt;br /&gt;
 | archive-date = 2021-03-21&lt;br /&gt;
 | archive-url = https://web.archive.org/web/20210321035330/https://www.php.net/manual/en/features.commandline.introduction.php&lt;br /&gt;
 | url-status = dead&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[FastCGI]] (a variation of the CGI)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://httpd.apache.org/docs/2.4/developer/modguide.html Developing modules for the Apache HTTP Server 2.4]&lt;br /&gt;
&lt;br /&gt;
{{Web interfaces|state=collapsed}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Application programming interfaces]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Compu-prog-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;InternetArchiveBot</name></author>
	</entry>
</feed>