펄매니아 P&S게시판에 가시면 제가 올린 답이 있습니다.
(내용이 똑같으니 같은 분이신가 봅니다.)
글구 그 펄스크립트 소스를 봤으면 합니다.
그래야 에러를 찾죠.
: 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--cgi-scripter.