XCache
March 6th, 2009
No comments
XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.
Установка:
1 2 3 4 5 6 | [root@case.net.ru]$ cd /usr/ports/www/xcache/ [root@case.net.ru]$ make showconfig ===> The following configuration options are available for xcache-1.2.2: COVERAGER=off "Enable code coverage dumper" ===> Use 'make config' to modify these settings [root@case.net.ru]$ make install clean |
Настройка:
1 2 | [root@case.net.ru]$ cp /usr/local/share/examples/xcache/xcache.ini /usr/local/etc/php/ [root@case.net.ru]$ cp -R /usr/local/share/examples/xcache/admin /usr/local/www/data/xcache |
В файле xcache.ini устанавливаем переменную xcache.admin.pass, хеш пароля можно получить командой:
1 | [root@case.net.ru]$ md5 -s password |
