: 사용자 계정으로 cgi-bin 디렉토리를 사용 하고 싶습니다. : 그래서 제가 httpd.conf를 수정해봤는데 왜안돼는지 모르겠습니다.. : ScriptAlias /cgi-bin/ "/home/*/public_html/cgi-bin/" : : <Directory "/home/*/public_html/cgi-bin"> : AllowOverride None : Options None : Order allow,deny : Allow from all : </Directory> : : 누가 좀 방법좀 알려주세요...?? Options None이면 아무것도 안되게 하라는 건데요.. Options ExecCGI 하셔야죠... 그럼 행운이 있길빕니다.