>> Edit article
이름
제목
패스워드
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
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved