Httpd.conf, Httpd.conf file structure, Global environment – Oracle B12255-01 User Manual

Page 172: File, File. it cannot be, File. when url r

Advertising
background image

httpd.conf

A-2

Oracle HTTP Server Administrator’s Guide

httpd.conf

This is a server configuration file which typically contains directives that affect how
the server runs, such as user and group IDs it should use, and location of other files.
Because the server configuration file is the main file that the server starts with,
Oracle HTTP Server does not include any directive that says where to locate it. The
location is passed on command line when the server starts.

It is located at:

UNIX: ORACLE_HOME/Apache/Apache/conf/httpd.conf

Windows: ORACLE_HOME\Apache\Apache\conf\httpd.conf

You should use only this file, and not srm.conf or access.conf because it is
must easier to manage a single configuration file.

httpd.conf File Structure

httpd.conf

is arranged in the following sections:

Global Environment

Main Server Configuration

Virtual Hosts

Global Environment

This is section one of the httpd.conf file. It contains configuration directives
dealing with Oracle HTTP Server.

See Also:

"Specifying File Locations"

on page 3-4

"Limiting the Number of Processes and Connections"

on

page 4-5

Chapter , "Specifying Listener Ports and Addresses"

on

page 5-2

Advertising