环境: 本地虚拟机 最低配置: CPU:2 vCPU 内存:4GiB 硬盘:40G 软件版本: 操作系统:Linux localhost.localdomain 4.18.0-193.el8.x86_64 #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_6 ...
分类:
其他好文 时间:
2021-02-27 13:08:36
阅读次数:
0
使用phpinfo打印一下发现版本是7.2.31 使用php -v 打印的版本是5.4.16 [root@iZbp12y6fwj9mup08bgko6Z ~]# php -v PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17) Copyright (c) 19 ...
分类:
Web程序 时间:
2020-07-26 00:59:12
阅读次数:
92
!!!首先要做的就是关闭系统的防火墙以及selinux: systemctl stop firewalld systemctl disable firewalld sed -ri 's/^(Selinux=).*/\1disabled/g' /etc/selinux/config setenforc ...
分类:
其他好文 时间:
2020-07-16 12:19:43
阅读次数:
75
一、安装PHP php官网下载地址:https://www.php.net/downloads 更新yum源(此步可以跳过) yum -y update 1.首先安装依赖包 yum install libxml2 libxml2-devel bzip2 bzip2-devel libcurl lib ...
分类:
Web程序 时间:
2020-06-26 18:39:30
阅读次数:
78
参考:链接 介绍 WordPress 是一款使用 PHP 语言开发的博客平台,您可使用通过 WordPress 搭建属于个人的博客平台。本文以 CentOS 6.5 操作系统为例,手动搭建 WordPress 个人站点。 搭建 lnmp环境搭建 参考:链接 软件 WordPress:博客平台,本文以 ...
分类:
系统相关 时间:
2020-06-23 15:53:30
阅读次数:
296
1.手把手教你玩转Linux系统 Centos安装 VIM相关操作 文件处理命令 权限管理命令 文件搜索命令 压缩解压命令 用户和用户组 服务以及进程 软件包的确管理 2.高性能Linux服务器构建实战 LNMP环境搭建 FTP服务器搭建 SamBa服务器搭建 大并发架构 Memcache Redi ...
分类:
系统相关 时间:
2020-03-26 19:16:00
阅读次数:
112
LNMP环境搭建--Centos7 | 刘鹏--博客 盒子 盒子 博客 ... ...
分类:
其他好文 时间:
2020-02-01 12:12:42
阅读次数:
94
LNMP环境搭建
LNMP架构和LAMP架构挺像的,只不过一个用的是Apach,一个用的是Nginx。LNMP就是Linux+Nginx+MySQL+PHP,Nginx和Apache一样都是web服务器。
有一点不同的是在LNMP结构里php会启动一个服务:php-fpm,而LANP中php只是作为... ...
分类:
其他好文 时间:
2020-01-17 19:00:55
阅读次数:
104
一、环境准备 1、关闭防火墙及配置yum源 为了方便,我这里直接使用脚本一键环境配置(仅限于redhat系列6和7)。 bash [root@centos7 ~] cat cofig.sh !/bin/bash str= version=0 mkdir /etc/yum.repos.d/bak & ...
分类:
其他好文 时间:
2020-01-08 18:59:55
阅读次数:
81
参考网站:http://www.liyblog.top/p/9 1.nginx和php基本安装 1.更新apt apt update 2.安装nginx apt install nginx 3.查看nginx状态 systemctl status nginx 4.安装php apt install ...
分类:
Web程序 时间:
2020-01-07 21:26:11
阅读次数:
129