: Directory
: ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" --> 서버계정의 CGI져?
: ScriptAlias /cgi-bin/ "/home/*/cgi-bin/" ->개인계정용은 삭제...
: Directory "/home/httpd/cgi-bin"
: AllowOverride All
: Options ExecCGI
: Order allow,deny
: Allow from all
: Directory
:
----------------------------------------->>>
: Directory "/home/*/cgi-bin"
: AllowOverride All
: Options All
: Order allow,deny
: Allow from all
: Directory
<<<----------------이거를-----------------------
::::< Directory /home/*/public_html/cgi-bin>
:::: Options +ExecCGI <- 혹시나.... +빼고 해보세여..
:::: SetHandler cgi-script
::::< /Directory >
요렇게 바꾸면..될껀데여..
님께서 주신 옵션 하나 하나 빼가면서...테스트 해봤는데..
안되더군요...저도 초보인지라..
어디서 읽어보니 cgi-bin 디렉은 보안상 html 과 별도로 분리하여
구성한다고 하더군여/..
-. public 아래가 아닌 별도로 구성...
::::<directory /home/bbb/UEC/cgi-bin>
:::: Options +ExecCGI
:::: SetHandler cgi-script
::::</ directory>
거참 ...이 게시판도 만득이버그가 있네여..
htmlspecialchars() 쓰셨을껀데...
다시 수정하여 올립니다..
--
@~@