1、安装Apache [root@localhost ~]# yum -y install httpd # 开机自启动 [root@localhost ~]# chkconfig httpd on # 启动httpd 服务 [root@localhost ~]# service httpd star ...
分类:
其他好文 时间:
2017-11-09 14:35:55
阅读次数:
162
1.搭建lamp环境 配置apache [root@cacti-server ~]# yum -y install httpd [root@cacti-server ~]# systemctl start httpd [root@cacti-server ~]# systemctl enable h ...
分类:
其他好文 时间:
2017-11-05 11:25:43
阅读次数:
220
平时都用公司的测试服务器,而公司的服务器都是我们老大搭好的。最近趁着双十一阿里云搞活动,买了个低配置的服务器自己玩玩。俗话说,好记性不如烂笔头,还是把配置过程记下来吧! 操作系统:Ubuntu 16.04 64位 1、查看apt源 阿里云源: 2、更新 3、安装apache2 查看安装是否成功: 成 ...
分类:
系统相关 时间:
2017-11-03 12:53:30
阅读次数:
1894
一、实验环境操作系统IP地址相关软件包Centos7.2_x6410.0.0.10http、php、mariadbWindows10_enterprise10.0.0.2Google浏览器二、服务搭建2.安装Apache2.1.安装Apache[root@localhost~]#yum-yinstallhttpdhttpd-devel2.2.启动Apache服务[root@localhost~]#systemctlstarthttpd2...
分类:
Web程序 时间:
2017-11-02 11:17:04
阅读次数:
926
一、相关准备: Apache软件:httpd-2.4.28-o102l-x64-vc14 PHP软件:php-7.0.25-nts-Win32-VC14-x64 MySQL软件:mysql-5.7.17 编译支持环境: vcredist_x64.exe(VC11)(先安装) 运行环境目录: C:\h ...
实验:在centos6上编译lamp基于fpm模式的应用wordpress,并且实现xcache加速软件版本:apr-1.6.2.tar.gzmariadb-5.5.57-linux-x86_64.tar.gzapr-util-1.6.0.tar.gzxcache-3.2.0.tar.gzphp-5.6.31.tar.xzhttpd-2.4.28.tar.bz2wordpress-4.8.1-zh_CN.tar.gz必要的包:"developmen..
分类:
其他好文 时间:
2017-10-26 15:28:59
阅读次数:
229
部署LAMP有两种方式:一种基于module模块方式一种基于FastCGI方式在centos6上不支持FastCGI方式,所以centos6上不能使module方式部署,我们这里介绍基于module模块方式搭建。----------------------------------------------------------------------------------------------..
分类:
其他好文 时间:
2017-10-24 01:39:03
阅读次数:
172
搭建lamp一般会把数据库单独存放,php和Apache一般放在一台主机就可以了,我的这个是都放在一台主机上的,区别不是很大,数据库创建的时候,不是本机登陆所以账号ip需要注意一下。第一步:安装HTTPD服务准备相关rpm包准备安装环境:yuminstallopenssl-develexpat-develpcre-dev..
分类:
其他好文 时间:
2017-10-22 00:16:05
阅读次数:
199
用手工编译的方法搭建的LAMP环境支持自定义路径、各种功能启用等,而且性能要明显高于yum源安装的环境(亲测),本节将记录 笔者亲自编译搭建lamp博客的全过程 0-实验前准备:1、关闭selinux;关闭防火墙;确保网络环境畅通; 2、从各官网下载源码包要求生产环境稳定版,且操作系统版本为Cent ...
分类:
Web程序 时间:
2017-10-11 15:27:20
阅读次数:
195
本文目录1. 编译apache httpd2. 编译php 2.1 php编译选项说明 2.2 php编译过程 2.3 配置httpd使其转发动态请求给php-fpm3. 为php安装xcache 3.1 基本安装 3.2 设置管理员后台4 安装MySQL(MariaDB) 4.1 初始化实例 4. ...
分类:
其他好文 时间:
2017-10-09 22:35:15
阅读次数:
238