码迷,mamicode.com
首页 > Web开发 > 详细

html文件可以获取数据,但返回码500

时间:2018-09-13 18:35:15      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:follow   修改   app   配置   tin   检查   pre   isp   override   

Apache网站,php访问正常,返回码正常,html文件可以获取数据,但返回码500

问题环境:Apache(2.4.10),php4网站目录下有.php以及.html

解决思路:
1.重启服务
2.访问其他html文件
3.仔细检查配置文件(如需修改配置文件,先备份!先备份!先备份!)
4.若修改无果,根据报错日志定位具体问题
5.若报错日志无意义,修改网站根目录,写入测试页面
6.修改前后配置文件对比如下:
[root@web etc]# diff httpd.conf httpd.con
< #Options Indexes FollowSymLinks

Options Indexes FollowSymLinks

< Options Indexes FollowSymLinks ExecCGI Includes
Options FollowSymLinks ExecCGI Includes

< DirectoryIndex index.html index.html.var index.php index.php3 index.php4 index.php5
DirectoryIndex index.html index.html.var index.php index.php3 index.php4
< AllowOverride None
AllowOverride all
<
AddType application/x-httpd-php .html .htm .php .phtml
AddType application/x-httpd-php .html .htm .php .phtml
< #ErrorDocument 404 /missing.html
< php_flag display_errors on
ErrorDocument 404 /missing.html
php_flag display_errors off
< php_value display_errors on
< php_value error_reporting 4
ServerSignature Off

html文件可以获取数据,但返回码500

标签:follow   修改   app   配置   tin   检查   pre   isp   override   

原文地址:http://blog.51cto.com/13873619/2174862

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