Apache module API

E1012352

The Apache module API is a programming interface that allows developers to extend and customize the Apache HTTP Server’s functionality by writing modular components.

All labels observed (2)

Label Occurrences
Apache module API canonical 3
Apache HTTP Server modules 1

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf application programming interface ⓘ
software development interface ⓘ
web server extension mechanism ⓘ
allows extension of core HTTP features ⓘ
implementation of custom authentication schemes ⓘ
implementation of custom content handlers ⓘ
implementation of custom logging formats ⓘ
third-party module development ⓘ
associatedWith open-source web server development ⓘ
compatibleWith Unix-like operating systems ⓘ
Windows operating systems ⓘ
linked to: Windows
designedFor modular architecture ⓘ
documentedIn Apache HTTP Server documentation ⓘ
enables URL rewriting and mapping modules ⓘ
authentication and authorization modules ⓘ
content generation modules ⓘ
dynamic loading of modules ⓘ
filtering of HTTP requests and responses ⓘ
logging and monitoring modules ⓘ
request processing customization ⓘ
hasComponent command table for directives ⓘ
configuration creation callbacks ⓘ
hook registration functions ⓘ
module structure definitions ⓘ
maintainedBy Apache Software Foundation ⓘ
partOf Apache HTTP Server ⓘ
provides access to Apache core features ⓘ
configuration directives interface ⓘ
data structures for HTTP requests and responses ⓘ
hooks into the Apache request processing phases ⓘ
logging and error reporting interfaces ⓘ
module registration mechanisms ⓘ
relatedTo Apache Portable Runtime ⓘ
supports dynamic shared object modules ⓘ
static module compilation ⓘ
supportsLanguage C ⓘ
usedBy mod_auth_basic ⓘ
mod_php ⓘ
mod_proxy ⓘ
mod_rewrite ⓘ
mod_ssl ⓘ
third-party Apache modules ⓘ
usedFor customizing Apache HTTP Server behavior ⓘ
developing Apache HTTP Server modules ⓘ
extending Apache HTTP Server functionality ⓘ
uses Apache Portable Runtime ⓘ

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

NSAPI → relatedTo → Apache module API ⓘ
Graham Dumpleton → specialization → Apache HTTP Server modules ⓘ
linked to: Apache module API
mod_lua → implements → Apache module API ⓘ