Understanding Oracle HTTP Server Directory Structure
2-2
Oracle HTTP Server Administrator’s Guide
Understanding Oracle HTTP Server Directory Structure
Oracle HTTP Server is installed in the
ORACLE_HOME
/Apache
directory on UNIX
or
ORACLE_HOME
\Apache
directory on Windows for configuring modules. For
example, the
modplsql
folder contains the subdirectories necessary to configure
and run PL/SQL applications.
The
Apache
directory is located at the top level under the
ORACLE_HOME
. It
contains subdirectories for configuring modules
mod_plsql
. It also contains a
subdirectory called
Apache
, which is the base directory of Oracle HTTP Server.
Accessing Configuration Files
Oracle HTTP Server is configured by placing
directives
, which are basically
instructions, into text configuration files. Most of the configuration files are located
in:
■
UNIX:
ORACLE_HOME
/Apache/Apache/conf
■
Windows:
ORACLE_HOME
\Apache\Apache\conf
Some of these files are read only once when the server starts or is reloaded, whereas
some files are read every time a related file or directory is requested.
The configuration files which are read only once are called
server-wide
configuration
files.
Configuration Files Syntax
Oracle HTTP Server contains one directive for each line. The back-slash “\” can be
used as the last character on a line to indicate that the directive continues onto the
next line. There must be no other characters or white space between the back-slash
and the end of the line.
Directives in the configuration files are case-insensitive, but arguments to directives
are often case-sensitive. Lines which begin with the character “#” are considered
comments, and are ignored. Comments may not be included on a line after a
configuration directive. Blank lines and white space occurring before a directive are
ignored, so you may indent directives for clarity.
See Also:
Appendix A, "Oracle HTTP Server Configuration Files"
on page A-1
Содержание HTTP Server
Страница 1: ...Oracle HTTP Server Administrator s Guide 10g Release 1 10 1 Part No B12255 01 December 2003 ...
Страница 12: ...xii ...
Страница 22: ...xxii ...
Страница 30: ...Starting Stopping and Restarting Oracle HTTP Server 1 8 Oracle HTTP Server Administrator s Guide ...
Страница 38: ...About htaccess Files 2 8 Oracle HTTP Server Administrator s Guide ...
Страница 52: ...Getting Information about Processes 4 8 Oracle HTTP Server Administrator s Guide ...
Страница 60: ...Configuring Reverse Proxies and Load Balancers 5 8 Oracle HTTP Server Administrator s Guide ...
Страница 70: ...Specifying Log Files 6 10 Oracle HTTP Server Administrator s Guide ...
Страница 164: ...Security Services Implemented Within Oracle HTTP Server 8 34 Oracle HTTP Server Administrator s Guide ...
Страница 170: ...9 6 Oracle HTTP Server Administrator s Guide ...
Страница 178: ...opmn xml A 8 Oracle HTTP Server Administrator s Guide ...
Страница 211: ...Glossary 9 X 509 Public keys can be formed in various data formats The X 509 v3 format is one such popular format ...
Страница 212: ...Glossary 10 ...
Страница 224: ...Index 12 ...