作者:高防服务器 时间:2019-03-19 15:28
1、有客户遇到一个问题HTTP500内部服务器错误,我的解决思路是先恢复父项,不行再添加权限,这两步做完还是报错,我又查看了安全软件的日志和隔离文件但是也没有发现被隔离的文件。网站还是500报错,我又检查了数据库的配置文件没有问题,数据库所在的服务器正常运行。陷入了思考中,看了以前的备份也是正常的没有少文件。
2、最后问题在于我恢复父项的时候web.config这个文件里的数据是:<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.php" />
<add value="index.asp" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="Default.aspx" />
<add value="index.aspx" />
<add value="default.php" />
<add value="index.html" />
<add value="index.htm" />
</files>
3、正常的web.config里面的数据应该是:<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.php" />
<add value="index.asp" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="Default.aspx" />
<add value="index.aspx" />
<add value="default.php" />
<add value="index.html" />
<add value="index.htm" />
</files>
</defaultDocument>
<handlers>
<remove name="PHP-7.0-7i24.com" />
<remove name="PHP-5.6-7i24.com" />
<remove name="PHP-5.5-7i24.com" />
<remove name="PHP-5.4-7i24.com" />
<remove name="PHP-5.3-7i24.com" />
<remove name="PHP-5.2-7i24.com" />
<add name="PHP-5.2-7i24.com" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="c:php5.2php-cgi.exe" resourceType="Either" />
</handlers>
<httpErrors errorMode="Detailed" />
</system.webServer>
</configuration>
4、注意检查500错误,其实不是权限问题就是web.config这个文件有问题。
这是一个PHP开发的网站程序。
傲翔云无忧服务
独服自助管理系统
1对1在线服务
3分钟急速响应