LAMP: Difference between revisions

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..."
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:Lamp stack.jpg|thumb|Source: [https://geekboots.sfo2.cdn.digitaloceanspaces.com/post/lamp-stack-1567223529136.jpg digitaloceanspaces.com]]]
==Update Software Packages==
==Update Software Packages==
  sudo apt update
  sudo apt update
Line 81: Line 82:
Restart Apache for the changes to take effect.
Restart Apache for the changes to take effect.
  sudo systemctl restart apache2
  sudo systemctl restart apache2
==Terkait==
*[[LAMP:Shell Script Install LAMP]]


==Source==
==Source==