Installation guide

Set Library Path and Path for Oracle 10g Web Server Running in Apache 2.x Mode
198 Web Agent Installation Guide
Set Library Path and Path for Oracle 10g Web Server Running
in Apache 2.x Mode
For an Oracle 10g web server running in Apache 2.x mode, both the
LD_LIBRARY_PATH and PATH variables need to be set in the apachectl script.
The LD_LIBRARY_PATH is automatically added to the apachectl script. The
location of the apachectl script varies according to your version of OHS:
Apache 1.3.x based OHS
OHS_home/Apache/Apache/conf/
Note: Apache 1.3x is not supported with Oracle 10g on Windows Server
2003.
Apache 2.x based OHS
OHS_home/ohs/conf/
Note: Apache 2.x is supported with Oracle 10g on Windows Server 2003
for r12.0 SP2 Web Agents.
To set the PATH variable, add the following entry to the apachectl script:
PATH=Path_of_webagent_install/bin:${PATH} ; export PATH
Changes to the httpd.conf File
The Configuration Wizard modifies the httpd.conf configuration file to enable the
web server to operate with the Apache Web Agent.
The examples in this procedure are for UNIX platforms; however the same
changes are made to Windows platforms using the appropriate Windows syntax.
web_agent_home
Indicates the directory where the Web Agent is installed.
Default (Windows installations): C:\Program Files\CA\webagent
Default (UNIX installations): /opt/ca/webagent
For most Apache-based web servers, this file is located in the conf directory:
Apache_home/conf
Note: For more information about the location of this file, see the
documentation provided by the vendor of your web server.