모 업체의 서버에 httpd.conf파일을 잠시 훔쳐(?)왔습니다..
호스트업체에서는 어떻게 세팅을해놨는지 궁금해서여...^^
근데... 찬찬히 분석하는중
#
# 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.
#
BrowserMatch "WebZIP" go_out
BrowserMatch "Teleport" go_out
BrowserMatch "GetRight" go_out
<Directory />
Options Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Deny from env=go_out
</Directory>
와 같은 내용이 있더라구여...
브라우져 매치라니... 머져?
go_out은 또 뭔지...
위의 설정은 어떤 목적(?)으로 설정을
해놓은건지 궁금할따름임다...
글구 <directory />안에 Deny from env=go_out은
무얼 의미(?)하는지요...
답변 부탁합니다...
그럼...휘리릭~~@!@#!