Mod_setenvif, Mod_so, Mod_speling – Oracle B12255-01 User Manual

Page 129: Mod_status

Advertising
background image

mod_status

Oracle HTTP Server Modules

7-59

For disabling all requests using the HTTP TRACE method, set the following mod_
rewrite

directives:

RewriteEngine On

RewriteCond %{REQUEST_METHOD} ^TRACE

RewriteRule .* - [F]

mod_setenvif

This module enables you to set environment variables based on characteristics of a
request.

mod_so

This module loads executable code and modules into the server at start-up time.

mod_speling

This module attempts to correct misspelled or miscapitalized URLs.

mod_status

This module displays an HTML page of server activity and performance.

See Also:

Module mod_setenvif in the Apache Server

documentation.

See Also:

Module mod_so in the Apache Server documentation.

See Also:

Module mod_speling in the Apache Server

documentation.

See Also:

Module mod_status in the Apache Server

documentation.

Advertising