LAMP网站架构

LAMP网站架构

Linux 操作系统

Apache 网页服务器

MySQL 数据库

PHP ,Perl,python 脚本语言

安装 httpd  mariadb  mariadb-server  php  php-mysql

Httpd安装

LAMP网站架构

 

Mariadb安装

LAMP网站架构

 

Mariadb-server 安装

LAMP网站架构

 

Php安装

LAMP网站架构

 

Php-MySQL安装

LAMP网站架构

 

启动httpd

LAMP网站架构

 

启动mariadb(这个不行可以换成mysqld)

LAMP网站架构

 

测试页面

LAMP网站架构

 

在/var/www/thml 下创建test.php 输入内容

LAMP网站架构

 

访问测试页面

LAMP网站架构

 

修改端口号为8080 进入/etc/httpd/conf/httpd.conf下,

LAMP网站架构

 

重启httpd 然后进行访问

LAMP网站架构

LAMP网站架构 

 

上一篇:Ubuntu16.04搭建LAMP环境


下一篇:Redhat7.6搭建LAMP环境