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

[cobalt-users] cgi not executing



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 ?