一、Nagios服务端安装 1 基础支持套件:gcc glibc glibc-common gd gd-devel xinetd openssl-devel 如果系统中没有这些套件,使用yum 安装# yum install -y gcc glibc glibc-common gd gd-devel...
分类:
移动开发 时间:
2015-05-19 22:18:43
阅读次数:
258
1 // Pkcs7DetachedTest.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 ...
分类:
其他好文 时间:
2015-05-19 20:37:51
阅读次数:
307
环境准备:1.Perl下载地址http://downloads.activestate.com/ActivePerl/releases/5.16.3.1603/ActivePerl-5.16.3.1603-MSWin32-x86-296746.zip2.openssl下载地址http://www.o...
laravel框架和扩展均存放在composer依赖资源库中,composer类似git库。所以安装laravel就必需先安装composer。Composer是一个PHP编写的依赖资源管理器,需要PHP5.3.2+才能运行(需要开启openssl扩展)。安装PHP后必需保证PHP启动目录已经添加到系统的PATH目录中。window系统:..
分类:
其他好文 时间:
2015-05-19 16:50:27
阅读次数:
466
一,什么是ssl SSL证书通过在客户端浏览器和Web服务器之间建立一条SSL安全通道(Secure socket layer(SSL)安全协议是由Netscape Communication公司设计开发。该安全协议主要用来提供对用户和服务器的认证;对传送...
分类:
Web程序 时间:
2015-05-19 11:01:50
阅读次数:
139
1、openssl里的fips是什么意思? openssl-fips是符合FIPS标准的Openssl。
联邦信息处理标准(Federal Information Processing Standards,FIPS)是一套描述文件处理、加密算法和其他信息技术标准(在非军用政府机构和与这些机构合作的政...
分类:
其他好文 时间:
2015-05-19 00:35:21
阅读次数:
244
1、X509_STORE 头文件:x509_vfy.h 定义 typedef struct x509_store_st X509_STORE;
struct x509_store_st
{ /* The following is a cache of trusted certs */ int cac...
分类:
其他好文 时间:
2015-05-19 00:18:42
阅读次数:
661
【参数环境】1、Host OS:Win7 64bit2、VM: VMware 11.1.03、Client OS:CentOS 64、系统中已安装的openssl版本: openssl-1.0.0-27.el6.i6865、系统已安装中的mysql-libs版本:mysql-libs-5.1.66-...
分类:
数据库 时间:
2015-05-18 16:32:15
阅读次数:
154
1. 安装composer2. php.ini 打开openssl 扩展3.通过 Laravel 安装工具 首先,使用 Composer 下载 Laravel 安装包: composer global require "laravel/installer=~1.1" 安装后会在“C:\Users\....
分类:
其他好文 时间:
2015-05-17 23:27:51
阅读次数:
128
APR(Apache Portable Runtime)是一个高可移植库,它是Apache HTTP Server 2.x的核心。APR有很多用途,包括访问高级IO功能(例如sendfile,epoll和OpenSSL),OS级别功能(随机数生成,系统状态等等),本地进程管理(共享内存,NT管道和U...
分类:
Web程序 时间:
2015-05-17 00:37:07
阅读次数:
198