oops.org에 있는 팁과 여기 올라온 팁을 합해보면...
/etc/httpd/conf/httpd.conf 파일을 편집합니다.
LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" combined
LogFormat "%h %l %u %t "%r" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
부분 다음에;
SetEnvIf Request_URI .ida CodeRedII
SetEnvIf Referer .ida CodeRedII
추가.
CustomLog /var/log/httpd/access_log combined
줄에 추가해서;
CustomLog /var/log/httpd/access_log combined env=!CodeRedII
로 만들고.
#
# Redirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Format: Redirect old-URI new-URL
#
다음에;
Redirect /default.ida http://www.microsoft.com/ 추가...
그리고,
touch /var/www/html/default.ida
음... 고수들의 조언부탁드립니다.--ICQ#: 103231199