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

Re: [cobalt-users] cgi not executing



On Wed, 28 Feb 2001, andre wrote:

> hi,
> 
> also my 
> 
> <!-- #exec cgi="counter.pl"-->

-----^
You can not have a space between -- and #

Also it is recommended that you *do* have a space before the closing -->

Also, consider using <!--#include virtual="URL TO COUNTER" -->

It's somewhat safer and easier to manage as it works in url space instead
of filesystem space (note that it is subject to mime types)

gsh