Mod_expires, Mod_fastcgi, Mod_headers – Oracle B12255-01 User Manual

Page 80: Mod_imap, Mod_include

Advertising
background image

mod_expires

7-10

Oracle HTTP Server Administrator’s Guide

mod_expires

Enables the server to generate Expires HTTP headers, which provide information to
the client about document validity. Documents are served from the source if, based
on the expiration criteria, the cached copy has expired.

mod_fastcgi

Supports the FastCGI protocol, which enables you to maintain a pool of running
servers for CGI applications, thereby eliminating start-up and initialization
overhead.

mod_headers

Enables you to merge, replace, or remove HTTP response headers.

mod_imap

Enables server-side image map processing.

This module is not supported by Oracle.

mod_include

Provides a filter that processes documents for SSI (Server Side Includes) directives.

See Also:

Module mod_expires in the Apache Server

documentation.

See Also:

Module mod_fastcgi in the Apache Server

documentation.

See Also:

Module mod_headers in the Apache Server

documentation.

See Also:

Module mod_include in the Apache Server

documentation.

Advertising