Author Archives: XtreemWeb



XtreemWeb

Web servers

How to install Memcached on CentOS

Memcached (Daemon) Installation on CentOS: Try to install with yum: # yum install libevent libevent-devel If this succeeds skip to #5. If this fails, then let’s compile. Download and extract...

0
November 06, 2016
Web servers

How to install XCache

XCache Installation: Download the latest compatible version and extract: # cd /usr/local/src && wget http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz && tar -xzf xcache-1.3.2.tar.gz && cd xcache-1.3.2 Note the path returned for the following command:...

0
November 06, 2016
Web servers

Install Nginx webserver on Ubuntu 16.04

Install Nginx Nginx is available in Ubuntu’s default repositories, so the installation is rather straight forward. Since this is our first interaction with the apt packaging system in this session,...

0
November 06, 2016
Ubuntu, Web servers

Install Nginx on Ubuntu 16.04

Install Nginx Nginx is available in Ubuntu’s default repositories, so the installation is rather straight forward. Since this is our first interaction with the apt packaging system in this session,...

0
February 04, 2016
Web servers

How to install eAccelerator

eAccelerator Installation:   If using PHP v5+, download the lastest compatible version and extract. Remember v0.9.5.3 is the last version that supports user objects, later versions only support opcode caching....

0
February 04, 2016