An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org:8891

In computing, server application programming interface (SAPI) is the direct module interface to web servers such as the Apache HTTP Server, Microsoft IIS, and Oracle iPlanet Web Server. 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. 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.

Property Value
dbo:abstract
  • En PHP, SAPI, acrònim d'interfície de programació d'aplicació de servidor, són interfícies de mòdul directes per aplicacions de servidor de web com el servidor HTTP Apache, Microsoft IIS, o iPlanet. Microsoft també utilitza el terme ISAPI. Per a molts servidors, PHP té una interfície de mòdul directa anomenada SAPI. Està en forma d'un arxiu de DLL; per exemple, per a l'Apache 2.0, s'anomena php5apache2.dll. El DLL és un mòdul que proporciona una interfície entre PHP i el servidor de web, el qual s'escriu en un formulari que el servidor entengui. Per a més confusió, Microsoft també utilitza aquest acrònim per a l'API de Parla. (ca)
  • Le Server Application Programming Interface (SAPI), l'interface de programmation des applications serveurs, est le terme générique utilisé en informatique pour désigner les modules d'interface d'applications serveur web comme Apache, Internet Information Services ou iPlanet.[réf. nécessaire] Par exemple, PHP dispose d'un module d'interface direct appelé SAPI[réf. nécessaire] pour différents serveurs web. Pour PHP 5 et Apache 2.0 sur Windows, il est sous la forme d'un fichier DLL appelé php5apache2.dll. La DLL est un module qui fournit une interface entre le PHP et le serveur web écrit sous une forme que le serveur peut comprendre. Cette forme est connue sous le nom de SAPI. Il y a différentes sortes de SAPI pour différents langages. Par exemple, les SAPI les plus communs pour le langage PHP sont le PHP CLI et le CGI.[réf. nécessaire] (fr)
  • In computing, server application programming interface (SAPI) is the direct module interface to web servers such as the Apache HTTP Server, Microsoft IIS, and Oracle iPlanet Web Server. 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. 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. As an example, PHP has a direct module interface called SAPI for different web servers; in the case of PHP 5 and Apache 2.0 on Windows, it is provided in the form of a DLL file called php5apache2.dll, 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 the Common Gateway Interface (CGI) and command-line interface (CLI). (en)
  • 서버 애플리케이션 프로그래밍 인터페이스(Server Application Programming Interface, SAPI)는 Apache HTTP Server, Microsoft IIS, 그리고 Oracle iPlanet Web Server와 같은 웹 서버로의 직접적인 모듈 인터페이스이다. Microsoft 사는 Internet Server Application Programming Interface (ISAPI)이라는 용어를 사용하고, 이제는 존재하지 않는 Netscape web server는 동일한 목적으로 Netscape Server Application Programming Interface (NSAPI)이라는 용어를 사용했었다. 다시 말하자면, SAPI는 웹 서버의 기능을 확장함으로써 다른 개발자들을 돕기 위해 웹 서버로부터 제공되는 application programming interface (API)의 일종이라고 할 수 있다. 예를 들어, PHP는 다른 웹 서버들을 위해 SAPI라 불리는 직접적인 모듈 인터페이스를 가지고 있다. Windows의 PHP 5와 Apache 2.0의 경우, php5apache2.dll이라는 이름의 DLL 파일의 형태로 제공되며, 이 모듈은 다른 기능들 중에서 PHP와 웹 서버 간의 인터페이스를 제공하며, 서버가 이해할 수 있는 형태로 구현된다. 이 형태가 SAPI라고 알려져 있다. 다양한 웹 서버 확장들에 대해 다른 종류의 SAPI들이 존재한다. 예를 들어, 위에 나열된 것 이외에도, PHP 언어에 대한 다른 SAPI들이 Common Gateway Interface (CGI)와 Command-Line Interface (CLI)에 포함되어 있다. (ko)
  • 在计算机科学中,服务器应用程序接口(Server Application Programming Interface,或SAPI)是一个網頁伺服器(如Apache HTTP Server、微软IIS和)的直接模块接口。微软使用术语ISAPI描述服务器应用程序接口,过时的網景网页服务器则使用术语(NSAPI)来描述。换言之,SAPI是一项由网页服务器提供的应用程序接口(API)以帮助其他开发者扩展网页服务器的功能。 举个例子,PHP有着称之为SAPI可用于不同网页服务器的直接模块接口;在Windows平台上的PHP 5和Apache 2.0,PHP通过提供名为php5apache2.dll的DLL文件以实现此功能。此模块与其他功能一起以一种服务器理解的方式实现了PHP和网页服务器之间的接口。这种形式即人们熟知的SAPI。 多个网页服务器扩展中存在不同类型的SAPI。例如,除了上方列出的以外,PHP的其他SAPI包括通用网关接口(CGI)与命令行界面(CLI)。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 2287409 (xsd:integer)
dbo:wikiPageLength
  • 2769 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1107571566 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • En PHP, SAPI, acrònim d'interfície de programació d'aplicació de servidor, són interfícies de mòdul directes per aplicacions de servidor de web com el servidor HTTP Apache, Microsoft IIS, o iPlanet. Microsoft també utilitza el terme ISAPI. Per a molts servidors, PHP té una interfície de mòdul directa anomenada SAPI. Està en forma d'un arxiu de DLL; per exemple, per a l'Apache 2.0, s'anomena php5apache2.dll. El DLL és un mòdul que proporciona una interfície entre PHP i el servidor de web, el qual s'escriu en un formulari que el servidor entengui. Per a més confusió, Microsoft també utilitza aquest acrònim per a l'API de Parla. (ca)
  • 在计算机科学中,服务器应用程序接口(Server Application Programming Interface,或SAPI)是一个網頁伺服器(如Apache HTTP Server、微软IIS和)的直接模块接口。微软使用术语ISAPI描述服务器应用程序接口,过时的網景网页服务器则使用术语(NSAPI)来描述。换言之,SAPI是一项由网页服务器提供的应用程序接口(API)以帮助其他开发者扩展网页服务器的功能。 举个例子,PHP有着称之为SAPI可用于不同网页服务器的直接模块接口;在Windows平台上的PHP 5和Apache 2.0,PHP通过提供名为php5apache2.dll的DLL文件以实现此功能。此模块与其他功能一起以一种服务器理解的方式实现了PHP和网页服务器之间的接口。这种形式即人们熟知的SAPI。 多个网页服务器扩展中存在不同类型的SAPI。例如,除了上方列出的以外,PHP的其他SAPI包括通用网关接口(CGI)与命令行界面(CLI)。 (zh)
  • In computing, server application programming interface (SAPI) is the direct module interface to web servers such as the Apache HTTP Server, Microsoft IIS, and Oracle iPlanet Web Server. 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. 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. (en)
  • Le Server Application Programming Interface (SAPI), l'interface de programmation des applications serveurs, est le terme générique utilisé en informatique pour désigner les modules d'interface d'applications serveur web comme Apache, Internet Information Services ou iPlanet.[réf. nécessaire] Il y a différentes sortes de SAPI pour différents langages. Par exemple, les SAPI les plus communs pour le langage PHP sont le PHP CLI et le CGI.[réf. nécessaire] (fr)
  • 서버 애플리케이션 프로그래밍 인터페이스(Server Application Programming Interface, SAPI)는 Apache HTTP Server, Microsoft IIS, 그리고 Oracle iPlanet Web Server와 같은 웹 서버로의 직접적인 모듈 인터페이스이다. Microsoft 사는 Internet Server Application Programming Interface (ISAPI)이라는 용어를 사용하고, 이제는 존재하지 않는 Netscape web server는 동일한 목적으로 Netscape Server Application Programming Interface (NSAPI)이라는 용어를 사용했었다. 다시 말하자면, SAPI는 웹 서버의 기능을 확장함으로써 다른 개발자들을 돕기 위해 웹 서버로부터 제공되는 application programming interface (API)의 일종이라고 할 수 있다. (ko)
rdfs:label
  • SAPI (ca)
  • Server Application Programming Interface (fr)
  • 서버 애플리케이션 프로그래밍 인터페이스 (ko)
  • Server application programming interface (en)
  • 服务器应用程序接口 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License