[Asustor教學] 安裝Zend Guard 加速php


Klook.com

買了asustor 202TE後,總覺得nas不夠快,所以從mysql apache開始研究

發現php 並沒有掛載zend guard 所以決定來手動安裝

 

1. 首先登入asustor管理介面,登入後,點選服務,左方有個終端機

2. 使用ssh登入asustor,可以利用pietty 工具

3. 登入到asustor後,請輸入 

wget http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz

4. 接下來輸入 

tar xzvf ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz

5. 接下來輸入 

cd ZendGuardLoader-php-5.3-linux-glibc23-i386/php-5.3.x/

6. 接下來輸入

cp ZendGuardLoader.so /volume0/usr/etc/

7. 接著修改 php.ini,繼續輸入

 vi /volume0/usr/builtin/etc/php5/apache2/php.ini

8. 在最後面加上

zend_extension = /volume0/usr/etc/ZendGuardLoader.so
zend_loader.enable = 1
zend_loader.disable_licensing = 0
zend_loader.obfuscation_level_support = 3

9. 於asustor管理介面,登入後,點選服務,web 伺服器,啟用網站伺服器,取消勾選後,套用,再啟動一次