Re: How to use CGI in Jigsaw Server?

On Mon, 7 Jun 1999, Nyam, Yanto wrote:

> Hello,
> 	I have a Perl-CGI application that I need to put in the Jigsaw and
> run it from there. I am just wondering if anyone can tell me where I can get
> a documentation for Perl-CGI configuration in Jigsaw Server. If there is no
> documentation about that, could anyone give me some hints how to do it? I
> have the Perl interpreter at c:\perl\bin\perl.exe I have not idea how to set
> the extension .pl in Jigsaw server. I have the perl file in directory
> C:\jigsaw\jigsaw\www\publications\index.pl. When I tried to run the perl
> script on the IE browser, it is asking me if I want to copy the file. All I
> need is to interpret the Perl script and display it on the browser. Any
> suggestions would be appreciated. Thanks.

you may add the .pl extension, indexed as a FileResource with a CgiFrame
on it, the latter frame configured with the right interpreter. 
(c:\perl\bin\perl.exe) in your example.
Hope this helps, 

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Monday, 7 June 1999 11:00:01 UTC