The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
problem whene i install xCache.
hello every body.
i tried install xCache on my server ..every thing looks working fine but whene this xcache load .. i can open my sites on server. but this shown to me download page. ex. im log to ex.com --> download index.php i hv installed use this . Code:
cd /home wget http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz gunzip -c xcache-1.2.2.tar.gz | tar xf - cd xcache-1.2.2 /usr/bin/phpize ./configure --enable-xcache make make install Code:
extension = "xcache.so" [xcache.admin] xcache.admin.user = "NLP" xcache.admin.pass = "61310cbe71074267b7b91178279cccd3" [xcache] xcache.shm_scheme = "mmap" xcache.size = 128M xcache.count = 4 xcache.slots = 8K xcache.ttl = 7200 xcache.gc_interval = 300 xcache.var_size = 128M xcache.var_count = 4 xcache.var_slots = 8K xcache.var_ttl = 7200 xcache.var_maxttl = 14400 xcache.var_gc_interval = 300 xcache.test = Off xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" xcache.coredump_directory = "/tmp" xcache.cacher = On xcache.stat = On xcache.optimizer = On [xcache.coverager] xcache.coverager = Off xcache.coveragedump_directory = "" |
#2
|
|||
|
|||
Hi,
XCache is a open-source opcode cacher, which means that it accelerates the performance of PHP on servers. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM. This will increase the rate of page generation time by up to 5 times as it also optimizes many other aspects of php scripts and reduce serverload. Have a quick look here http://www.cyberciti.biz/faq/howto-r...opcode-cacher/ this explains in basic terms the installation of xcache, and you'll be able to test it afterwards, Let me know if you managed to get it working Good luck |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|