<form action="./cgi-bin/a.out" method=get>
        <input type="submit" value="확인">
        <input type="reset" value="취소">
</form>

c로 컴파일한 파일을 ez M-01에서 goahead웹서버를 통해 실행시킬려고 하는데..

위의 방식으로 html파일을 만들어서 확인을 누르면

     Access Error: Data follows
     CGI process file does not exist

다음같이 에러가 나오길래 직접 파일 명을 http://xxx/cgi-bin/a.out 으로 입력해도 에러가 나오네요..

      Execution of cgi process failed

고질라에서 실행을 시키면 파일이 다운로드가 되버리네요...