LOCATION :
SIGNIFICANCE :
IMPORTANT POINTS :
FILE :
#########################################################################################################
#
# $Header: plsql_ux_ias1022_pls.conf 115.3 2004/03/10 13:02:30 skghosh ship $
#
# ###############################################################
#
# This file is automatically generated by AutoConfig. It will be read and
# overwritten. If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink document
# 165195.1 for assistance.
#
# ###############################################################
#
# Directives added for mod-plsql
#
# Unix
LoadModule plsql_module /eb_rao1_q/applmgr/q570ora/iAS/Apache/modplsql/bin/modplsql.so
# Win32
#LoadModule plsql_module /eb_rao1_q/applmgr/q570ora/iAS\bin\modplsql.dll
#
# Enable handling of all virtual paths beginning with "/pls" by mod-plsql
#
<Location /pls>
SetHandler pls_handler
Order allow,deny
Allow from all
</Location>
#
# Deny access to the admin pages since they are not yet secured by
# mod_plsql. Oracle Applications *requires* CUSTOM authentication
# and the admin_ pages would allow CUSTOM auth to be disabled.
#
<Location /pls/admin_>
Order deny,allow
Allow from all
</Location>
#
# Additional aliases needed to resolve image and help files needed by mod-plsql
#
# ----- iAS 1022 -----
Alias /images/ "/eb_rao1_q/applmgr/q570ora/iAS/portal30/images/"
Alias /help/ "/eb_rao1_q/applmgr/q570ora/iAS/portal30/doc/"
# --------------------
include "/eb_rao1_q/applmgr/q570ora/iAS/Apache/Apache/conf/apps.conf"