码迷,mamicode.com
首页 >  
搜索关键字:nginx openssl    ( 28428个结果
CentOS 安装 git 教程
CentOS 安装 git 教程 移除自带 git yum remove git 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc yum install gcc perl- ...
分类:其他好文   时间:2021-06-13 10:37:37    阅读次数:0
Nginx nginx-rtmp-module 直播推流 配置
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:其他好文   时间:2021-06-13 09:55:40    阅读次数:0
Centos7安装redis
1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
分类:其他好文   时间:2021-06-13 09:30:04    阅读次数:0
linux安装nginx(CentOS6)
nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
分类:系统相关   时间:2021-06-13 09:26:41    阅读次数:0
安装nginx出错the HTTP rewrite module requires the PCRE library
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:Web程序   时间:2021-06-11 19:17:07    阅读次数:0
Linux环境下部署nginx
下载压缩包:nginx-1.19.0.tar.gz 解压缩:tar -zxvf nginx-1.19.0.tar.gz 进入解压后的目录:cd nginx-1.19.0 配置安装目录,这一步可忽略,使用默认配置:./configure --prefix=/usr/local/nginx 安装:mak ...
分类:系统相关   时间:2021-06-11 19:14:54    阅读次数:0
使用Flask+uwsgi+Nginx部署Flask正式环境
使用Flask+uwsgi+Nginx部署Flask正式环境 环境准备 在开始正式讲解之前,我们将首先进行环境准备。 Step1:安装Python,pip以及nginx: sudo apt-get update sudo apt-get install python-pip python-dev n ...
分类:其他好文   时间:2021-06-11 18:35:20    阅读次数:0
解决美化 nginx 自动文件目录时出现上下两个界面,其中下面一个界面是404
现象如图 问题排查           通过一系列的排查,最终确定是美化目录的文件无法找到(所以提示404),但是我的路径又没有问题,为什么呢? 解决办法           删掉配置里面的中文注释, ...
分类:其他好文   时间:2021-06-11 18:31:43    阅读次数:0
qt qwebsocket 连接wss://
if (m_url.indexOf("wss://") >= 0) { QSslConfiguration sslConfiguration = m_pWebSocket->sslConfiguration(); sslConfiguration.setPeerVerifyMode(QSslSock ...
分类:Web程序   时间:2021-06-11 17:35:06    阅读次数:0
openssl库,openssh,https之间是如何关联的?
一:名词介绍 二:实现功能 OpenSSL是一个开放源代码的软件库包,用于安全通信,分成三个主要的功能部分:SSL协议库、应用程序以及密码算法库. openssh基于ssh网络通信协议的实现,其中安全部分通过openssl加密. https网络通信协议,Apache使用openssl加密HTTPS. ...
分类:Web程序   时间:2021-06-11 17:32:39    阅读次数:0
28428条   上一页 1 ... 3 4 5 6 7 ... 2843 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!