Install Apache Server on Raspberry Pi - ajumalp/rpi-nas GitHub Wiki

sudo apt -y install apache2
  • This will install apache into Raspberry Pi
  • We can check this by browsing the Raspberry Pi IP Address [In my case it was piserver]
  • You will notice the Apache default Page
  • This means, you have installed apache successfully