How to Install Apache 2 on AWS Ubuntu Linux 18.04 / 20.04 / 22.04

Apache is the web server that processes requests and serves web assets and content via HTTP. MySQL is the database that stores all your information in an easily queried format. PHP is the programming language that works with apache to help create dynamic web content. In this tutorial, i am going to show you how to … Read more

How to Install PHPMyAdmin Amazon EC2 Instance on Linux Ubuntu

phpMyAdmin is a database management tool for MySQL compatible databases. The current version of phpMyAdmin, at the time of this recording, supports MySQL 5.5 or later. If you’re using MySQL 5.0-5.4, you need to use phpMyAdmin 4.0. The current version of phpMyAdmin also supports MariaDB 5.5 or later. Install PHP MySQL on ubuntu ec2 instance; In … Read more

How to Change and Secure Default PhpMyAdmin Login URL

In this tutorial, i am going to show you how to secure and change the PHPMyAdmin login access URL in ubuntu apache on aws. You know that, in the ubuntu apache web server, the phpmyadmin login url is located on http://server-ip/phpmyadmin. And security reasons you may want to change it. So in this tutorial, we … Read more

How To Install the Apache Web Server on Ubuntu 20.04/22.04

Install Apache 2 on AWS ec2 instance ubuntu. Through this tutorial, i am going to show you how to install apache 2 web server on aws ec2 instance ubuntu linux. Nota that, The Apache HTTP web server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, … Read more