ปกติถ้าท่านใดใช้งาน DA control panel อยู่ และอยากจะใช้ cache system เพื่อลดโหลดเข้ามายังฝั่ง server ให้วิ่งมาเรียกไฟล์ใหม่ทุกครั้ง
สามารถใช้งานตัว cache ช่วยได้ แต่ก็ต้องดูความเหมาะสมด้วยว่า php ที่เราใช้งาน สามารถใช้งานร่วมกันได้หรือเปล่า
ใน DA เวอร์ชั่นใหม่ๆเราสามารถ install opcache เข้าไปร่วมได้ กับ PHP 5.5 เป็นต้นไปครับผม
#cd /usr/local/directadmin/custombuild
#./build set opcache yes
#./build opcache
แล้วก็ลงตัว monitor cache ไว้ด้วย
#cd /home/root/html
#wget
https://raw.githubusercontent.com/rlerdorf/opcache-status/master/opcache.phpแล้วก็เขียนกันสิทธิ์เข้าไปดูหน่อยครับ
#htpasswd -c /home/root/html/.htpass user
#vi .htaccess
AuthName "Secure Area"
AuthType Basic
AuthUserFile /home/root/html/.htpass
require valid-user
แค่นี้ก็เรียบร้อยครับผม
ในกรณีต้องการปรับแต่งค่า ตัวเลข cache เพิ่มเติม
#cd /usr/local/directadmin/custombuild/configure/opcache
#cp opcache.ini opcache.ini_ori
#vi opcache.ini
เปลี่ยนค่าต่างๆตามความเหมาะสม
#cd /usr/local/directadmin/custombuild
#./build opcache
แค่นี้ก็เรียบร้อยครับผม