1、实验需求:1)CentOS7,amp+xcache,rpm包,php-fpm;a)httpd,php,mariadb分别部署在一个单独的主机上;b)一个虚拟主机提供wordpress,另一个虚拟主机提供;phpMyAdminc)为phpMyAdmim提供https服务;2、实验环境:1)服务器环境Linux服务器操作系统版本:CentOSrelease6.7(Fina..
分类:
Web程序 时间:
2016-07-19 02:33:02
阅读次数:
354
#LAMP环境搭建Centos7(1)安装开发包组“DevelopmentTools”“ServerPlatformDevelopment”yumgroupinstall注:关闭selinuxiptables(2)安装amp(a)yuminstallhttpdphpphp-mysqlmariadbmod_ssl(b)https://xcache.lighttpd.net/下载xcachetarxvfxcache-3.2.0.tar.gz运行/us..
分类:
其他好文 时间:
2016-07-19 02:31:37
阅读次数:
214
CentOS7,amp+xcache,rpm包,php-fpm;a)httpd,php,mariadb分别部署在一个单独的主机上;b)一个虚拟主机提供phpMyAdmin,另一个虚拟主机提供wordpress;c)为phpMyAdmim提供https服务;分别三台centos7主机分别部署httpd,php-fpm,mariadb第一台172.16.100.31-->httpd第二台17..
分类:
数据库 时间:
2016-07-18 06:00:16
阅读次数:
361
查看安装了哪些模块命令: [root@RG-PowerCache-X xcache]# nginx/sbin/nginx -Vnginx version: nginx/1.2.3built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) TLS SNI s ...
分类:
其他好文 时间:
2016-07-18 02:27:45
阅读次数:
190
CentOS7,apm+xcache,phpmodule;a)一个虚拟主机提供phpMyAdmin,另一个虚拟主机提供wordpress;b)为phpMyAdmim提供https服务;selinux处于关闭状态httpd2.4mariadb5.5php5.4安装:php-mysqlphpmariadb-serverhttpdyum-yinstallphp-mysqlphpmariadb-serverhttpd配置安装PHP组件yu..
分类:
Web程序 时间:
2016-07-17 18:07:21
阅读次数:
378
最近安装了 php5.6,发现有了 opcache.so扩展文件,于是,搜索了一下,发现 zend opcache已经融入到 ph5.5以上的版本了,即兴奋,不用再去找xcache,apc,eAccelerator 这些缓存了PHP手册上面也说了好详细的配置文件说明,这里不再详情说明,最好是把编译生 ...
分类:
Web程序 时间:
2016-07-03 17:31:46
阅读次数:
236
http://blog.sina.com.cn/s/blog_646e51c40100weu9.html 前台静态化:把动态页面解析后保存为静态页面 文件缓存:把查询结果保存为文件,XML 内存缓存:memcache php缓存器:XCache、eaccelerator等 Memcache是一个高性 ...
分类:
Web程序 时间:
2016-07-01 21:21:59
阅读次数:
175
目标:以源码编译的方式安装一个lampwebserver服务器,有下列php扩展或功能,memcache,xcache,pdo,zip,p_w_picpathmagick等软件环境版本ubuntu14.0.4apache2.2mysql5php5软件下载地址/home/eric/下载/software/dev/server/lamp/安装目标目录/usr/local/最终安装后要形成的路径ap..
分类:
系统相关 时间:
2016-06-17 17:43:50
阅读次数:
275
Nginx网站根目录:/usr/share/nginx/html 1、安装xcache cd /usr/local/src #进入软件包存放目录 wget http://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz #下载 ta ...
分类:
Web程序 时间:
2016-06-15 15:42:18
阅读次数:
167
前台静态化:把动态页面解析后保存为静态页面 文件缓存:把查询结果保存为文件,XML 内存缓存:memcache php缓存器:XCache、eaccelerator等 Memcache是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包 ...
分类:
Web程序 时间:
2016-06-04 12:06:45
阅读次数:
183