Programming/php2014. 9. 23. 18:33
xcache - ubuntu 14.04 기준
/etc/php5/mods-available/xcache.ini
/usr/lib/php5/20121212/xcache.so

$ vi /etc/php5/fpm/php.ini
extension=xcache.so

$ vi /etc/php5/mod-available/xcache.ini
[xcache.admin]
;xcache.admin.enable_auth = On
xcache.admin.enable_auth = Off
 

[링크 : http://xcache.lighttpd.net]
[링크 : http://www.tecmint.com/install-xcache-to-accelerate-and-optimize-php-performance/] xcache 설치 / 최적화


[링크 : http://blog.pages.kr/217]
[링크 : http://php.net/manual/en/book.apc.php]



[링크 : http://en.m.wikipedia.org/wiki/List_of_PHP_accelerators]

'Programming > php' 카테고리의 다른 글

php EGPCS  (0) 2014.10.07
php-fpm관련  (0) 2014.09.25
lighthttpd / php / FastCGI  (0) 2014.08.28
php5 class / object oriented programming  (4) 2014.07.07
웹소켓 (websocket)  (0) 2014.07.03
Posted by 구차니