首先搭建LAMP环境1:安装apache安装apache前先要安装apr,apr-utilpcre(一些老版本不需要)wgethttp://mirrors.tuna.tsinghua.edu.cn/apache//httpd/httpd-2.4.27.tar.gztar-zxvfhttpd-2.4.27.tar.gzcdhttpd-2.4.27./configure--prefix=/usr/local/apache2--with-apr=/usr/loc..
分类:
其他好文 时间:
2017-07-24 14:35:16
阅读次数:
178
php的工作模式:php在lamp环境下共有三种工作模式:CGI模式、apache模块、FastCGI模式。CGI模式下运行PHP,性能不是很好。作为apache的模块方式运行,在以前的课程中编译安装lamp已经介绍过了。FastCGI的方式和apache模块的不同点在于:FastCGI方式PHP是一处独立的进程,所有PH..
分类:
系统相关 时间:
2017-07-18 11:48:22
阅读次数:
315
find / -name "httpd*" --exec rm -rf {} \; #适用于源码安装方式卸载 yum install httpd php php-devel mysql mysql-devel http-devel #lamp环境 ...
分类:
其他好文 时间:
2017-07-18 11:43:37
阅读次数:
117
CentOS下搭建LAMP环境 LAMP: Linux + Apache + PHP + Mysql。 系统: CentOS 7,64位。 CentOS安装 我选取了64位的CentOS 7这个Linux系统,安装过程也很简单,不再过多叙述,只稍微介绍一下我的分区情况: Apache编译安装 我选择 ...
分类:
数据库 时间:
2017-07-17 15:13:58
阅读次数:
349
sudo apt-get install python-software-properties sudo apt-get updatesudo apt-get install vimsudo apt-get install apache2sudo apt-get install -y php5 // ...
分类:
Web程序 时间:
2017-07-15 19:49:50
阅读次数:
206
一、安装httpd[root@node1~]#yuminstallhttpdLoadedplugins:product-id,search-disabled-reposResolvingDependencies-->Runningtransactioncheck--->Packagehttpd.x86_640:2.4.6-40.el7willbeinstalled-->ProcessingDependency:httpd-tools=2.4.6-40.el7forpackage:ht..
分类:
Web程序 时间:
2017-07-14 20:23:36
阅读次数:
470
第1章企业级LAMP环境应用1.1LNMP应用环境大约在2010年以前,互联网公司最常用的经典web服务环境组合就是LAMP(即Linux,apache,mysql,PHP),近几年随着Nginxweb服务的逐渐流行,又出现了新的web服务环境组合----LNMP或LEMP,其中LNMP为Linux,nginx,Mysql,PHP等首字母的缩写,..
分类:
数据库 时间:
2017-07-11 16:39:30
阅读次数:
206
一.搭建lamp 的网址 https://lamp.sh/install.html 二.对于linux下上传图片或音频失败原因? 1.必须将文件夹的权限设置为apache 命令为:chown -R apache:apache 文件夹名称(递归赋予权限) 三.关于https证书的安装ubutun 1. ...
分类:
其他好文 时间:
2017-07-10 22:02:03
阅读次数:
153
1、安装zabbix服务(1)先rpm安装lamp环境 yum install -y httpd mysql mysql-libs php php-mysql mysql-server php-bcmath php-gd php-mbstring (2)安zabbix服务端 yum install ...
分类:
其他好文 时间:
2017-07-07 10:06:41
阅读次数:
134
1.安装Apacheyuminstallhttpd#根据提示,输入Y安装即可成功安装systemctlstarthttpd.service#启动apachesystemctlstophttpd.service#停止apachesystemctlrestarthttpd.service#重启apachesystemctlenablehttpd.service#设置apache开机启动2.安装Mariadbyuminstallmariadbmariad..
分类:
其他好文 时间:
2017-07-03 21:04:46
阅读次数:
112