[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSI not executing properly



On Fri, 24 Mar 2000, Ray Yon wrote:

> I have followed the instructions in the kb to implement SSI on my RaQ2.

> However, they are not working properly.
> 
> I am using the following command:
> 
> <!--#include virtual="/cgi-bin/myfile.pl">

 You need to close the comment also       ^^ -->

> 
> I have attempted to mimick the examples in the email archives:
> 
> <!--#exec cgi="/cgi-bin/myfile.pl">
> <!--#exec cmd="/cgi-bin/myfile.pl">
> 
> The first example, using #include, prints the Perl script to the browser but
> does not execute.

as it should, but leaving the comment tag open made the server such up all
the rest of the commands...

> 
> The last two examples do nothing.  Not even an error.  I guess it is
> treating the command as a comment in HTML.
> 
> AddHandler server-parsed .html
> AddType text/html .html

There are side effects doing this (html) apache will mark all your
pages as non-cachable, search engine spiders often don't like this....


> Ray Yon
> OmegaNet, Inc.