Oracle Enterprise Manager Configuration Guide Release 2.2 Part Number A85247-01 |
|
If you are installing the Oracle Enterprise Manager Web Site without the Oracle HTTP Server that is packaged with Enterprise Manager by default, configure your supported webserver with the instructions below.
httpd.conf
in the Apache home -> conf ->httpd.conf/. Stop and restart the web listener.
The same rules about trailing "/" apply to ScriptAlias directives as to Alias.
ScriptAlias /oem_webstage/cgi-bin "/private/oemv2/oem_webstage/cgi-bin"
Note that if you include a trailing "/" on fakename, then the server requires that it is present in the URL. In this example, "/icons" is not aliased. "/icons/" is aliased.
Alias /icons/ "/usr/local/apache/icons/" Alias /oem_webstage "/private/oemv2/oem_webstage/"
/cgi-bin
" to where your ScriptAliased CGI directory exists, if you have that configured.
<Directory "usr/local/apache/cgi-bin">
to
<Directory "
/oem_webstage/cgi-bin">
AllowOverride all
Allow from all
</Directory>
AddHandler allows you to map certain file extensions to "handlers", actions unrelated to filetype. These can be either built into the server or added with the Action command.
To use the Internet Information Server, you will need to create three virtual directories pointing to the oem_webstage directory and two subdirectories inside of that directory. The oem_webstage directory is created automatically by the installation procedure when you install the Oracle Enterprise Manager Web Site components during one of the following installations:
oem_webstage
.
Alias: /oem_webstage
Path: ORACLE_HOME\oem_webstage
Access: Read, Execute
Alias: cgi-bin
Path: ORACLE_HOME\oem_webstage\cgi-bin
Access: Read, Execute
ORACLE_HOME\oem_webstage\java-plugin
with the following settings:
Alias: java-plugin
Path: ORACLE_HOME\oem_webstage\java-plugin
Access: Read-only
Note: Make sure you do not enable execute permissions; otherwise, you will not be able to download the plug-in.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|