Category
Syntax
Default
Example
Notes:
Environment variables added here are available in the PL/SQL application
I
through the function owa_util.get_cgi_env.
In older versions of the product, this parameter was called cgi_env_list.
I
PlsqlCompatibilityMode
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.
Category
Syntax
Default
Example
Notes:
This parameter enables an old bug in mod_plsql in which mod_plsql
I
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.
Value
PlsqlCGIEnvironmentList string multiline
None
To add a new environment variable from the Oracle HTTP
I
Server environment:
PlsqlCGIEnvironmentList DOCUMENT_ROOT
To remove an environment variable:
I
PlsqlCGIEnvironmentList MYENVAR2=
To override from the Oracle HTTP Server environment:
I
PlsqlCGIEnvironmentList REQUEST_PROTOCOL=HTTPS
To add your own environment variable:
I
PlsqlCGIEnvironmentList MY_VARNAME=MY_VALUE
Specifies the compatibility mode for running mod_
Value
PlsqlCompatibilityMode BitFlag
0
PlsqlCompatibilityMode 1
Oracle HTTP Server Modules 7-33
mod_plsql
Need help?
Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?