Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

15.3. xcache

# portsnap fetch update
# cd /usr/ports/www/xcache
# make install clean
		

Enable xache

# cp /usr/local/share/examples/xcache/xcache.ini /usr/local/etc/php/
# cd /usr/local/etc/php/
# vi xcache.ini
		

Type the following command to restart lighttpd

# /usr/local/etc/rc.d/lighttpd restart