CGI is down on the server!
First check the Apache error logs.
—————————————————
[Sat Mar 31 21:24:19 2007] [error] [client 65.254.32.50] Premature end of script headers: /home/youngerb/public_html/cgi-bin/at3/admin.cgi
admin.cgi: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[Sat Mar 31 21:24:29 2007] [error] [client 59.95.36.168] Premature end of script headers: /home/youngerb/public_html/cgi-bin/at3/admin.cgi
—————————————————
It seems shared libraries libstdc++.so.5 is missing or courrpted on the server.
Just do this
yum install compat-lib*









