logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

apisix创建https

总结了下apisix 使用https 的问题和方法。

文章图片
#https#网络协议#http
nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open

安装步骤:1. 下载安装LuaJIT 2.1(2.0或者2.1都是支持的,官方推荐2.1):http://luajit.org/download.htmlcd /usr/local/srcwget http://luajit.org/download/LuaJIT-2.1.0-beta3.tar.gztar zxvf LuaJIT-2.1.0-beta3.tar.gzcd LuaJIT-2.1.0

#nginx
ELK 过滤 tags 默认标签信息 【beats_input_codec_json_applied】

1.在logstash里面添加如下配置:input {beats {port => "5044"}}---------------------------------------------------------------# filter是要添加的部分filter {if "beats_input_codec_json_applied" in [tags] {mutate {remove

#json#elasticsearch#php
Linux下把redis配置成系统服务报Please select the redis executable path [] Mmmmm... it seems like you错误

linux安装的redis配置成系统的服务,报了一个奇怪的错误:Please select the redis executable path [] Mmmmm…it seems like you don’t have a redis executable…经过上网得到解决办法:最后我们通过chkconfig --list |grep redis 可以查看到已经生成了系统服务redis_6379!

报错:the input device is not a TTY

在重启过程中用shell脚本去启动docker容器并执行某一操作时,可能会出现如题所示错误,原因是后台linux执行的时候没有终端设备,TTY一词源于Teletypes,或teletypewriters。其实出现该错误和我们的一个习惯有关,一般来说我们启动容器后要与容器进行交互操作,这是,就要加上"-it"这个参数,而在重启过重中或定时任务中,如果让脚本在后台运行,就没有可交互的终端,这就会引发如

#数据库#sql#linux
Nginx 增加nginx_lua_module模块

版本说明:NGINX:V1.14.0LuaJIT:V2.1.0ngx_devel_kit:V0.3.0lua_nginx_module:V0.10.13安装步骤:1. 下载安装LuaJIT 2.1(2.0或者2.1都是支持的,官方推荐2.1):http://luajit.org/download.htmlcd /usr/local/srcwget https://github.com/simpl/

#lua#nginx#运维
zabbix 监控nginx连接数

1、修改nginx配置文件,在nginx.conf中添加如下内容location /status {stub_status on;access_log off;}2、加载配置文件nginx -s reload3、测试是否生效,执行如下命令:curl -s http://127.0.0.1:80/status执行结果:Active connections: 24071server accepts h

nginx File not found 错误(Nginx无法解析PHP文件)

当我没初始配在lnmp的时候,用浏览器打开查看php能否解析网页的时出现File not found 不用惊奇让我我们分析一下使用php-fpm解析PHP,“No input file specified”,"File not found"是令nginx新手头疼的常见错误,原因是php-fpm进程找不到SCRIPT_FILENAME配置的要执行的.php文件,php-fpm返回给nginx的默认4

Gitlab - 解决访问 gitlab 网站出现 502 报错信息的问题

问题:访问 gitlab 网站,出现 502解决方案先查看运行 gitlab 容器的 iddocker ps运行命令# 容器里启动服务docker exec id gitlab-ctl reconfigure# 关闭防火墙systemctl stop firewalld再次访问 gitlab 网站就能成功啦...

nginx: error while loading shared libraries: libgd.so.2: cannot open shared object错误

根据报错提示,是libgd.so.2类库文件加载失败。这种情况要么对应lib没有安装,要么安装位置没到正确位置。通过ldd命令查一下nginx依赖的类库文件:ldd /usr/local/nginx/sbin/nginxlinux-vdso.so.1 =>(0x00007fffd5fb6000)libpthread.so.0 => /lib64/libpthread.so.0 (0x0

#数据库#mysql#database
    共 193 条
  • 1
  • 2
  • 3
  • 20
  • 请选择