Centos8安装LAMP

yum -y install httpd mariadb-server mariadb php php-mysql php-gd php-mbstring

Centos8安装LAMP

iptables -F #关闭防火墙
systemctl start httpd #开机apache
systemctl enable httpd #启动apache

Centos8安装LAMP

vim /etc/httpd/conf/httpd.conf

更改ServerName:80为localhost:80 去掉#注释

跳转行在非插入状态下输入键盘摁下跳转行数收双击gg即可完成跳转

Centos8安装LAMP

在index.html 后输入index.php

Centos8安装LAMP

重启apache

systemctl restart httpd

启动mysql设置密码

systemctl start mariadb

mysql -u root  发现没有密码

默认没有密码 有隐患

mysql_secure_installation

Centos8安装LAMP

如不走安全配置设置密码

mysqladmin -u root -password ‘123456’

Centos8安装LAMP

新建php文件测试是否正常联系

 cd var/www/html/
  vim index.php

 

Centos8安装LAMP

Centos8安装LAMP

 

systemctl status firewalld.service(查看防火墙状态)

Centos8安装LAMP

然后你会发现ok了

Centos8安装LAMP

权限优化

ps -aux | grep httpd


id apache

chown -R apache:apache /var/www/html/

Centos8安装LAMP

 

yum源安装时候,出现下面错误“错误:Failed to download metadata for repo ‘AppStream’: Cannot prepare internal mirrorlist: No URLs in mirrorlist”

1、进入yum的repos目录

cd /etc/yum.repos.d/

2、修改所有的CentOS文件内容

sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*

sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*3、更新yum源为阿里镜像

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo

yum clean all

yum makecache4、yum安装测试是否可以yum安装

yum install wget –y

安装LAMP所需要的依赖包

yum install -y epel-release yum-utils unzip curl wget bash-completion policycoreutils-python mlocate bzip2

 

安装php7.2的组件

yum install -y php72w php72w-cli php72w-common php72w-curl php72w-gd php72w-mbstring php72w-mysqlnd php72w-process php72w-xml php72w-zip php72w-opcache php72w-pecl-apcu php72w-intl php72w-pecl-redis

 

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
Centos

Centos8查看包的信息

2023-4-29 19:36:56

Centos

centos8 yum安装软件出现 Failed to set locale, defaulting to C CentOS-8 - AppStream

2023-5-5 13:50:58

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索