Re: Cgi Question?

> > At 2:59p -0700 05/28/98, Derek Sauer wrote:
> > >Hi, I was wonder, is it possible to use a CGI script on a server
> > >that does not support it? Say for example, if I put the script in a
> > >cgi-bin in my own directory would it still work or not?
> >
> > Depends what you mean by "server that does not support it". ;)
> 
> What I mean is that their user info says they do not support it, but
> they will lets you make files executable.

you probably can write it in C, and compile it to make it run.
but if you're thinking of something like PERL, which requires
/usr/bin/perl (or something like that), then i suppose you can't
(all above assuming UN*X server)

if it's an NT server. PERL might work, just write the PERL script
and compile using perl2exe and upload to server.

(maybe you might want to come up with more details about the server?)

tES>

Received on Friday, 29 May 1998 13:30:34 UTC