>> Edit article
이름
제목
패스워드
홈디렉토리의 cgi가 실행 안된다는 뜻이지여? 원래 그런거구여 홈디렉토리에서 cgi실행 시키고 싶다면 아래의 설정을 홈디렉토리쪽에 복사해 넣으세여 단 보안은 아주 나빠집니다. 해결 방법은 http://apache.kr.net/apache_faq.html#kcgi : ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" : <Directory "/usr/local/www/cgi-bin"> : AllowOverride All : Options ExecCGI : Order allow,deny : Allow from all : </Directory> : : : 아파치 서버를 실행하고 나서 : http://ip/cgi-bin/test.cgi : 잘됩니다... : : 그런데 : http://ip/~demold/cgi-bin/test.cgi : 하면 에러가 뜹니다.. : Forbidden : You don't have permission to access /~demold/test.cgi on this server. : 어케 된 일이지요 ... : : 설정파일도 올립니다..--^^
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved