码迷,mamicode.com
首页 > 其他好文 > 详细

xamppV3.2.1 Object not found! 错误分析

时间:2015-08-09 07:18:57      阅读:673      评论:0      收藏:0      [点我收藏+]

标签:xampp negotiation object found

Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
kpi.xxxxxxx.com
Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4
OS: WinXP
xampp: V3.2.1
Apache:2.4.2
PHP: 5.4.4
CI:3.0

在Liux运行正常的代码,在这个环境里面出现了上面的错误提示,很是郁闷,网上找了很多资料没有解决办法。

于是看错误日志:[Sat Aug 08 21:54:01.265625 2015] [negotiation:error] [pid 6696:tid 284] [client 127.0.0.1:3371] AH00687: Negotiation: discovered file(s) matching request: E:/www/kpi.xxxxx.com/kpi (None could be negotiated)., referer: http://kpi.xxxxx.com/skpi/index/gf  


郁闷的是 ..../kpi/.... 运行不正常,改成..../skpi/.... 就能正常运行了。



查阅资料发现mod_negotiation 是设置代理服务器Cache的模块,问题就出现在这里。


解决方式就是注释掉这个模块:LoadModule negotiation_module modules/mod_negotiation.so

重启apache故障解决!!!


本文出自 “孤独剑” 博客,请务必保留此出处http://kekekids.blog.51cto.com/30520/1682984

xamppV3.2.1 Object not found! 错误分析

标签:xampp negotiation object found

原文地址:http://kekekids.blog.51cto.com/30520/1682984

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!