안녕하세요?
저의 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, 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.12 Server at toyyoung.dynip.com Port 80
여러가지로 질답란을 헤메고 환경설정 화일을 수정해가며 작업한 바
아직 해결책을 찿질 못하고 있는 데...
조언 부탁합니다.--즐거운 하루 되시고요...