码迷,mamicode.com
首页 >  
搜索关键字:error_log    ( 1036个结果
eclipse报错 com/genuitec/eclipse/j2eedt/core/J2EEProjectUtil 转
今天eclipse突然报了com/genuitec/eclipse/j2eedt/core/J2EEProjectUtil 错误,并且工程文件打不开了,在网上找了一下资料,然后按照方法操作了一遍,好了,解决方法如下:错误提示信息:An error has occurred.See error log...
分类:系统相关   时间:2015-01-09 17:16:08    阅读次数:219
我眼中的nginx
#定义Nginx运行的用户用户组userwwwwww;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[debug|info|notice|warn|error|crit]error_log/var/log/nginx/error.loginfo;#进程文件pid/var/run/nginx.pid;#一个nginx进程打开的最多文件描述符..
分类:其他好文   时间:2015-01-09 10:54:55    阅读次数:121
nginx 配置文件备份
#运行NGINX所使用的用户和组user www www;#NGINX进程数,建议按照CPU数目来定,一般按照它的倍数,每个进程消耗约10M内存worker_processes 4;#日志信息error_log /usr/local/nginx/logs/error.log;pid /usr/loc...
分类:其他好文   时间:2015-01-08 11:06:39    阅读次数:160
centos 安装phpmyadmin报500错误
在安装phpmyadmin后,打开www.phpmyadmin.com报500错误1:检查apache日志[root@gwbtest~]#tail/etc/httpd/logs/error_log[WedJan0717:47:122015][error][client192.168.3.2]PHPFatalerror:Calltoundefinedfunctionmb_detect_encoding()in/var/www/phpmyadmin/libraries/php-get..
分类:Web程序   时间:2015-01-07 19:02:45    阅读次数:307
nginx
#user nobody;worker_processes 1;error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;pid logs/nginx.pid;events ...
分类:其他好文   时间:2015-01-06 21:26:29    阅读次数:198
nginx配置之tomcat支持多域名
nginx.confuser www www;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pi...
分类:其他好文   时间:2015-01-05 23:21:18    阅读次数:207
Error occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'.
<Description Resource Path Location TypeError occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'. See Error Log for...
分类:编程语言   时间:2015-01-05 10:44:09    阅读次数:814
nginx proxy超时报错 upstream timed out (110: Connec...
环境介绍服务器:centos6.4服务:nginx proxy问题描述:然后查找/opt/usr/nginx/1.4.0/logs 错误 error.log日志提示如下2015/01/04 15:44:13 [error] 10112#0: *994662 upstream timed out (1...
分类:其他好文   时间:2015-01-04 18:53:40    阅读次数:202
APACHE启动失败是SYSTEM对apache目录没权限导致
表现如下:Apache:1、The Apache service named reported the following error:>>> (OS 5)拒绝访问。 : httpd.exe: could not open error log fileD:/xxxx/Apache/logs/erro...
分类:Web程序   时间:2015-01-04 15:11:07    阅读次数:255
php的error_log()记录日志
1 ';7 8 ?>View Code如上面代码:error_log(message,type,路径,headers)第一个参数 message 为我们要保存的信息--只有这个参数是必须的第二个参数 为类型:(这个参数不是必须的,默认为0,常用的为1-发邮件和3-保存到文件)0 - 默认。根据在 p...
分类:Web程序   时间:2014-12-30 13:19:20    阅读次数:198
1036条   上一页 1 ... 89 90 91 92 93 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!