Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Web server behind apache daemon
We have done it as shown below:
Apache:
This is configured through /httpd/conf/srm.conf, which uses a
ScriptAlias entry to point to the relevant Oracle Web Agent.
ScriptAlias /cni/ /home/app/oracle/product/7.3.2/ows2/bin/
This directory contains the owa binary file.
Because of these pointers, CNI looks for its OWA configuration in:
/home/app/oracle/ows2/admin/owa.cfg
getting the entries:
(
owa_service=CNI
( owa_user=xxx)
......
)
So anything like:
http://xxxx/cni/owa/<PL/SQL>..... that comes into the Apache web server will be pointed to the Oracle Web Agent.
I hope this helps.
Regards
Hassan Abba
Oracle Developer/DBA
SoftOptions UK Ltd
www.softopt.co.uk
Inyigo Mascaraque Susunaga wrote:
> Hello:
>
> I need to run WRB behind an apache web server. I have read
> many times
> that i could be done, but there is no technical information about the
> way of doing it.
>
> Does anyone knows how can it be done ?
> Does anyone knows where can I find this information ?
>
> Thanks in anticipation.
> --
> I'nigo Mascaraque, SGI Soluciones Globales Internet
> Tel: (91) 804 28 37 Fax: (91) 804 14 05 WWW: http://www.esegi.es
> iims_at_esegi.es iims_at_gmv.es
Received on Tue Sep 02 1997 - 00:00:00 CDT
![]() |
![]() |