LAMP 架构实现

14课时
447学过
8分

2. 实例:LAMP 搭建 PhpMyAdmin

3. 实例:CentOS7 编译 Php-xcache

4. 实例:LAMP 搭建 wordpress

5. 实验:centos7 上源码编译安装 LAMP 的多虚拟主机 wordpress,discuz

课程评价 (0)

请对课程作出评价:
0/300

学员评价

暂无精选评价
1分钟

安装 wordpress

解压安装包

tar –zxf – wordpress-4.9.4-zh_CN.tar.gz -C /app/httpd24/htdocs/blog

注意wordpress目录权限

setfacl -R -m u:apache:rwx /var/www/html/wordpress

重启httpd服务

systemctl restart httpd