# vi /usr/local/apache/conf/httpd.conf
<Directory "/usr/local/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny <-- allow 로 되어 있는지 확인
Allow from all <-- allow 로 되어 있는지 확인
</Directory>
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
(주석해제) AddHandler cgi-script .cgi
'기술자료 > 기술운영자료' 카테고리의 다른 글
Microsoft iSCSI Software Initiator (0) | 2016.03.20 |
---|---|
IIS PassivePort Range 할당 (0) | 2016.03.20 |
불법 소프트웨어 단속 및 소프트웨어 취합 관리 가능 프로그램 (0) | 2016.03.20 |
CP 방식의 Three Hand Shaking 방식 (0) | 2016.03.20 |
[CentOS]한글에러 수정 (0) | 2016.03.20 |