[root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c, ...
分类:
其他好文 时间:
2021-02-26 12:54:25
阅读次数:
0
参考文章 安装nignx1.14,并且打补丁,反向代理健康监控,ssl,解决自启动报pid错误 nginx 反向代理,和ssl重定向。 安装nignx nignx的安装目录 /usr/nginx nignx的源码目录 /usr/local/src/nginx nignx的健康监控目录 /usr/ng ...
分类:
编程语言 时间:
2021-02-25 12:22:59
阅读次数:
0
异常信息:ERROR [amqpReceiver.01] org.mule.exception.DefaultSystemExceptionStrategy: Caught exception inflowConstructt&org/mule/api/construct/FlowConstruct ...
分类:
其他好文 时间:
2021-02-25 12:20:16
阅读次数:
0
主要配置 http { upstream myhtml { server 106.52.147.100; server 106.52.147.101; } server { listen 80; server_name abc.wsycoon.cn; location / { proxy_buffe ...
分类:
其他好文 时间:
2021-02-25 11:46:55
阅读次数:
0
1、概述 2、示例 [root@node201 ~]# cat docker-compose.yml version: '3' services: web: build: context: ./ dockerfile: Dockerfile #image: nginx ports: - "88:80 ...
分类:
其他好文 时间:
2021-02-24 13:27:58
阅读次数:
0
linux7.4源码编译安装nginx 介绍 Web工作者构建网站就需要用到Nginx Web服务器,可是还有小伙伴不会在Linux上安装Nginx,毕竟我们开发的项目都是要在服务器上运行的,今天就来讲讲如何在CentOS7环境使用源码进行安装Nginx。 Nginx官网下载链接:https://n ...
分类:
系统相关 时间:
2021-02-24 12:50:50
阅读次数:
0
下面我们来介绍一下tomcat几种实际应用: (1) LB tomcat nginx tomcats apache tomcats (2) LB tomcat cluster (3) LB tomcat session server memcached 前面我们还了解了会话保持有三种方式: sess ...
分类:
其他好文 时间:
2021-02-23 14:36:20
阅读次数:
0
CentOS 8 1 $ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm 2 $ sudo yum install https://download1.rpmfusion. ...
分类:
其他好文 时间:
2021-02-23 14:05:27
阅读次数:
0
语句: SELECT ( SELECT GROUP_CONCAT( title ) FROM shop_goods_spu_specification_sub WHERE FIND_IN_SET( id, sku.spec_ids ) ) AS title FROM shop_goods_cart ...
分类:
数据库 时间:
2021-02-22 11:57:21
阅读次数:
0
从dockerhub里拉取最新版nginx镜像 [root@VM-0-15-centos home]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 45b42c59be33: Alrea ...
分类:
其他好文 时间:
2021-02-20 12:23:24
阅读次数:
0