看著鳥哥的網站
[root@linux ~]# tail /var/log/httpd/error_log
[Mon Nov 06 00:38:42 2006] [notice] Apache/2.0.52 (CentOS) configured
-- resuming normal operations
這是鳥哥版本的
[root@localhost ~]# tail /var/log/httpd/error_log
[Sun Jul 11 05:02:16 2010] [error] [client 127.0.0.1]
File does not exist: /var/www/html/favicon.ico
[Sun Jul 11 05:02:20 2010] [error] [client 127.0.0.1]
File does not exist: /var/www/html/favicon.ico
[Sun Jul 11 05:02:24 2010] [error] [client 127.0.0.1]
Directory index forbidden by Options directive: /var/www/html/
[Sun Jul 11 05:06:10 2010] [notice] caught SIGTERM, shutting down
[Sun Jul 11 05:48:35 2010] [notice]
SELinux policy enabled; httpd running as context root:system_r:httpd_t:s0
[Sun Jul 11 05:48:35 2010] [notice]
suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Jul 11 05:48:35 2010] [notice]
Digest: generating secret for digest authentication ...
[Sun Jul 11 05:48:35 2010] [notice] Digest: done
[Sun Jul 11 05:48:35 2010] [notice]
Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Sun Jul 11 05:48:48 2010] [error] [client 127.0.0.1]
Directory index forbidden by Options directive: /var/www/html/
這是我的版本的
請問一下有誰知道我的問題是在哪嗎
為何比鳥哥多這麼多出來
但我目前的Apach跟PHP都可以用哩
是不是雖然可以用但其實有部分的功能我尚未開啟
--
All Comments