: apache 1.3.11 과 active perl 6.18을 win95에 깔았거든요
: 그런데 안되요..... 흑흑....
: cgi 디렉토리 설정을 다음과 같이 하면 될지 알았는데
:
: http://myIP/cgi-bin
: http://myIP/~userid/cgi-bin 이렇게 IE에서 실행시키면
: 다음과 같은 error가 계속 뜹니다.
:
: Forbidden
: You don't have permission to access /~ddombb/cgi-bin/ on this server.
:
: cgi-bin 디렉토리에 .cgi와 .pl 파일을 하나씩 넣어놨구요...
: DOS 창에서 perl xxx.pl이라고 치면 잘 실행되거든요...
: 고수님들 도와주세요.....
:
: ........................
:
: ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache/cgi-bin/"
: ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache/users/*/cgi-bin/"
:
: #
: # "C:/Apache/cgi-bin" should be changed to whatever your ScriptAliased
: # CGI directory exists, if you have that configured.
: #
: <Directory "C:/Program Files/Apache Group/Apache/cgi-bin">
: AllowOverride None
: Options ExecCGI
: </Directory>
:
: <Directory "C:/Program Files/Apache Group/Apache/users/*/cgi-bin">
: AllowOverride None
: Options ExecCGI
: </Directory>
:
: ......................
:
: #
: # To use CGI scripts:
: #
: AddHandler cgi-script .cgi .bat .pl
저는 Windows에서 해 본적이 없습니다.
다만 에러 메세지로 보건데 ddombb라는 계정에서 CGI를 굴리시려면
그 UserDir(public_html 등의 폴더)에 대해 httpd.conf에서 실행옵션을
줘야 할 것으로 보입니다. 님이 그 설정을 빼 놓으신 것 같군요.
무슨 책 혹은 문서를 참고하시는 지 모르겠지만 찬찬히 읽어 보시
고 해 나가신다면 큰 어려움 없이 성과 있으리라 믿으며 이만 줄
입니다.--부산에서 델타 씁니다.