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: OWS - cgi-bin directory ?

Re: OWS - cgi-bin directory ?

From: James Anderson <jwanders_at_us.oracle.com>
Date: Mon, 24 Jan 2000 12:01:10 -0500
Message-ID: <388C8556.DDA7CDB7@us.oracle.com>


You need to use the Perl cartridge to run Perl scripts. Look in the OAS documentation for instructions on how to set up an application in OAS using the Perl cartridge.

James Anderson
Oracle Consulting
Atlanta, Georgia USA

Stefan wrote:

> Hi,
>
> I am configuring our Web Listener, and trying to install a cgi-bin
> directory.
> I set a virtual directory "/cgi-bin/" with the flag "CR"
> when I put a perl script there that works on the same machine
> on the apache webserver, it doesn't work on the OWS...
>
> maybe i gotta change the first line of the perlscript to something else
> ?
>
> #!/ActivePerl/bin/perl
> print "Conten-type: text/html\n\n";
> print "test";
>
> when i put in this directory a html file and change the flag to "NR"
> the ows is showing me the right site ..
> did i forget something to configure a cgi-directory ?
>
> thanx


Received on Mon Jan 24 2000 - 11:01:10 CST

Original text of this message

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