码迷,mamicode.com
首页 >  
搜索关键字:error_log    ( 1036个结果
nginx入门教程
本文转自https://www.cnblogs.com/qdhxhz/p/8910174.html 感谢作者 nginx入门教程 一.概述 什么是nginx? Nginx (engine x) 是一款轻量级的Web 服务器 、反向代理服务器及电子邮件(IMAP/POP3)代理服务器。 什么是反向代理 ...
分类:其他好文   时间:2019-12-02 13:30:44    阅读次数:92
部署LAMP动静分离以及部署Discuz论坛
通过LAMP平台部署及应用已经可以部署出LAMP平台,来面对客户端的请求,但是由于这些组件都是在一台服务器上进行安装,如果出现问题,将导致LAMP平台的瘫痪。在实际环境中,不可能将LAMP平台都部署在同一台服务器上,这就需要使用到LAMP动静分离的技术。博文大纲:一、LAMP动静分离的相关概念1.PHP的工作模式2.FastCGI模式的工作机制二、实现LAMP动静分离1.FastCGI方式编译安装
分类:Web程序   时间:2019-11-28 15:01:49    阅读次数:128
php 调用curl_init失败
当你在开发微信公众号,微信小程序的时候,往往会遇到困难 进入服务器,输入 tail -f /var/log/apache2/error.log 看看apache2的日志 就因为php 的curl扩展没安装缺啥安装啥就好了 安装curl 看看你的是什么版喔 sudo apt-get install c ...
分类:Web程序   时间:2019-11-27 01:02:33    阅读次数:93
Nginx warn:an upstream response is buffered to a temporary file
我通过nginx下载文件,error.log中出现如下警告日志:warn:an upstream response is buffered to a temporary file 。 虽然网上各种例子都是通过增加fastcgi_buffers 和fastcgi_buffer_size来解决此问题。 ...
分类:其他好文   时间:2019-11-27 00:32:52    阅读次数:87
Nginx配置参数中文详细说明
#定义Nginx运行的用户和用户组user www www;##nginx进程数,建议设置为等于CPU总核心数.worker_processes 8;##全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/ ...
分类:其他好文   时间:2019-11-25 20:40:20    阅读次数:90
Ambari启动hue报错
查看/usr/log/hue/error.log发现如下问题[24/Nov/201916:57:53]supervisorERRORProcess/usr/lib/hue/build/env/bin/huekt_renewerexitedabnormally.Restartingit.[24/Nov/201916:57:53]supervisorERRORProcess/usr/lib/hue/b
分类:其他好文   时间:2019-11-25 19:00:57    阅读次数:206
ClusterId read in ZooKeeper is null 处理
ClusterId read in ZooKeeper is null. Re-running the program after fixing issue 1 will result in the following error in the log file (Oddly logged at I ...
分类:其他好文   时间:2019-11-17 01:14:39    阅读次数:143
记一次完整的项目部署
前段时间在公司部署项目的时候,运维同学说了一堆关于服务器的东西,顿时感觉不知所云,云里雾里。。。 索性拿这个项目练习一下,简单了解项目部署到服务器的这个流程是怎么处理的 预备知识 pm2 pm2 是启动node进程管理工具 常用命令 ··· pm2 start app.js : 启动服务,入口文件是 ...
分类:其他好文   时间:2019-11-04 23:19:11    阅读次数:172
pig
user wls81 wls;worker_processes 5; error_log logs/error.log; pid logs/nginx.pid; events { use epoll; worker_connections 200000; accept_mutex off;} htt ...
分类:其他好文   时间:2019-11-04 13:37:44    阅读次数:106
访问Apache虚拟主机的方式(实操部分)
实验需求:安装Apache与DNS服务给虚拟机增加两张网卡[root@localhost~]#yuminstallbindhttpd-y增加网卡构建虚拟主机一基于域名访问1.为虚拟主机提供域名解析[root@localhost~]#vim/etc/named.conf//配置DNS主配置文件[root@localhost~]#vim/etc/named.rfc1912.zones//配置DNS区域
分类:Web程序   时间:2019-10-25 11:44:11    阅读次数:153
1036条   上一页 1 ... 9 10 11 12 13 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!