问题一:
说明http服务器没有问题 ,
找到文件所在的位置 rm -rf /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html 删掉即可。
问题二:
1、 通过apachectl -t 检测配置文件也没有问题
2、查看.conf 文件的 Allow fr...
分类:
数据库 时间:
2015-05-11 22:03:21
阅读次数:
199
wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz安装: 66 tar -zxvf libmcrypt-2.5.7.tar.gz 67 cd libmcrypt-2.5.7 68 m...
分类:
Web程序 时间:
2015-05-11 21:39:08
阅读次数:
135
今天把应用部署到手机上时,出现了这样的问题 Exception from HRESULT: 0x80073CFD 具体错误是:Error Error : DEP0001 : Unexpected Error: A Prerequisitefor an install could not be ...
分类:
移动开发 时间:
2015-05-11 21:31:21
阅读次数:
178
./bin/mysqld: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or dire可以看出缺少库文件 libstdc++.so.5。到官方下载...
分类:
数据库 时间:
2015-05-11 21:25:14
阅读次数:
338
探究原因基本上这种事情一定可以在Apple文档中找到,看NSLog的文档,第一句话就说:Logs an error message to the Apple System Log facility.,所以首先,NSLog就不是设计作为普通的debug log的,而是error log;其次,NSLo...
分类:
其他好文 时间:
2015-05-11 19:50:44
阅读次数:
332
015-5-11 16:44:49 com.opensymphony.xwork2.util.logging.commons.CommonsLogger fatal
严重: ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
Looks like the Spring listener was not ...
分类:
其他好文 时间:
2015-05-11 18:02:33
阅读次数:
125
在学习django web开发指南时,发布新博客点击save后会有error提示:no such table balabalabala...百度了一下说重新运行manage.py syncdb 就可以,我试了还是报错,然后仔细看了下提示信息,发现是版本问题,并且他也给出了解决方法:运行'manage...
分类:
Web程序 时间:
2015-05-11 17:47:37
阅读次数:
142
解决方法 :属性--配置属性-c/c++-预处理器 添加_XKEYCHECK_H
分类:
编程语言 时间:
2015-05-11 17:46:19
阅读次数:
237
http://www.2cto.com/database/201211/169504.htmlERROR 1130 (HY000):Host'localhost'解决方法ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to...
分类:
其他好文 时间:
2015-05-11 17:19:47
阅读次数:
140
uploadify上传后端加了用户登陆验证后某些浏览器会出现 http error 302...
分类:
Web程序 时间:
2015-05-11 14:48:20
阅读次数:
134