the CGI program /export/home1/netscape/suitespot/cgi-bin/counter.pl did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)
The header problem is often caused by wrong script output. A correct header would be something like: "Content-type:text/plain\n\n" or if your counter is based on images "Content-type: image/<whatever>\n\n".
The newlines are mandatory.
If you can not fix the problem that way, call your cgi-script and do a `tail -f ` on your htttpd.error_log.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.