: 밑에다가 해놓고...멀쩡하게 답변글 받아 놓구두..
: 설정을 못해서 헤매는군요...^^;
:
: 상황은 이렇습니다.
: 많은 사람들이 사용하고 있는 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 at 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>
--
파이팅~~~!!