Published on : August 31, 2019 by Sheldon Moor
Varnish Cache is an open-source, elite HTTP accelerator agent. It stores the cache in memory ensuring that web server resources are not wasted in creating the same web page over and over again when requested by a client. Here we are going to look at how a varnish cache can be installed and configured to […]
Published on : May 25, 2019 by Travis Ville
Django is a Python-based free and open-source web framework that can be used for developing dynamic websites and web applications. In this article, we will explain the procedures to configure Django with Apache in CentOS 7. Requirements Server running with CentOS 7 Static IP address configured on your system. (We are using IP 148.251.214.61 as […]
Published on : March 25, 2019 by Albert Reilly
INSTALLING AND SECURING PHPMYADMIN A website may require database connection and management. Here we will install phpMyAdmin, a common database management tool. Then we will follow some steps to secure it and using this tool, create a database and a user. To setup the server, you will need to follow the Part One of this […]
Published on : March 4, 2019 by Albert Reilly
SETTING UP VIRTUAL HOSTS Virtual Hosts are used when we have more than one domain to run with a single IP address. We can have multiple websites on our server and there is no limit to the number of virtual hosts that can be added. For setting up virtual hosts on CentOS 7, follow the […]
Published on : February 25, 2019 by Albert Reilly
Configuring your Instance This series will help you create a WordPress website on AWS. This first part will help you configure your EC2 instance by installing LAMP (Linux Apache MySQL PHP) on it. We will move on to set virtual host on the instance to use multiple domains if needed. In the third part, we […]