안녕하세요.
김효원이라고 합니다.
Internal Server Error가 나는 이유는
대부분의 경우에는
cgi프로그램의 문제가 아닐까 합니다.
web log를 봐야겠지만,
만약에 premature 어쩌구 저쩌구
그렇게 나온다면,
cgi 프로그램이
header인 Content-Type:text/html
이걸 출력하기 전에 다른게 출력되어서 그렇습니다.
예를 들어서
Segmentation Fault가 났다던가.
헤더가 출력되기 전에
File Open Error같은 메세지가 출력되어 버렸다던가,
그런거겠죠...
도움이 될래나 모르겠습니다.
:
: 안녕하세요?
:
: 저의 httpd.conf 내용입니다.
:
: #
: # ScriptAlias: This controls which directories contain server scripts.
: # ScriptAliases are essentially the same as Aliases, except that
: # documents in the realname directory are treated as applications and
: # run by the server when requested rather than as documents sent to the client.
: # The same rules about trailing "/" apply to ScriptAlias directives as to
: # Alias.
: #
: ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
:
: #
: # "/home/httpd/cgi-bin" should be changed to whatever your ScriptAliased
: # CGI directory exists, if you have that configured.
: #
: <Directory "/home/httpd/cgi-bin">
: AllowOverride None
: Options ExecCGI
: Order allow,deny
: Allow from all
: </Directory>
:
: cgi 실행시의 error message.....
:
: Internal Server Error
: The server encountered an internal error or misconfiguration and was unable to complete your request.
: Please contact the server administrator, sekwang at toyyoung.dynip.com and inform them of the time the error occurred, an
: d 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.12 Server at toyyoung.dynip.com Port 80
:
: 여러가지로 질답란을 헤메고 환경설정 화일을 수정해가며 작업한 바
: 아직 해결책을 찿질 못하고 있는 데...
:
: 조언 부탁합니다.
:
: --
: 즐거운 하루 되시고요...