Let’s Encrypt is a free Certificate Authority (CA). It provides a simple way to obtain, install and renew free TLS/SSL certificates. This guide will help you to obtain and install free SSL certificate and Secure Nginx with Let’s Encrypt on Debian 9 server. Prerequisites# Logged in to Debian server with a non-root user with...
Using Nginx Server Blocks you can run more than one website on a single machine. You can specify the separate document root for each domain. In addition, you also can create a separate security policy for each site and use different SSL certificates for each site and much more. In this guide, we will...
Nginx is a free, high performance and open-source HTTP and reverse proxy server. It can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. It is a more flexible and lightweight program than Apache HTTP Server that’s why it powers some of the largest sites...
phpMyAdmin is a free, open source and web interface based database management tool for MySQL and MariaDB. It’s PHP based application to interact with MySQL and MariaDB easily. Using phpMyAdmin you can manage MySQL databases, user accounts and privileges, execute SQL-statements, import and export data in a variety of data formats and much more....
Let’s Encrypt is a new Certificate Authority (CA). They provides a simple way to obtain, validate, install and renew free TLS/SSL certificates. In this tutorial, you will learn how to obtain and install free SSL certificate and Secure Nginx with Let’s Encrypt on CentOS 7 server. Prerequisites# A CentOS system logged in with a...
Nginx Server Blocks allows you to host multiple domains on a single server. It is very useful to manage configurations of each site independently. We can set separate security policy and use different SSL certificates and much more. In this tutorial, we will learn how to set up Nginx Server Blocks on a CentOS...
Nginx is open-source, high performance and free web server. It is a modern and efficient web server to handle large number of concurrent connections. Nginx can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. It is a much more flexible and lightweight program than...
Using Let’s Encrypt you can get a free SSL certificate. Let’s Encrypt is a Certificate Authority (CA) that provides an simple way to obtain, validate, install and renew free TLS/SSL certificates. In this guide, you will learn how to obtain and install free SSL certificate and Secure Apache with Let’s Encrypt on Ubuntu 18.04....
Apache Virtual Hosts allows you to host multiple websites on a single server. Apache will divide its functionality and components into individual units so we can customize independently. In this tutorial, you will learn steps to set up Apache Virtual Hosts on a Ubuntu 18.04 server. Create Virtual Hosts On Ubuntu 18.04# With Virtual...
phpMyAdmin is an open source and free database management tool for MySQL with web interface. It’s PHP based application to interact with MySQL and MariaDB easily. This guide will outlines how to install phpMyAdmin with Apache on Debian 9. Using phpMyAdmin tool you can manage MySQL databases. In addition, you can also manage user...