
Web集群
文章平均质量分 61
Apache、Nginx等网站服务
孤烟。
这个作者很懒,什么都没留下…
展开
-
HAproxy搭建Web集群
HAproxy搭建Web集群一、基本环境1. IP地址配置主机IP地址系统haproxy192.168.119.191/24CentOS 7.8web01192.168.119.192/24CentOS 7.8web02192.168.119.193/24CentOS 7.82. 主机名设置# haproxy$ hostnamectl set-hostname haproxy# web01$ hostnamectl set-hostname原创 2021-04-22 09:32:16 · 169 阅读 · 0 评论 -
LVS+KeepAlived
LVS KeepAlived部署一、基本环境1. IP地址配置主机IP地址系统LVS01192.168.119.189/24CentOS 7.8LVS02192.168.119.190/24CentOS 7.8web01192.168.119.191/24 192.168.18.231/24CentOS 7.8web02192.168.119.192/24 192.168.18.232/24CentOS 7.8NFS Server192.原创 2021-04-22 09:30:57 · 224 阅读 · 0 评论 -
LVS-NAT部署
环境:主机IP地址系统LVS192.168.10.128/24 192.168.119.190/24CentOS 7.8web01192.168.119.191/24 192.168.18.231/24CentOS 7.8web02192.168.119.192/24 192.168.18.232/24CentOS 7.8NFS Server192.168.18.233/24CentOS 7.8一、基本环境配置1. IP地址配置2. 主机名原创 2021-04-20 14:24:20 · 163 阅读 · 0 评论 -
LNMP+PHPMyAdmin+Discuz
LNMP环境部署一、Linux操作系统1.安装Linux1.使用VMware workstation新建虚拟机2.安装CentOS7.8系统,最小化安装,记得要选中“开发工具(development tools)”2. 系统初始化设置# 主机名$ hostnamectl set-hostname lnmp# Linux 系统资源调配$ vim /etc/security/limits.conf* soft nofile 65535原创 2021-04-20 14:23:44 · 264 阅读 · 0 评论 -
LAMP+phpMyAdmin
一、安装Apache1. 准备环境$ systemctl status httpdUnit httpd.service could not be found.# 卸载方法$ yum remove httpd 或$ rpm -e httpd# 安装依赖包$ yum install apr-util-devel pcre-devel pkgconfig -y# 防火墙放行$ firewall-cmd --add-service=http --permanent $ firewall原创 2021-04-20 14:22:50 · 322 阅读 · 0 评论