Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.系统日志:
K:/bugzilla/bugzilla-3.6.6/index.cgi, referer: http://localhost/
[Sat Sep 17 13:02:08 2011] [error] [client 127.0.0.1] File does not exist: K:/bugzilla/favicon.ico
[Sat Sep 17 13:02:13 2011] [error] [client 127.0.0.1] File does not exist: K:/bugzilla/favicon.ico
[Sat Sep 17 13:02:17 2011] [error] [client 127.0.0.1] (OS 3)系统找不到指定的路径。  : couldn't create child process: 720003: index.cgi, referer: http://localhost/
[Sat Sep 17 13:02:17 2011] [error] [client 127.0.0.1] (OS 3)系统找不到指定的路径。  : couldn't spawn child process: K:/bugzilla/bugzilla-3.6.6/index.cgi, referer: http://localhost/
[Sat Sep 17 13:02:17 2011] [error] [client 127.0.0.1] File does not exist: K:/bugzilla/favicon.ico但是:
http://localhost/bugzilla-3.6.6/1.png是可以访问的,为什么呢?
按照这个http://hi.baidu.com/rangerchen/blog/item/6199d2dc109e11e577c6382c.html做了但是还是报错!

解决方案 »

  1.   


    httpd.conf
    DocumentRoot "K:/bugzilla"
    <Directory "K:/bugzilla">
    以下是文档路径
    K:\bugzilla\bugzilla-3.6.6我也试过这个了
    DocumentRoot "K:/bugzilla/bugzilla-3.6.6"
    <Directory "K:/bugzilla/bugzilla-3.6.6">
    以下是文档路径
    K:\bugzilla\bugzilla-3.6.6
    但是还是不行啊,天啊
      

  2.   

    以上配置会显示
    Index of /bugzilla-3.6.6/
    但是点击这个链接‘bugzilla-3.6.6/’就出错了!
      

  3.   

    http://127.0.0.1/bugzilla-3.6.6/1.png这个可以访问的,1.png是我手动添加的图片