ตรวจสอบเวอร์ชั่ย APC ปัจจุบันได้จาก
http://pecl.php.net/package/APC

วิธีติดตั้ง แบบที่ 1
  • pecl install apc
    
    หากพบ error
    /usr/bin/phpize: /tmp/pear/temp/APC/build/shtool:
    /bin/sh: bad interpreter: Permission denied
    
    ให้ทำการสั่ง 
     mount -o remount,exec,suid /tmp
     pecl install apc
     mount -o remount,noexec,nosuid /tmp
    
  • ทำการ config ค่าไฟล์ /usr/local/lib/php.ini ตามตัวอย่างแบบที่ 2 ด้านล่าง


วิธีติดตั้ง แบบที่ 2
  • cd /usr/local/src
  • wget http://pecl.php.net/get/APC-3.1.9.tgz
  • tar xvzf APC-3.1.9.tgz
  • cd APC-3.1.9
  • phpize
  • ./configure --with-php-config=/usr/local/bin/php-config
  • make && make install
จะแสดงผลการติดตั้ง พร้อม Path Extension เพื่อนำไปกำหนดค่าใน php.ini
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20060613/
Installing header files:          /usr/local/include/php/

  • วิธีการ config ค่า php.ini
vi /usr/local/lib/php.ini
 
ค้นหา
extension_dir = "./"
แก้เป็น
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/"
 
เพิ่มด้านล่าง
extension=apc.so
apc.enabled=1
apc.shm_size=128M
apc.ttl=7200
apc.user_ttl=7200
apc.enable_cli=1
  • ทดสอบการติดตั้ง
 php --info | grep 'apc'

Reference
http://www.ireallyhost.com/kb/7/ (วิธีติดตั้ง APC)
http://help.directadmin.com/item.php?id=400
https://www.wegethosting.com/wiki/index.php/%E0%B8%95%E0%B8%B4%E0%B8%94%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87_APC_%E0%B8%9A%E0%B8%99_CentOS_5.6
http://www.dominixz.com/blog/geek-tips/server-vps/how-to-install-apc-on-directadmin-centos-5-7/
http://stevejenkins.com/blog/2011/08/how-to-install-apc-alternative-php-cache-on-centos-5-6/
http://www.icafezone.net/blogs/admin/47-install-directadmin-apc.html
http://forum.directadmin.com/showthread.php?t=35918&p=177852#post177852

ไอเรียลลี่โฮส
สำหรับการสนับสนุน และช่วยเหลือ
http://www.ireallyhost.com/support
ข้อกำหนดในการเผยแพร่บทความ ข่าวสาร
** บทความนี้มีลิขสิทธิ์ ไม่อนุญาติให้คัดลอก ทำซ้ำ ดัดแปลงก่อนได้รับอนุญาต **
โปรดระบุแหล่งที่มา บริษัท เอ็กซ์ตร้า คอร์ปอเรชั่น จำกัด / https://www.ireallyhost.com