WordPress is by far the most popular open source blogging platform and CMS platform. WordPress is powered by more than a quarter of the world’s websites. WordPress is based on PHP and MySQL and has a lot of features that can be extended with free and premium plugins and themes. …
Tag Archives: Apache
How to configure Apache with Let’s Encrypt on CentOS 7
Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install TLS/SSL certificates for free, enabling encrypted HTTPS on web servers. Let’s Encrypt simplifies the process by providing a software client, Certbot, that attempts to automate most of the necessary steps. Currently, the whole process …
How to install and configure Apache Maven on CentOS 7
Apache Maven is a free and open source project management tool mainly used for Java projects. Maven uses the Project Object Model (POM) which is basically an XML file containing information about the project, configuration details, dependencies, etc. In this tutorial, we’ll show you two different ways to install Apache …
Install and secure phpMyAdmin on Apache CentOS 7
phpMyAdmin is an open source PHP-based tool for managing MySQL and MariaDB servers via a web based interface. PhpMyAdmin allows you to interact with MySQL databases, manage user accounts and privileges, run SQL statements, import and export data in various data formats and much more. In this tutorial, we will …
How to install and configure Apache on CentOS 7
Apache HTTP Server is the most used web server in the world. Apache offers many powerful features including dynamically downloadable modules, robust media support, and comprehensive integration with other popular software. Before starting this guide, you must have a regular, non-root user with sudo privileges configured on your server. We …
A tutorial on installing and configuring Redmine on CentOS 8
Redmine is a free and open source project management and issue tracking application. Redmine is a cross-platform and shared database app that’s built on the Ruby on Rails framework. Redmine includes support for multiple projects, wiki, issue tracking system, forums, calendars, email notifications, and more. In this tutorial, we will …
A tutorial on configuring Apache Virtual Hosts on CentOS 8
Apache Virtual Host allows you to run more than one website on a single server machine. With Virtual Host, you can define the root of the site document (the directory that contains the website files), create separate security policies for each site, use multiple SSL certificates and much more. In …