Corporation Server User Manual
mod_plsql
Oracle HTTP Server Modules 7-21
3. Save the edits.
4. Obfuscate the DAD password by running the “dadTool.pl” script located in
ORACLE_HOME/Apache/modplsql/conf.
5. Restart the Oracle HTTP Server for the configuration to take effect.
You can create additional DADs by defining other uniquely named Locations in
dads.conf.
This section contains the following topics:
Configuration Files
Configuration Parameters
Configuration Files
mod_plsql configuration reside in the following three configuration files:
■ plsql.conf
■ dads.conf
■ cache.conf
plsql.conf
This file contains the LoadModule directive to load mod_plsql into Oracle HTTP
Server, any global setting for mod_plsql, and include directives for dads.conf
and cache.conf. This file is included by the Oracle HTTP Server configuration file
ORACLE_HOME/Apache/Apache/conf/oracle_apache.conf on UNIX or
ORACLE_HOME\Apache\Apache\conf\oracle_apache.conf on Windows,
which itself gets included in the primary Oracle HTTP Server configuration file
httpd.conf.
See Also: "PlsqlDatabasePassword" on page 7-36 for instructions
on performing the obfuscation.
See Also: "oracle_apache.conf" on page A-5