ansible部署基于centos7+docker.1.12+nginx+openssl+v2版私有仓库1、申请域名证书不做详细教程网络上很多2、ansible-playbook结构.
├──hosts#需要安装服务器IP地址
├──roles
│├──docker
││├──defaults
││├──files
│││└──dockerkey#证书文件加
│││..
分类:
其他好文 时间:
2016-11-23 17:19:32
阅读次数:
462
如题所示,报错信息如下:/bin/sh:line2:./config:Nosuchfileordirectory
make[1]:***[/usr/local/ssl/.openssl/include/openssl/ssl.h]Error127
make[1]:Leavingdirectory`/usr/local/src/nginx-1.9.9‘
make:***[build]Error2需要说明的是,我这里编译所使用的Nginx源码是1.9...
分类:
其他好文 时间:
2016-08-09 00:45:40
阅读次数:
10184
+ngx_http_echo_modulewasconfiguredcheckingforPCRElibrary...foundcheckingforPCREJITsupport...notfoundcheckingforOpenSSLlibrary...notfound./configure:error:SSLmodulesrequiretheOpenSSLlibrary.Youcaneitherdonotenablethemodules,orinstalltheOpenSSLlibraryintothes..
分类:
系统相关 时间:
2016-02-24 17:44:45
阅读次数:
896
以下操作是在root下进行1、安装nginxa)下载nginx、pcre、openssl、zlib库后,直接解压到/usr/local目录下。b)进入zlib目录后,执行chmod+x./configurec)进入nginx目录第一步:./configure--prefix=/usr/local/nginx--with-openssl=/usr/local/openssl--with-pcre=/usr/local/pc..
分类:
数据库 时间:
2015-10-28 15:48:01
阅读次数:
203
nginx1.9.5#yuminstallgccpcre-develzlib-developenssl-devel#./configure--prefix=/usr/local/lnmp/nginx--with-openssl=/usr/lib64/openssl#make&&makeinstall#ulimit-SHn65535#vi/etc/profile.d/ulimit.sh写入ulimit-SHn65535保存修改nginx.conf中的相关基础配置完..
分类:
其他好文 时间:
2015-10-22 06:51:41
阅读次数:
205
有一段时间,发现openssl版本的漏洞,所以必须升级1.升级openssl1.1查看当前openssl版本:#opensslversionOpenSSL1.0.1e-fips11Feb2013当前版本显然过久,必须下载最新版本到1.0.1g及以上。1.2.软件包下载:下载路径:#wgethttp://www.openssl.org/source/openssl-1.0.1g.tar.g..
分类:
其他好文 时间:
2015-08-06 18:48:19
阅读次数:
744
本文说描述的方式是用nginx的443重定向到tomcat的8443,nginx的80端口重定到tomcat的8080;以及配置某个重要模块走https,其他模块正常使用http......
分类:
其他好文 时间:
2015-06-24 16:34:10
阅读次数:
108
近期忙着和第三方短信公司对接短信上行接口。给予https和digest认证方式进行数据的传输。digest认证由前端phper进行实现,我需要完成nginx+ssl实现https服务。ssl使用openssl自己进行制作。SSL原理:给予SSL原理知识,在这里不再过多阐述。想详细了解,可以猛戳此链接进行查看..
分类:
Web程序 时间:
2015-02-11 18:50:18
阅读次数:
257