Corporation Server User Manual

mod_plsql
Oracle HTTP Server Modules 7-33
Notes:
Environment variables added here are available in the PL/SQL application
through the function owa_util.get_cgi_env.
In older versions of the product, this parameter was called cgi_env_list.
PlsqlCompatibilityMode Specifies the compatibility mode for running mod_
plsql. This parameter is supported only for Oracle Application Server releases,
and is used when you are using mod_plsql with an older version of Oracle
Application Server Portal. In such situations, if you are running mod_plsql against
a pre-9.0.2 version of Oracle Application Server Portal, this should be set to 1.
Notes:
This parameter enables an old bug in mod_plsql in which mod_plsql
incorrectly converted the plus symbol (+) to space characters for document
downloads. Enabling the first bit in this flag will make it impossible to
download documents that have a plus symbol (+) in the document name.
Category Value
Syntax PlsqlCGIEnvironmentList string multiline
Default None
Example
To add a new environment variable from the Oracle HTTP
Server environment:
PlsqlCGIEnvironmentList DOCUMENT_ROOT
To remove an environment variable:
PlsqlCGIEnvironmentList MYENVAR2=
To override from the Oracle HTTP Server environment:
PlsqlCGIEnvironmentList REQUEST_PROTOCOL=HTTPS
To add your own environment variable:
PlsqlCGIEnvironmentList MY_VARNAME=MY_VALUE
Category Value
Syntax PlsqlCompatibilityMode BitFlag
Default 0
Example PlsqlCompatibilityMode 1