已经按了php环境开发过程中需要安装openssl扩展方法:1,查看php版本号2,然后找到cd/usr/port/lang/php5-ext扩展里面(这里要对应php版本号php-v)3,makeconfig到界面找到对应的扩展4,makeinstallclean5,重启php-fpm
分类:
Web程序 时间:
2014-10-31 19:21:27
阅读次数:
362
笔者是在vmware中的Debian7下部署nginx服务器,采用离线部署方式。过程如下:1.准备好需要的离线安装包nginx-1.6.2.tar.gz,pcre-8.34.tar.gz,openssl(在线安装),zlib-1.2.8.tar.gz (这些包文章末尾给出了下载链接)2.安装pcre...
分类:
其他好文 时间:
2014-10-31 15:08:58
阅读次数:
168
前提:这里要求安装了perl,不做介绍,不会的去网上找来安装就行了,遇到添加环境变量到系统环境变量的地方选中 因为用do_ms的时候,经常遇到问题,这里用nasm来安装,所以也要有nasm的环境,去网上下载下来安装就好了,解压版也好,安装过程不会有环境变量的设置,所以一路下一步就好了1、官网下...
分类:
其他好文 时间:
2014-10-31 11:39:06
阅读次数:
273
cd/etc/pki/tls[root@ip-172-31-21-147 tls]# cat openssl.cnf## OpenSSL example configuration file.# This is mostly being used for generation of certific...
分类:
其他好文 时间:
2014-10-29 14:36:14
阅读次数:
916
1、安装pcre
下载地址:[root@lw-01~]#cdpcre-8.36
[root@lw-01pcre-8.36]#./configure--prefix=/usr/local/pcre2、安装OpenSSL
下载地址:[root@lw-01~]##cdopenssl-1.0.2-beta3
[root@lw-01openssl-1.0.2-beta3]#./config--prefix=/usr/local--openssldir=/usr/local/openssl..
分类:
其他好文 时间:
2014-10-28 18:05:25
阅读次数:
199
先去官方下载mysql5.6.20源码包,然后yum-yinstallgccgcc-develgcc-c++gcc-c++-develautoconf*automake*
zlib*libxml*ncurses-develncurseslibgcrypt*libtool*cmakeopenssl
openssl-develbisonbison-devel准备编译需要用到的组件。创建mysql用户和组groupaddmysqluseradd-gmysq..
分类:
数据库 时间:
2014-10-27 15:45:23
阅读次数:
268
1 echo "password" | openssl passwd -1 -salt $(< /dev/urandom tr -dc '[:alnum:]' | head -c 32) -stdin1 $1$cVcjk1yK$sfdBsYIEr800Mdr3PsICe02 $1$oBrzawaF$...
分类:
系统相关 时间:
2014-10-27 10:36:07
阅读次数:
406
一.安装Composer首先你需要安装Composer,Composer是PHP依赖管理工具,Laravel框架就是使用Composer执行安装和依赖管理。注:(1)若安装Composer出错,在php.ini中开启php_openssl,php_fileinfo扩展,因为Laravel需要。(2)...
分类:
其他好文 时间:
2014-10-24 20:27:26
阅读次数:
339
用OpenSSL命令行生成证书文件1.首先要生成服务器端的私钥(key文件):openssl genrsa -des3 -out server.key 1024运行时会提示输入密码,此密码用于加密key文件(参数des3便是指加密算法,当然也可以选用其他你认为安全的算法.),以后每当需读取此文件(通...
分类:
其他好文 时间:
2014-10-24 18:21:35
阅读次数:
327
1.Link Binary With Libraries 中添加libz.dyllb2.复制OpenSSL(libssl.a & libcryto.a &NSData+CocoaDevUsersAdditions.h &NSData+CocoaDevUsersAdditions.m)到文件目录中,并...
分类:
其他好文 时间:
2014-10-24 16:03:05
阅读次数:
119