Tag archives: apache

RSS feed of apache

Install LAMP Stack on CentOS 6

Install LAMP Stack on CentOS 6

LAMP stack is an open source solution for building dynamic web sites and web applications. The acronym LAMP is derived from the software used which includes, Linux, Apache, MySQL, and PHP.

In this guide we will install a LAMP Server on CentOS 6. Note: you will need root privileges.


Step 1 – Install Apache

Setting ...

Read More


How to Install APC PHP Cache on Plesk / Centos server

How to Install APC PHP Cache on Plesk / Centos server

What is PHP APC Cache?

If you’ve been around PHP for a while, you’ve probably heard about APC, the Alternative PHP Cache. APC is an opcode cache that can significantly speed up your PHP applications, by caching both PHP code and user variables. Adding APC to an application usually results in improved application response times ...

Read More