Странная вещь- White Tiger Board работает, захотелось поставить другую борду- в ответ получаю постоянную ругонь:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
Пробую кинуть в /home/httpd/cg-bin файл следующего содержания:
#!/usr/bin/perl
# Alert! The web server is *NOT* processing the script if you can read this line.
print "Content-type: text/html\n\n"; print "Hello world from PERL $]\n";
print "<p>.cgi scripts are mapped to Perl.";
Результат тот-же. Не могу понять что не так, все показывает на то что с перлом что-то не так - но ведь White Tiger Board работает. В журнале ошибок получаю следующую запись: [дата][error][client 192.168.0.2]Premature end of script headers: /home/httpd/cgi-bin/test.cgi [дата][error](2) No such file or directory: exec of /home/httpd/cgi-bin/test.cgi failed
Помогите плиз советом.