Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Server application programming interface

From Wikipedia, the free encyclopedia
API used to interface with web servers

Incomputing,server application programming interface (SAPI) is the direct module interface toweb servers such as theApache HTTP Server,Microsoft IIS, andOracle iPlanet Web Server. In other words, SAPI is anapplication programming interface (API) provided by the web server to help other developers in extending the web server capabilities.

Microsoft uses the termInternet Server Application Programming Interface (ISAPI), and the defunctNetscape web server used the termNetscape Server Application Programming Interface (NSAPI) for the same purpose.[1]

As an example,PHP has a direct module interface called SAPI for different web servers;[2] in the case of PHP 5 and Apache 2.0 on Windows, it is provided in the form of aDLL file calledphp5apache2.dll,[3] 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.

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 theCommon Gateway Interface (CGI) andcommand-line interface (CLI).[2][4]

See also

[edit]

References

[edit]
  1. ^"Netscape Server Application Programming Interface (NSAPI)".techtarget.com. September 2005. Archived fromthe original on 2016-11-16. Retrieved2013-09-22.
  2. ^ab"General Installation Considerations".php.net. Retrieved2013-09-22.
  3. ^"PHP: Apache 2.x on Microsoft Windows".php.net. Archived fromthe original on 2013-09-26. Retrieved2013-09-22.
  4. ^"Command line usage: Introduction".php.net. Archived fromthe original on 2021-03-21. Retrieved2013-09-22.

External links

[edit]
Protocols
Server APIs
Apache modules
Topics
Browser APIs
Web APIs
WHATWG
W3C
Khronos
Others
Topics
Related topics


Stub icon

Thiscomputer-programming-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Server_application_programming_interface&oldid=1258245858"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp