우선, 제 httpd.conf의 cgi설정에 관련된 부분은..
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
AllowOverride None
Options None
Order allow,deny
Allow from all
AddHandler cgi-script .cgi
이고, cgi를 사용하려고...
일단 1.cgi를 /usr/local/apache/cgi-bin/에다가 두고..
http://localhost/cgi-bin/1.cgi
라고 했습니다.
그런데 cgi가 실행이 안되고..
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root at kyongju.hs.kr 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.
라고 에러 메세지가 나옵니다..
어떻게 해야 할까요?
그럼 답변 부탁드립니다..--야호..!!