Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: configure Oracle9ias DAD

Re: configure Oracle9ias DAD

From: KevJohnP <nospam_at_nowhere.com>
Date: Tue, 30 Sep 2003 17:15:18 +1200
Message-ID: <Gj8eb.163304$JA5.4025481@news.xtra.co.nz>

Hi

Do you mean it the otherway around? ie you can access via /pls/<DAD>/login.main (which is the standard mod_plsql naming) but cannot access it via /test/login.main?

If so, then you just need to put a rewrite rule in the Apache configuration file as follows;

RewriteEngine on
RewriteRule ^/test/(.*) /pls/test/$1 [PT]

zhaogang wrote:

> Hello,group
>
> i have installed Oracle9ias, now configure it to use mod_plsql.
> By http://localhost:1810 , i add the DAD which name is test.
> i found follow code in file dads.conf.
>
> <Location /test>
> SetHandler pls_handler
> Order deny,allow
> Allow from all
> AllowOverride None
> PlsqlDatabaseUsername ******
> PlsqlDatabasePassword *******
> PlsqlDatabaseConnectString ***.***.***.***:1521:****
> PlsqlAuthenticationMode Basic
> </Location>
>
> i can access the http://localhost/test/login.main (login.main is
> package name and proccedure name).
>
> i want access it by http://localhost/pls/(DAD name)/login.main.
> How should i configure it?
>
> Wait your help.
> Thank you.
>
> zhaogang
Received on Tue Sep 30 2003 - 00:15:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US