다시 한번 [질문] 자세히....

익명 사용자의 이미지

리눅스에 아파치를 이용해 웹을 구축하려고 하는데
자꾸 에러가 나서 이렇게 글을 쓰게 되었습니다
제가 생각되는 문제가
cgi의 문제 같은데 점 봐주세요 물론 소스를 해석해 달라는 이야기는 아니
어요
먼저 cgi로 값을 넘겨 주는 부분입니다
Load CA Certificate


CA-Server 인증서


------값을 넘겨 주
는 부분
Netscape Browser (PEM Format)
Microsoft Browser (DER
Format)





이소스에서 버튼눌러 값을 전달하려고하면
아파치 서버에서
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.localdomain
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.

---------------------------------------------------------------------
-----------

Apache/1.3.22 Server at localhost.localdomain Port 80
이런 말이 나와요 그래서 에러 로그을 보니까
(2)no such file or directoryexec of /usr/local/apache/cgi-
bin/loadCAcert.pl failed
[client 128.1.60.53] premature end of script
headers /usr/local/apache/cgi-bin/loadCAcert.pl
이라고 나와 있는데
cgi-bin폴더에 loadCAcert.pl파일이 있어요
소유권 권한도 맞게 해 주었는데.
어떻게 해야 하지요 그리고 문제가 무엇인지 알려 주세요 제발

익명 사용자의 이미지

잘은 모르겠지만 아파치 설정 파일에서 cgi-bin path 설정하는 부분이나
cgi-bin 에서 실행할 수 있는 파일 타입 설정하는 부분을 손봐야 할거 같은데요.

정말 /usr/local/apache/cgi-bin 이란 디렉토리가 있는지도 다시 한번 확인하시구요.