>> Edit article
이름
제목
패스워드
: : 밑에다가 해놓고...멀쩡하게 답변글 받아 놓구두.. : : 설정을 못해서 헤매는군요...^^; : : : : 상황은 이렇습니다. : : 많은 사람들이 사용하고 있는 crazywwwboardle.cgi를 사용하려고 합니다. : : 물론 게시판이야 만들줄은 알고는 있지만... : : 관리하기두 쩜....도메인 3개를 버추어 호스팅으로 관리하고 있어서리.. : : 도메인 가지구 있는넘이...crazywwwboard를 쓰고 싶다네요... : : : : 근데...실행이 안되는것이 문제죠.. : : : : httpd.conf에서 : : AddHandler script-cgi cgi 로하구.. : : ScriptAlias부분은 모두 주석처리했습니다... : : : : 그리고 나서 <VirtualHost domain1> 탭에서 : : AddHandler script-cgi cgi : : ScriptAlias 어쩌구저쩌구... : : <Directroy 어쩌구> : : 저쩌구 하다가.. : : Options에서 ExecCGI : : 또 저쩌구.. : : </Directory> : : 이런식이죠... : : 물론 퍼미션은 755로두 777로도 다해봤구염...--; : : : : 근데..안돼네요.... : : : : 고수님덜... ScriptAlias부분 설정까정 쩜...부탁드립니다... : : : : 버젼은..alzza 6.1 : : 아파치는..apache1.3.14 : : 이렇게 설정을 해보세요 : 퍼추얼 호스트부분... : NameVirtualHost xxx.xxx.xxx.xxx #IP Address : <VirtualHost xxx.xxx.xxx.xxx> : ServerAdmin webmaster@xxx.co.kr : DocumentRoot /home1/hosting/xxx.co.kr/htdocs : ServerName www.xxx.co.kr : ServerAlias *.xxx.co.kr xxx.co.kr : ScriptAlias /cgi-bin /home1/hosting/xxx.co.kr/htdocs/cgi-bin : ErrorLog logs/xxx.co.kr-error_log : CustomLog logs/xxx.co.kr-access_log common : </VirtualHost> : : -- : 파이팅~~~!! 제가 알기로 NameVirtualHost는 하나의 서버로 여러개의 ip 주소 2개를 사용하거나 다른 이름으로 다른 디렉토리에 접근하게 하기 위해 사용하는 것으로 압니다. 님께서 cgi를 실행하고 싶으시면, 일단 AddHandler부분을 주석처리 해주시고요, ScriptAlias에 cgi를 실행할 디렉토리를 설정해 주시고, Directory부분에서 그 디렉토리에 ExecCGI옵션을 주세요.. (Example) ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/" <Directory "/usr/local/apache/cgi-bin"> AllowOverride None Options ExecCGI </Directory>--그럼..
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved