LAMP

LAMP

LAMP stands for Linux, Apache, MySQL, and PHP. Together, they provide a proven set of software for delivering high-performance web applications. Each component contributes essential capabilities to the stack.

Packages Included

Package Version License
MySQL server 8.0.26 GPL 2 with modifications
Apache 2.4.41 Apache 2
PHP 7.4.3 PHP License v3.01
phpMyAdmin 4.9.5 GPL 2
UFW 0.36


Getting Started after Deploying LAMP

In addition to package installation, the LAMP application stack image also:

  1. Enables the UFW firewall to allow only SSH (port 22), HTTP (port 80), and HTTPS (port 443) access.

  2. Creates a new user named admin and sets the password for this user which is available in /root/.idrive_password inside the instance.

  3. Runs mysql_secure_installation