Re: CGI Server Side Includes

At 7:55a -0800 02/12/99, Moatasem Mohaisen wrote:
>Hi all,
>
>I have the following question, concerning SSIs (Server Side Includes)
>CGI's... and... parameters!
>I am trying to run the following code in my HTML page:
>
>   <!--#exec cgi="path/to/my SSI.cgi" -->
>
>and it is not working.
>
>I am running IIS 4.0, using perl 5.002 and using on the Meta tag
><META HTTP-EQUIV="Content-Type" CONTENT="text/html">
>
>Can anybody tell why is the script not work and not showing any error.

Wow, this is waaaaaay off topic.
But since I've done this...

  1. Make sure the HTML file is set up for parsing
     (whether by .shtml or .htaccess)
  2. Are you sure it's cgi= and not cmd= ?
  3. Are you sure you're using the right operating system? <g>


-Walter
 not a fan of Windows, though NTFS ain't a bad filesystem

Received on Friday, 12 February 1999 13:11:11 UTC