During my last search on eaccelerator progress ( in time of writing 0.9.5) i found new link to another php cache :
since it’s made by author of lighttpd i’m eager to try it out in my freebsd server.
1. updating freebsd ports
2. install from ports
# cd /usr/ports/www/xcache && make install
3. Copying ini file
# cp /usr/local/share/examples/xcache/xcache.ini /usr/local/etc/php/
4. creating md5 password 🙂
# md5 -s ‘openbsd’
copy generated md5 into : xcache.ini
# ee /usr/local/etc/php/xcache.ini
change from xcache.admin.pass =”” into
xcache.admin.pass = “8a9596f483a1f51017555338843c4b46”
save the file and restart apache
# apachectl restart
done!
P.S :
1. Use phpinfo() to see if xcache already installed properly
2. Copy admin folder from /usr/local/share/examples/xcache/ into web executeable directory