아파치 실행시 cgi 파일에서 이미지 파일이 않나오거든요.
물론 addhandler부분에 주석을 풀었는데도 그러네요.
제가 계정을 만들어서 cgi실행허가를 줬는데 제가 만든계정은
cgi를 불렀을때 이미지도 같이 나오거든요. 정말답답..
소스를 여기 올릴게요.
DocumentRoot "/home/board"(여기가 제홈경로입니다.이미지가 않나옵니다.)
Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory /home/board>
Options ExecCGI Indexes
AllowOverride None
</Directory>
이렇게 해주었는데 이미지가 않나오네요.
제가만든계정은 브라우저에서 불러보면 이미지 가 정확히 나옵니다.