LAMP
1.环境准备 关闭防火墙 挂载
sysemctl stop firewalld getenforce setforce 0
2.安装软件
[root@localhost ~]# yum -y install httpd mariadb mariadb-server php php-mysql php-fpm
安装 yum -y install httpd mariadb mariadb-server php php-mysql php-fpm
LAMP
L ===> Linux
A ===>apache
mysql ===>mysql
p ===> php/python/perl
安装 lrzsz vim
3.修改配置
更改apache配置文件 /etc/httpd/conf/httpd.conf 285 AddType application/x-httpd-php .php 164 DirectoryIndex index.php index.html
4.启动服务
授权
退出 修改配置文件
访问页面
[osg]节点遍历nodevisitor浅析
[原][osg]osgconv浅析
[原][游戏][攻略]仙之侠道玖章-- --从入门到放弃
[转][linux]简单的linux下的tcp/udp
[转][c++][跨平台]c++跨平台开发小结
人机交互,来和我猜拳吧!
从零开始学测试【1】测试方法术语总结
从零开始学测试【2】网页登录界面
JSP 和 ASP.NET 谁能主宰未来【转】
- 最新文章
-
【MySQL】FIND_IN_SET、LIKE、IN的区别
用shell获取文件大小
https://www.runoob.com/linux/mysql-install-setup.html
定时任务框架APScheduler学习详解
ubuntu查看系统资源占用(内存,cpu和进程)
如何理解最小二乘法?
sudo: add-apt-repository: command not found
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
容器生态系统 (续)
容器生态系统
- 热门文章
-
每天5分钟玩转容器技术(1)
The method getServletContext() is undefined for the type HttpServletRequest
com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method findUserByUserNo in the service wusc.edu.facade.user.service.PmsUserFacade.
每天一个linux命令(63):Linux中zip压缩和unzip解压缩命令详解
Git的图形化工具使用教程
用SourceTree轻松Git项目图解
[转][smart3d]Smart3D之手动配置 S3C 索引加载全部的OSGB瓦片数据
[摘抄]技术与野路子选段
[原][osg][oe]分析一块倾斜摄影瓦片的数据
[原][歌曲]感动的歌曲排序
Copyright © 2011-2022 走看看