: cgi-bin을 사용하고 싶은데... 어떻게 해야하나요?
:
: httpd.conf에 있는부분중에서 수정해야할 부분이 있나요?
: 일단은 cgi디렉토리부분을 아파치 루트 밑에다 방을 만들어주긴 했는데..
:
: 그다음을 어떻게 해야하는지...
:
: 적수네에서 보니까...
:
: 일단 DocumentRoot 의 Option에
: ExecCGI 가 되어있는지 살펴보시고,
:
: 이렇게 적혀있는데... 어느 부분에다가 붙여줘야 하는지...
vi /usr/local/apache/conf/httpd.conf
ScriptAlias /cgi-bin/ "/*"
#
# "/usr/local/apache/cgi-bin" should be changed to whatever your ScriptAlias
ed
# CGI directory exists, if you have that configured.
#
<Directory "/*">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
이렇게 수정 해주시구 apache를 restart해주세여--슝~~슝.