Jump to content

LAMP: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2023

19 March 2022

  • curprev 16:5816:58, 19 March 2022 Kangtain talk contribs 2,618 bytes +147 No edit summary
  • curprev 16:5416:54, 19 March 2022 Kangtain talk contribs 2,471 bytes +2,471 Created page with "==Update Software Packages== sudo apt update sudo apt upgrade ==Install Apache Web Server== sudo apt install -y apache2 apache2-utils After it’s installed, Apache should be automatically started. Check its status with systemctl. systemctl status apache2 If it’s not running, use systemctl to start it. sudo systemctl start apache2 It’s also a good idea to enable Apache to automatically start at system boot time. sudo systemctl enable apache2 Check Apache..."