无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的

[教程] wdcp升级php5.4后安装官方eAccelerator最新版本教程

本帖最后由 红领巾 于 2015-11-26 20:13 编辑

这是我来wdcp第一次写教程哈、
我也是昨天折腾过后安装成功了,我也是小白一个。
首先从官方下载最新版本的eAccelerator
官方:http://eaccelerator.net/
github:https://github.com/eaccelerator/eaccelerator
我已经尝试  可以使用wget 下载,不过下载过后要给文件添加一个后缀就可以使用了。
解压我就不用说了吧。
zip解压命令:unzip 文件名.zip
tar解压命令:tar jxvf 文件名.tar.bz2
解压好之后进入第二。
  1. [root@ home]# cd eaccelerator-eaccelerator-42067ac/
复制代码
配置步骤:
  1. [root@ eaccelerator-eaccelerator-42067ac]# /www/wdlinux/apache_php/bin/phpize
  2. Configuring for:
  3. PHP Api Version:         20100412
  4. Zend Module Api No:      20100525
  5. Zend Extension Api No:   220100525
复制代码
apache_php是一个连接文件,就是快捷方式,就不用去输入php后面的版本号了。
  1. [root@ eaccelerator-eaccelerator-42067ac]# ./configure --enable-eaccelerator=shared --with-php-config=/www/wdlinux/apache_php/bin/php-config --with-eaccelerator-shared-memory
  2. configure: WARNING: unrecognized options: --with-eaccelerator-shared-memory
复制代码
然后是上面这一步配置php路径。这是官方给的编辑代码,会报错。这个报错的意思是提示–with-eaccelerator-shared-memory是一个无效的指令。
因为我是从wdcp论坛找到的相关编译命令。看到官方的也差不多就拿过来用,其实这个就是配置php的路径。
提示无效就删掉--with-eaccelerator-shared-memory不要了。在执行一遍。
最后马克一下就看到已经OK了。
  1. [root@ eaccelerator-eaccelerator-42067ac]# make

  2. ----------------------------------------------------------------------
  3. Libraries have been installed in:
  4.    /home/eaccelerator-eaccelerator-42067ac/modules
  5. ............................省略了
  6. more information, such as the ld(1) and ld.so(8) manual pages.
  7. ----------------------------------------------------------------------
  8. Build complete.     建立完整的。
  9. Don't forget to run 'make test'.    别忘了测试运行。
复制代码
最后的最后php.ini
  1. zend_extension="/www/wdlinux/apache_php-5.4.26/lib/php/extensions/no-debug-non-zts-20100525/eaccelerator.so"
复制代码
这个路径可以  马克install 查看到。
  1. eaccelerator.cache_dir="/www/wdlinux/eaccelerator_cache"
复制代码
这个缓存路径可以随意设置。
  1. [eaccelerator]
  2. zend_extension="/www/wdlinux/apache_php-5.4.26/lib/php/extensions/no-debug-non-zts-20100525/eaccelerator.so"
  3. eaccelerator.shm_size="1"
  4. eaccelerator.cache_dir="/www/wdlinux/eaccelerator_cache"
  5. eaccelerator.enable="1"
  6. eaccelerator.optimizer="1"
  7. eaccelerator.check_mtime="1"
  8. eaccelerator.debug="0"
  9. eaccelerator.filter=""
  10. eaccelerator.shm_max="0"
  11. eaccelerator.shm_ttl="3600"
  12. eaccelerator.shm_prune_period="3600"
  13. eaccelerator.shm_only="0"
  14. eaccelerator.compress="1"
  15. eaccelerator.compress_level="9"
  16. eaccelerator.keys = "disk_only"
  17. eaccelerator.sessions = "disk_only"
  18. eaccelerator.content = "disk_only"
复制代码
创建缓存文件夹。mkdir,然后重启服务
  1. [root@ wdlinux]# mkdir eaccelerator_cache
  2. [root@ /]# service httpd restart
复制代码
安装结果
eaccelerator.jpg
2015-11-26 20:04

查看缓存效果
  1. [root@ wdlinux]# cd eaccelerator_cache/
  2. [root@ eaccelerator_cache]# ls
  3. 1000
  4. [root@ eaccelerator_cache]# cd 1000/
  5. [root@ 1000]# ls
  6. 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
  7. [root@ 1000]# cd 0
  8. [root@ 0]# ls
  9. 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
  10. [root@ 0]# cd 0
  11. [root@ 0]# ls
  12. eaccelerator-0048c9a1386c970bdc8043077351996f
复制代码
更详细的可以到我博客里看看。
地址:http://www.nnbbxx.net/post-4282.html
本教程原创。本人的安装过程。我留个连接管理不要打我
QQ图片20151126193547.gif
2015-11-26 20:06
我去。。

把apache_php改成php也可以,因为他们都是链接文件。都是连接到php5.4的。
我去。。

TOP

小白看不懂
www.yywu.cn

TOP

返回列表