zoukankan      html  css  js  c++  java
  • wampserver 服务器报500错误,侦察小结

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, admin@localhost 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. 

    报错内容是通遍的,我看网上别人说,要修改D:wampinapacheApache2.2.11confhttpd.conf , 把里面的这一行#LoadModule rewrite_module modules/mod_rewrite.so,前面的#号去掉,重启服务器就可以了。 but,我试过后,发现并没有什么用,经过一段时间的测试和查看错误日志后,百度得知:

    错误日志:configuration error:  couldn't perform authentication. AuthType not set!: /

    经过检查发现在apache配置文件http.conf中有以下配置:

    <Directory />
    	Require all granted
    </Directory>
    删除其中的Require all granted,重启apache,问题解决。

    不知道这500,还会报出什么错误,到时遇到再补充。
  • 相关阅读:
    npm 一些常用的命令
    Angular Encapsulation
    隐藏scrollbar
    Vue生命周期详解(1)- 单个组件
    如何自己制作iconfont
    day07-2018-10--25 深浅拷贝
    day06-2018-10--24 小数据池和编码
    day05-2018-10--23 字典
    day04-2018-10--22python基础
    day03-2018-10-19-python基础
  • 原文地址:https://www.cnblogs.com/everythingcw/p/9758432.html
Copyright © 2011-2022 走看看