Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: OWS - cgi-bin directory ?
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
![]() |
![]() |