apache的vhost设置:
<VirtualHost *:8080>
DocumentRoot "/home/www/htdocs"
<Directory "/home/www/htdocs">
Options Indexes FollowSymLinks
AllowOverride FileInfo Limit Options Indexes
order allow,deny
Allow from all
</Directory>
</VirtualHost>
在访问frames.html时,左边栏出现cannot be displayed的错误提示
此时,apache的error_log内容是:
[Sat Jan 13 18:05:04 2007] [notice] caught SIGTERM, shutting down
[Sat Jan 13 18:05:28 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Sat Jan 13 18:05:28 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 13 18:05:28 2007] [notice] Digest: done
[Sat Jan 13 18:05:29 2007] [notice] Apache configured -- resuming normal operations
[Sat Jan 13 18:05:30 2007] [notice] caught SIGTERM, shutting down
[Sat Jan 13 18:05:30 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Sat Jan 13 18:05:30 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 13 18:05:30 2007] [notice] Digest: done
[Sat Jan 13 18:05:30 2007] [notice] Apache configured -- resuming normal operations
[Sat Jan 13 18:05:33 2007] [error] [client 222.28.170.201] File does not exist: /home/www/htdocs/favicon.ico
[Sat Jan 13 18:05:33 2007] [error] [client 222.28.170.201] File does not exist: /home/www/htdocs/favicon.ico
【 在 atppp (Big Mouse) 的大作中提到: 】
: 不可能没错误信息,除非你把error log关掉了。
: 你可以当附件把文件传上来
--
FROM 220.113.4.*