: 안냐세요.
: ExecCGI 부분을 풀어줬는데두
: cgi파일에 퍼미션 에러가 납니다.
: 이유가 뭐일까요..
: 아시는분의 조언을 바랍니다.
: 이만...
:
:
: httpd.conf 중 일부분 첨부..
:
:
: #
: # ScriptAlias: This controls which directories contain server scripts.
: # ScriptAliases are essentially the same as Aliases, except that
: # documents in the realname directory are treated as applications and
: # run by the server when requested rather than as documents sent to the client.
: # The same rules about trailing "/" apply to ScriptAlias directives as to
: # Alias.
: #
: ScriptAlias /cgi-bin/ "/usr/local/etc/httpd/cgi-bin/"
:
: #
: # "/usr/local/etc/httpd/cgi-bin" should be changed to whatever your ScriptAliased
: # CGI directory exists, if you have that configured.
: #
: Directory "/usr/local/etc/httpd/cgi-bin"
: AllowOverride None
: Options ExecCGI
: Order allow,deny
: Allow from all
: /Directory
:
: --
:
:
:
:
:
: <> 생략했습니다.
: 생략안하니 안보이네요. .ㅠ,ㅠ
:
:
저기 위의 디렉토리부분이요..
Directory "/*"
바꿔주시고요..
어디서 쓸지를 말해야 하니까요.
그리고..밑으로 쭉 내려오다 보면,
AddHandler cgi-script 라고 나온부분에서요
주석 있으면 풀어주고..
AddHandler cgi-script .cgi .pl
이렇게 추가해주세요.
그리고 아파치 재 실행하는거 잊지 마시고요.
되기를 바라며..
문자열 찾는건 알죠.
/하고 찾고 싶은 문자열..쓰는거.
이건 팁..
/cgi
/AddHandler cgi-script
이런식으로요.
: 서명이 뭐죠?--이 곳에 서명을 적어주십시오.
나도 초보~!