Oracle http server features – Oracle B12255-01 User Manual

Page 24

Advertising
background image

Oracle HTTP Server Features

1-2

Oracle HTTP Server Administrator’s Guide

Oracle HTTP Server Features

Oracle HTTP Server is the Web server component of Oracle Database. It is based on
the

Apache HTTP

Server, version 1.3.28. It is a robust, reliable Web server,

preconfigured to do the following:

provide a high availability infrastructure integration with

Oracle Process

Manager and Notification Server

(OPMN), for process management, death

detection and failover for Oracle HTTP Server processes.

provide Dynamic Monitoring Services (DMS) metrics that give runtime
performance statistics for Oracle HTTP Server processes.

provide a request ID, which enhances request tracking through various
components by attaching a request ID to each request. This provides more
detailed information, allowing you to see how much time a particular request
spends in any component or layer.

enable securing of transactions with Secure Sockets Layer (SSL) technology.

execute Perl scripts in the same process as the Oracle HTTP Server, or as

CGI

script.

access database stored procedures with a PL/SQL engine.

enable scripting of HTML pages with PL/SQL code.

See Also:

Oracle Application Server 10g High Availability Guide

See Also:

Oracle Application Server 10g Performance Guide

See Also:

Oracle Application Server 10g Security Guide

Chapter 8, "Managing Security"

on page 8-1

See Also:

Oracle Application Server 10g mod_plsql User’s Guide

Advertising