[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] cgi not executing
- Subject: [cobalt-users] cgi not executing
- From: "andre" <viva@xxxxxxxxx>
- Date: Wed Feb 28 10:18:25 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
hi,
also my
<!-- #exec cgi="counter.pl"-->
is not executing
if i call the script via
http://www.domain.com/scripts/counter.pl
its working fine
it also not helps to use:
<!-- #exec cgi="./counter.pl"-->
( file calling the cgi is in the same directory )
and also
<!-- #exec cgi="./counter.cgi"-->
is not working
yes cgi is enabled for this site
yes serversideincludes ar enabled for this side
and yes the script works great on my other servers ( freebsd)
any ideas ?