11.基于LAMP架构搭建博客站点

1、编译安装搭建wordpress
2、搭建php-admin

  • LAMP:即基于Linux、apache、mariadb、PHP等服务组建起来的一个动态性处理站点,能够同时处理动态与静态资源的访问请求;在这里插入图片描述
    在这里插入图片描述
    1.安装所需组件php、php-mysql、mariadb-server ,完成后启动上述服务
[root@xiaoping centos]# yum install php php-mysql mariadb-server -y	
[root@localhost html]# systemctl start httpd.service
[root@localhost html]# systemctl start mariadb.service
[root@localhost html]# ss -tnl				//确认有3306和80端口则数据库与apache都启用成功
State      Recv-Q Send-Q      Local Address:Port                     Peer Address:Port              
LISTEN     0      50                      *:3306                                *:*                  
LISTEN     0      128                     *:111                                 *:*                  
LISTEN     0      128                     *:6000                                *:*                  
LISTEN     0      5           192.168.122.1:53                                  *:*                  
LISTEN     0      128                     *:22                                  *:*                  
LISTEN     0      128             127.0.0.1:631                                 *:*                  
LISTEN     0      100             127.0.0.1:25                                  *:*                  
LISTEN     0      128                    :::111                                :::*                  
LISTEN     0      128                    :::6000                               :::*                  
LISTEN     0      128                    :::80                                 :::*      

2.修改HTTP配置文件,完成后重启,可通过网页测试访问

[root@localhost centos]# 
  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值