Creating A Dad - Oracle HTTP Server B12255-01 Administrator's Manual

10g release 1 (10.1)
Table of Contents

Advertisement

mod_plsql

Creating a DAD

Perform the following steps to create a DAD:
1.
2.
7-20 Oracle HTTP Server Administrator's Guide
Edit the DAD configuration file ORACLE_
HOME/Apache/modplsql/conf/dads.conf.
Add a DAD where the DAD has the following format:
The Oracle HTTP Server
a.
used to access the PL/SQL Web Application. This directive begins
enclosing a group of directives that apply to the named Location.
For example, the directive <Location /myapp> defines a virtual path
called "/myapp" that will be used to invoke a PL/SQL Web Application
through a URL like http://host:port/myapp/.
Older versions of mod_plsql were always mounted on a
Note:
virtual path with a prefix of '/pls'. This restriction is removed in
newer versions but might still be a restriction imposed by some of
the older PL/SQL applications.
The Oracle HTTP Server "SetHandler" directive which directs Oracle
b.
HTTP Server to enable mod_plsql to handle the request for the virtual
path defined by the named Location
SetHandler pls_handler
Additional Oracle HTTP Server directives that are allowed in the context of
c.
a <Location> directive. Typically, the following directives are used:
Order deny,allow
Allow from all
AllowOverride None
One or more mod_plsql specific directives. For example:
d.
PlsqlDatabaseUsername
PlsqlDatabasePassword
PlsqlDatabaseConnectString
PlsqlAuthenticationMode
An Oracle HTTP Server </Location> directive which closes the group of
e.
directives for the named Location, and defines a single DAD.
<Location>
directive which defines a virtual path
scott
tiger
orcl
Basic

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Http server

Table of Contents