> I am running Apache on a FreeBSD 2.0.5R machine. I have a problems with
> cgi scripts. They (sh and perl scripts) will execute if I use them with
> an <A HREF> tag
> <A HREF="http://my.server.com/file_name"> Click me </A>
> If you select that from a browser it executes the script.
> If I try to run the script from an HTML page
> with
> <!--#exec cgi="http://my.server.com/file_name"-->
> nothing happens.
<!--#exec cgi="http://my.server.com/file_name"--> then you
need to look at the documentation (wherever it may be) for
Server Side Includes.
Looks like you're trying to use SSI without switching it on.
rob