Browsing tag

apache

How To Setup Let’s Encrypt SSL Certificate with Apache on CentOS 8 / RHEL 8 & CentOS 7 / RHEL 7

Let’s Encrypt is a widely known certificate authority that provides free SSL certificates for websites, launched in April 2016. With the help of Certbot client, certificate creation, validation, signing, implementation, and renewal of certificates are fully automated. Prerequisites Follow the links to have either LAMP stack or only Apache web server installed on your system. […]

Install Apache SVN (Subversion) on Debian 9 / Ubuntu 16.04

Subversion, also known as SVN, an open-source version control system. It is used to keep track of source file and documents. Any time you change, add or delete a file or folder that you control with Subversion, you commit these changes to the Subversion repository, which creates a new revision in the repository reflecting these […]