안녕하세요.
리눅스 초보입니다.
WOW 리눅스 7.0을 설치한 후,
게시판 CGI를 다운받아서 컴파일한 후
생긴 CGI 바이너리 파일을 /var/www/cgi-bin에 복사한 후,
퍼미션을 아무나 실행할 수 있게 풀어주고,
소유자도 nobody로 지정했습니다.
그런데 인터넷 익스플로러에서 접속하면 아래와 같은 에러가 나네요.
-----------
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. -----------
그래서 /var/log/httpd에 있는 error_log를 보니깐 아래와 같은 로그가 올라와있습니다.
-----------
[Thu Dec 27 11:11:14 2001] [error] [client xxx.xxx.xxx.xxx] Premature end of
script headers: /var/www/cgi-bin/jitterbug
-----------
다른 CGI 파일들은 잘 되는데, 이 파일만 에러가 나는군요.
어디를 고쳐야 하나요?
소스에는 우선 문제가 없다고 생각을 하고 있습니다.
빠른 조언 부탁드립니다.~