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