January 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories

January 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Centos 6.7 apache2.4.x

Centos 6.7 apache2.4.x compile and install and configure virtual hosts, SSL access, user-based access control

apache2.4 new features

Loadable MPMs At compile time can be made ??of a plurality of removable of MPM. The choice of MPM can also be configured at run time.

Event MPM full support Event MPM. This is just test version […]

How to install redis server on CentOS 7 / RHEL 7

How to install redis server on CentOS 7 / RHEL 7

wget -r –no-parent -A ‘epel-release-*.rpm’ http://dl.fedoraproject.org/pub/epel/7/x86_64/e/ rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm

or

yum install epel-release

install redis server

Now use yum command to install redis server

yum install redis

Two important redis server configuration file’s path 1. /etc/redis.conf 2. /etc/redis-sentinel.conf

To start redis server

systemctl start […]