码迷,mamicode.com
首页 >  
搜索关键字:error_log    ( 1036个结果
NGINX常用模块(二)
5.Nginx日志配置 Nginx有非常灵活的日志记录模式。每个级别的配置可以有各自独立的访问日志。日志格式 通过log_format命令定义格式 1.log_format指令 # 配置语法:包括:error.log access.log Syntax: log_format name [escap ...
分类:其他好文   时间:2020-02-07 18:52:50    阅读次数:94
【nginx】配置
server { listen 80; server_name ××××.com; access_log /×××/×××/nginx/log/access.log; error_log /×××/×××/nginx/log/error.log; location / { proxy_pass ht ...
分类:其他好文   时间:2020-02-02 23:23:14    阅读次数:95
nginx的负载均衡配置
1.下载nginx的压缩包,可以去官网下载 2.解压缩,可以看到其中有个conf的文件夹,在该目录中,nginx.conf配置文件就是核心配置文件 3.默认配置 #user nobody; worker_processes 1; #error_log logs/error.log; #error_l ...
分类:其他好文   时间:2020-01-29 21:45:50    阅读次数:84
使用nginx实现基于tcp协议的https协议多域名指向的分别转发功能
零、环境 os:centos8 阿里云 kernel:Linux ${hostname} 4.18.0-80.11.2.el8_0.x86_64 #1 SMP ${time} x86_64 x86_64 x86_64 GNU/Linux nginx:nginx-1.17.5 一、编译安装nginx ...
分类:Web程序   时间:2020-01-28 23:21:06    阅读次数:147
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1 #805
具体错误日志如下:The resulting error log is as followsTraceback (most recent call last): File "train.py", line 441, in train() # train normally File "train.py... ...
分类:其他好文   时间:2020-01-25 10:19:41    阅读次数:313
在mac上搭建PHP开发环境
首先安装homebrew:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"安装 nginx-1.10.2_1 <!-- lang: shell --> brew sear ...
分类:Web程序   时间:2020-01-22 14:50:55    阅读次数:100
pache排查问题:Apache ERROR: No space left on device: AH00023: Couldn't create the ssl-cache mutex
1:启动apache:systemctl status httpd.service 2:查看看日志:tail -f /var/log/httpd/error_log 报:Apache ERROR: No space left on device: AH00023: Couldn't create t ...
分类:Web程序   时间:2020-01-16 18:37:27    阅读次数:93
取消apache对.htaccess文件的限制
问题 当访问一个站点的时候,报告“500 Internal Server Error”,查看/var/log/httpd/error_log,报告“/www/users/test.com/.htaccess: Options not allowed here”,或者报告“ErrorDocument ...
分类:数据库   时间:2020-01-12 09:48:00    阅读次数:115
An SWT error has occurred
对话框标题:Problem Occurred 对话框内容:Unhandled event loop exception No more handles 对话框按钮:第一个超链接:Show Error Log,第二个:OK,第三个:Details>> 原因Eclipse 提示An SWT error ...
分类:其他好文   时间:2020-01-10 15:22:34    阅读次数:60
Nginx日志
nginx日志类型 包括:error.log access_log 依赖于log_format Syntax: log_format name [escape=default|json] string...; #语法 Default: log_format combined "..." #默认 Co ...
分类:其他好文   时间:2020-01-07 16:02:08    阅读次数:89
1036条   上一页 1 ... 7 8 9 10 11 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!