Home » Tag Archives: centos

Tag Archives: centos

Apache Reverse Proxy & Forward Proxy

What is Apache Forward Proxy ? Forward proxies act as a gatekeeper between client browsers on your local network and internet accessed by those clients. The forward proxy will receive the HTTP requests, perform any filtering or request alteration rules you establish, and when appropriate, forward the request to destination. The response …

Read More »

MySQL master slave replication on CentOS

mysql master slave replication

What is MySQL master slave Replication ? MySQL master slave replication is a process that allows you to easily maintain multiple copies of a MySQL data by having them copied automatically from a master to a slave database. This can helpful for many reasons including facilitating a backup for the …

Read More »