分类 ›
技术
下载php到本地
解压
预编译,记得同时创建 /opt/php 目录
./configure --prefix=/opt/php --with-config-file-path=/opt/php/etc --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysqli --with-pdo-mysql --with-iconv-di...
Master的配置:[root@www abc]# wget http://mirror.webtatic.com/yum/el7/epel-release.rpm //下载epel-release[root@www abc]# wget http://mirror.webtatic.com/yum/el7/webtatic-release.rpm //下载webtatic-release[root@www abc...
安装过程
1.下载nginx#mkdir nginx#cd nginx#wget http://nginx.org/download/nginx-1.19.0.tar.gz //可以到官网下载最新的
2.安装依赖组件#apt=get install openssl libssl-dev libpcre3 libpcre3-dev zliblg-dev make
3.解压#tar -zxvf nginx-1.19.0.t...
本文章主要讲述在Ubuntu使用openssl自签ca,并应用到apache中创建如下路径
A 安装
B 然后genrsa 标准命令生成私钥,-out 文件输出到哪里 不写就是当前目录
┌──(root㉿kali)-[~]
└─# openssl genrsa -out cakey.pem 204...
下载地址:https://www.zabbix.com/cn/download?zabbix=5.0&os_distribution=red_hat_enterprise_linux&os_version=7&db=mysql&ws=apache[root@www abc]# yum install httpd -y //安装apache2[root@www abc]# wget -c http://dev.mys...