码迷,mamicode.com
首页 >  
搜索关键字:nginx错误    ( 109个结果
Nginx 错误日志配置
语法:error_log file level ; # error_log 是关键字,file 是保存错误日志的文件路径,level 是错误日志级别 位置:错误日志可以配置在 Main 区块,也可以配置在虚拟主机配置文件中 日志级别:debug | info | notice | warn | er ...
分类:其他好文   时间:2017-05-25 19:05:55    阅读次数:187
Logstash整合zabbix 过滤Nginx 错误日志并进行报警
通过logstash过滤nginx-error日志,筛选日志中比较严重报错,并进行报警。由于网络上很多帖子都是要么写了怎么筛选报错,要么就只翻译了logstash-zabbix-output插件的使用说明,并没有一个完整的配置,整个项目做完,整理出来供大家阅读。【软件版本】zabbix版本:2.4.8logstas..
分类:其他好文   时间:2017-05-17 15:15:22    阅读次数:3241
Nginx错误日志整理
Nginx错误日志说明 错误日志类型 类型1: upstream timed out 类型2: connect() failed 类型3: no live upstreams 类型4: upstream prematurely closed connection 类型5: 104: Connecti ...
分类:其他好文   时间:2017-04-27 23:17:14    阅读次数:515
lnmp 环境require(): open_basedir restriction in effect 错误
最近配置开发用的lnmp环境,环境配置完成后,爆500错误,查看nginx错误日志 open_basedir 将 PHP 所能打开的文件限制在指定的目录树,包括文件本身 错误日志显示,访问脚本不在 open_basedir的限定目录里面,配置open_basedir 一般会在php.ini 或 ng ...
分类:其他好文   时间:2017-04-19 12:46:41    阅读次数:323
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
错误提示: ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel与openssl-devel解决问题 yum -y install pcre-devel openssl openssl- ...
分类:Web程序   时间:2017-04-17 12:38:04    阅读次数:159
Nginx 错误日志配置
错误日志可以在 nginx.conf 的全局配置(也就是main区块)中添加,也可以在不同虚拟主机配置文件中的全局配置中单独添加 语法:error_log file level; // error_log 是固定的关键字,file 是错误日志的存放路径,level 是日志等级 配置实例: ...
分类:其他好文   时间:2017-04-15 20:10:35    阅读次数:253
php上传导入文件 nginx-502错误
4. php程序执行时间过长而超时,检查nginx和fastcgi中各种timeout设置。(nginx 中的 fastcgi_connect_timeout 300;fastcgi_send_timeout 300 :fastcgi_read_timeout300; keepalive_timeo ...
分类:Web程序   时间:2017-04-14 20:29:04    阅读次数:282
Nginx 500错误总结
Nginx 500错误总结 500(服务器内部错误) 服务器遇到错误,无法完成请求。 501(尚未实施) 服务器不具备完成请求的功能。例如,当服务器无法识别请求方法时,服务器可能会返回此代码。 502(错误网关) 服务器作为网关或代理,从上游服务器收到了无效的响应。 503(服务不可用) 目前无法使 ...
分类:其他好文   时间:2017-03-22 17:54:40    阅读次数:215
nginx FastCGI错误Primary script unknown解决办法
有时候nginx错误日志里面显示这个报错,很烦。2017/03/1610:57:36[error]1751#0:*167548FastCGIsentinstderr:"Primaryscriptunknown"whilereadingresponseheaderfromupstream,client:183.82.0.15,server:www.crowncredit.cn,request:"GET/phpMyAdmin/scripts/setup.phpHTTP/1.1..
分类:其他好文   时间:2017-03-16 22:36:59    阅读次数:218
nginx日志配置,以及日志轮询
一、为nginx配置错误日志 Nginx错误日志是调试nginx的重要手段,属于核心功能模块的参数(ngx_core_module)该参数名字为err_log,是放在Main区块中全局配置 err_log的语法格式以及参数语法说明如下 err_log file level(级别) 关键字 日志文件 ...
分类:其他好文   时间:2017-03-04 18:43:08    阅读次数:257
109条   上一页 1 ... 3 4 5 6 7 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!