안녕하세요...
꾸벅..
질문이 있는데 아파치서버 설정에 관한 것입니다..
제가 cgi 소스를 이용할려고 하는데 cgi가 gif경로를 찾지 못하네요.
html경로는 찾는데 이상하게 이미지는 찾지 못합니다.
물론 퍼미션도 맞고요..
아마 아파치서버에서 이미지 경로를 다른데서 찾게 설정된거 같은데
어떻게 해야할지 모르겠습니다...
가르쳐주십시요...
설정은 이렇게 되어있습니다.
<VirtualHost 211.39.130.155>
ServerName www.biznetkorea.co.kr
ServerAlias biznetkorea.co.kr
ServerAdmin webmaster at biznetkorea.co.kr
DocumentRoot /home/biznetkorea
<Directory /home/biznetkorea>
Options Indexes FollowSymLinks
Options Includes
AllowOverride None
order allow,deny
allow from all
AddType text/html .shtml
AddType text/html .html
AddHandler server-parsed .shtml
</Directory>
ScriptAlias /cgi-bin/ /home/biznetkorea/cgi-bin/
ScriptAlias /cgi-bin/ /home/e-ii/public_html/cgi-bin/
# ErrorLog /users/basic/ktour/logs/error_log
# TransferLog /users/basic/ktour/logs/access_log
</VirtualHost>