LAMP Installation
LAMP is an open source stand for Linux Apache MySql PHP. In this tutorial we will learn how to install LAMP on a server. Requirement: Server with installed Linux OS. To access server remotely we need...
View ArticleApache – Prefork or Worker
Apache is the most common and famous webserver. Everyone knows about apache and most of us also have hands on experience with apache. But few of us know that apcahe2 comes with 2 multi processing...
View ArticleHow to check process memory details on linux
Many times we need to know how much RAM or virtual memory a process is using. Suppose you are deploying a website on server and you want to configure Maxclient on apache configuration file and to set...
View ArticleApache Prefork MPM Configuration
If you have installed a new apache web server(prefork MPM), planning to launch an online application and exptecting good amount of traffic then before going live, check apache settings for prefork mpm...
View Article