-
·
How to Install WebERP with Apache on Ubuntu Linux
The article provides a comprehensive guide for installing and utilizing WebERP, a popular open-source accounting and business management system, on Ubuntu Linux with Apache support. Essential steps include the installation of Apache2, MariaDB, PHP 7.1 and related modules alongside creating a WebERP database and eventually configuring Apache. The article concludes with the successful enabling and…
-
·
Managing VirtualBox with phpVirtualBox on Ubuntu
The post walks readers through the process of managing VirtualBox 5.2 on a headless Ubuntu 16.04 LTS server using phpVirtualBox. It outlines the prerequisites, including the installation of VirtualBox and PHP 7.1 with related modules. The instructions then proceed to cover the installation of Apache2 HTTP server, PHP 7.1, and finally, phpVirtualBox. Guidance is also…
-
·
Switching Joomla to HTTPS: A Step-by-Step Guide
This tutorial outlines the process of converting Joomla websites from HTTP to HTTPS to comply with preferred ranking parameters of search engine providers. It involves obtaining free SSL/TLS certificates from Let’s Encrypt, ensuring Apache2 specifications are correct, installing the certificate, and modifying the Joomla site URL to HTTPS. The described process also includes setting up…
-
·
Switching to HTTPS on Drupal: A Step-by-Step Guide
This post provides a tutorial on converting Drupal websites from HTTP to HTTPS without losing the audience. It gives step-by-step instructions on acquiring free SSL/TLS certificates from Let’s Encrypt, configuring Apache2, and changing the Drupal site URL for HTTPS. The guide also includes the installation of a Secure Login plugin for HTTPS compliance, and setting…
-
·
How to Install X-Cart with Apache on Ubuntu Linux
X-Cart is a widely-used commercial open-source eCommerce platform created in PHP that enables the quick setup of online stores. It requires a LAMP/LEMP stack and a one-time licensing fee, with no transaction or monthly fees. The main steps to install X-Cart involve setting up a webserver like Apache2, installing a database server such as MariaDB,…
-
·
Migrate from Apache to Nginx for WordPress
This article provides a guide for migrating from the Apache web server to Nginx for WordPress on Ubuntu. It covers installation steps for Nginx and PHP-FPM, including necessary configurations. The tutorial emphasizes ensuring only one web server runs on default ports and offers troubleshooting advice to validate successful configurations.
-
·
Configuring HSTS with Apache on Ubuntu: A Step-by-Step Guide
This tutorial outlines how to enable HTTP Strict Transport Security (HSTS) with Apache on Ubuntu Linux, enhancing the security of web connections. HSTS helps protect against attacks and cookies hijacking, ensuring strict HTTPS on web browsers. The procedure includes enabling Apache headers module and setting correct HSTS values in the VirtualHost file. Finally, to make…