That is no anywhere in the config file.
The exec command does work if it is a command like this
<!--#exec cmd="/tmp/test.csh"-->
but if I try the exec command with cgi to a _differant_ web server, it
doesn't work. It it executes a cgi script on the local server it does work.
For example
<!--#exec cgi="/cgi-bin/test.pl"-->
The above works
<!--#exec cgi="http://remote.web.server.com/cgi-bin/test.pl"-->
The above doesn't work.
Is it possiable to execute a server side include cgi to a remote web server?
(Wow that is ALLOT of buzzwords : )
Jack
----- Original Message -----
From: Chris Bennett <[EMAIL PROTECTED]>
To: 'Jack Barnett' <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, January 20, 2000 1:18 PM
Subject: RE: SSI exec a none local CGI?
> do you have the noexec option on the share in the apache config? it allows
> Sever Side Includes except the exec command
>
> Regards,
> Chris Bennett
>
> > -----Original Message-----
> > From: Jack Barnett [SMTP:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 19, 2000 11:00 AM
> > To: [EMAIL PROTECTED]
> > Subject: SSI exec a none local CGI?
> >
> >
> > I am trying to execute a non-local CGI script, but it keeps giving me an
> > error.
> >
> > The html I have is:
> >
> > <!--#exec cgi ="http://domain.com/cgi-bin/test.pl"-->
> >
> > Which I know of a fact the test.pl script works, it will give the error:
> >
> > [an error occurred while processing this directive] on the web page,
and
> > this in the log files:
> >
> > [Wed Jan 19 11:01:17 2000] [error] [client 192.168.17.21] invalid CGI
ref
> >
> > in the apache log file.
> >
> > It is running Apache 1.3.6 and SSI is install and working on the system,
> > it
> > will execute local cgi's and local commands, but not remote cgi scripts.
> >
> > Any ideas?
> >
> > Jack
>