The error log said this:
QUOTE
[Sat Apr 19 04:05:23 2003] [error] [client MYIP] Premature end of script headers: /home/virtual/site1/fst/var/www/cgi-bin/at/admin.cgi
[Sat Apr 19 04:05:58 2003] [error] [client MYIP] Premature end of script headers: /home/virtual/site1/fst/var/www/cgi-bin/at/admin.cgi
[Sat Apr 19 04:06:31 2003] [error] [client MYIP] Premature end of script headers: /home/virtual/site1/fst/var/www/cgi-bin/at/help/help1.cgi
[Sat Apr 19 04:06:36 2003] [error] [client MYIP] Premature end of script headers: /home/virtual/site1/fst/var/www/cgi-bin/at/admin.cgi
[Sat Apr 19 04:06:38 2003] [error] [client MYIP] Premature end of script headers:
This is a quote from the owner of the script
QUOTE
A premature end of script header means that apache never received a http header, and thus couldn't figure out what to send to the browser, and what to keep on the server. The script however, does send this header (otherwise it wouldn't work on any site at all).So it looks like your server redirects cgi files to something else besides apache first.
The script supposedly work on other servers so I think it
is mine that has a wrong configuration somewhere.
Rgs
Jacob