Apache 模組 API
本主題提供 IBM® HTTP Server for i的 Apache 可攜式執行時期 (APR) 及應用程式設計介面 (API) 的相關資訊。 這些 API 通常用來撰寫跨平台 Apache 模組。
下面列出 HTTP Server 及 APR API 的鏈結。 若要撰寫、編譯及配置 HTTP Server 模組,您需要同時使用 APR 和 HTTP Server API。
附註: APR API 實際上與 HTTP Server無關。 APR 的使用者可以使用 APR 建立自己的應用程式,而不接觸任何 Web 伺服器。
- APR 核心 API -APR API 不是應用程式專用的,可以與不同的伺服器類型及應用程式搭配使用。
- HTTP Server API - HTTP Server API 是 HTTP Server 專用的,不是 APR API 的一部分。
Module mod_example 提供使用 HTTP Server 及 APR API 的簡單範例。