Force HTTP to HTTP Date posted : 06/02/2019 In this post we will explain redirect the url from http to https. Before you follow this steps, you need ssl certificate for your domain. Step 1: Create or update the .httacess file with following code After you have added the code… Continue Reading Force HTTP to HTTPS

Date posted : 18/01/2019 Apache Rules for wildcard API end points In this post, we’re going to explain about adding apache rules for accessing multiple API end points. For instance, if you would like to run below api’s. You need apply some apache rules in order to accept those API… Continue Reading Apache Rules for wildcard API end points

How to Install Apache on macOS via Homebrew Date Posted : 25-Oct-2018 Installation steps as follows, Loginas root user or super user to perform this task, Step 1 – Install Apache on macOS Remove built-in Apache server (if any) from your system. Open a terminal and execute commands to stop… Continue Reading How to Install Apache on macOS via Homebrew

Nagios with GitLab in Independent VPs Date : 27-oct -2018 In this article, we are going to run two different services in single machine at different ports.Namely Nagios and GitLab are the services which be running on different ports.This will accomplished by installing the services on machine. I.Introduction :  Nagios… Continue Reading Nagios with GitLab in Independent VPs

How to install and configure Opencart – 3.0.2 On CentOS – 7. DATE POSTED: 19-10-2018 What is Opencart and its real-time purpose in this world ? OpenCart is a free and open source  online e-commerce web application. It is written in PHP and uses MySQL to store its database. It has… Continue Reading How to install and configure Opencart – 3.0.2 On CentOS – 7.

Setting up Django and your web server with uWSGI and nginx Date posted: 05-oct-2018   In this article, we will see how to setup a Django web application on Ubuntu 16.04 server. We’ll use UWSGIservice to deploy our webapp along with Nginx. Requirements:- Python 3.6 Django 2.0.7 Nginx 1.10.3 Ubuntu 16.04 Install… Continue Reading Setting up Django and your web server with uWSGI and nginx on Ubuntu

How to Install Let’s Encrypt SSL Date posted: 28-sep-2018 Please follow  this steps to install the SSL certificate. Step 1: Install CertBot Type the given commands sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache   Step 2: Install Let’s Encrypt SSL Install Let’s Encrypt… Continue Reading How to Install Let’s Encrypt SSL

How to Install Latest Version of ngnix (1.15.4) on Centos 7 Dated : 29-09-2018 Nginx is a flat,light weight,powerful HTTP web server. In this piece of writing, we will illustrate about ngnix web server latest version installation on centos 7 and How to allow traffic for HTTP services,because by default the… Continue Reading How to Install Latest Version of ngnix (1.15.4) on Centos 7

Upgrading WordPress Manually in Centos 7 Date Posted : 20-09-2018 In this article, we are about to learn about how to upgrade WordPress version from rear end.We assuming that your have installed LAMP stack. Prerequisite : Acquaintance of WordPress,MySQL Assumptions: Centos 7 is running in your server WordPress version :… Continue Reading Upgrading WordPress Manually in Centos 7

Block wp-login.php based on country through mod_security Date Posted: 17-02-2018 WordPress is popular CMS which receives large number of DDOS login attempts generally. As a system administrator or site owner, if we dont feel that the traffic is not genuine from some other country, we can restrict wp-login.php   only from… Continue Reading Block wp-login.php based on country through mod_security