Oracle http server components, Oracle http server modules, Oracle http server modules -3 – Oracle B12255-01 User Manual

Page 25

Advertising
background image

Oracle HTTP Server Components

Oracle HTTP Server Overview

1-3

Oracle HTTP Server Components

Oracle HTTP Server consists of several components that run within the same
process. These components provide the extensive list of features that Oracle HTTP
Server offers when handling client requests. Following are the major components:

HTTP Listener

: Oracle HTTP Server is based on an Apache HTTP listener to

serve client requests. An HTTP server listener handles incoming requests and
routes them to the appropriate processing utility.

Modules (mods)

: Many of the standard Apache modules are included with

Oracle HTTP Server. Oracle also includes several internal modules that are
specific to Oracle Database components.

Perl Interpreter

: A persistent Perl runtime environment embedded in Oracle

HTTP Server through

mod_perl

.

Oracle HTTP Server Modules

Table 1–1

identifies the modules shipped with Oracle HTTP Server. Modules extend

the basic functionality of the Web server, and support integration between Oracle
HTTP Server and other Oracle Database components. Note that the list differs from
the Apache open source distribution (given the inclusion of Oracle modules), and
that not all modules are supported by Oracle.

See Also:

"Oracle HTTP Server Modules"

on page 1-3 for a

complete list of modules shipped with Oracle HTTP Server.

See Also:

Oracle Application Server 10g Concepts for more

information regarding Oracle Database components, and how they
relate to each other.

Table 1–1

Oracle HTTP Server Modules

Module

Oracle Support

Notes

mod_access

Yes

mod_actions

Yes

mod_alias

Yes

mod_asis

No

mod_auth

Yes

mod_auth_anon

Yes

Advertising