안녕하세요
또 이렇게 신세를 집니다..
제가 cgi 작동을 하게 하려고 하는데 잘 않되네요..
이단 저는 httpd.conf 파일을 편집을 했습니다..
그다음에는
DocumentRoot "/usr/local/apache/htdocs"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory /usr/local/apache/htdocs/cgi-bin>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
이렇게 했습니다..
그런데 아파치가 아예 구동이 되질 않더군요..
저는 cgi 를 /usr/local/apache/cgi-bin 드렉토리에서만
작동이 되게 하고 싶은데...
어떻게 해야 하나요...