Apache

How To Create an SSL Certificate on Apache for CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Create an SSL Certificate on Apache for CentOS 7

SSL is a web protocol used to encrypt a site’s information and create a more secure connection. The certificate system also assists users in verifying the identity of the sites that they are connecting with. In this guide, we will show you how to set up a self-signed SSL certificate for use with an Apache web server on a CentOS 7 VPS.

Read more
How To Host a Website with Caddy on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website with Caddy on CentOS 7

[Caddy](https://caddyserver.com/) is a new web server which can be used in place of Apache or Nginx to serve websites. It has been created with ease of use in mind and has become a common choice for developers who want to quickly run a website without working out difficult configuration files. In this tutorial, you will install and configure Caddy. After following this tutorial, you will have a simple working website served using HTTP/2 and a secure TLS connection.

Read more
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04

One of the most common steps to take when setting up a new server is to install a LAMP stack. LAMP stands for Linux, Apache, MySQL, and PHP. These individual components, when used together, allow us to host dynamic web content like websites and web apps on our server. We will demonstrate how to install these pieces and configure a basic setup for Ubuntu 14.04 in this guide.

Read more
How To Install Linux Dash on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux Dash on Ubuntu 14.04

Linux Dash is an open-source dashboard to monitor Linux servers. It prides itself on its simplicity and ease of use. It can be very handy to have a high-level dashboard for a server instance. With a wide array of modules for server statistics, it also serves as a great visual debugging tool.

Read more
CHAT