httpd.conf 화일을 수정하셔야 합니다.
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/
라고 되어 있는것을
Alias /cgi-bin/ /usr/local/apache/cgi-bin/
라고 고쳐 주세요.
앞에 ScriptAlias 라는 별칭을 사용한다면
그 디렉토리 밑에 있는
이미지나 html 화일을
읽지 못하게 됩니다.
권한이 없다고 나오죠.
: 아주 갓 나온 초보입니다
:
: 아피치 서버에서 cgi-bin밑에 있는 html파일을 볼려고 했더니
: Internal Server Error
:
: The server encountered an internal error or misconfiguration and was unable to complete your request.
:
: Please contact the server administrator, cho0722 at edunet4u.net and inform them of the time the error occurred, and anyt
: hing you might have done that may have caused the error.
: More information about this error may be available in the server error log.
: 이라고 나옵니다
: html파일을 볼수 없다고 해서 그런데 httpd.conf를 어떻게 고쳐야 하나요?