-
Notifications
You must be signed in to change notification settings - Fork 5
Install Apache Webserver
ReefSpy edited this page Mar 29, 2024
·
3 revisions
(refer to https://pimylifeup.com/raspberry-pi-apache/)
sudo apt install apache2 -y
Give privileges to user pi:
sudo usermod -a -G www-data pi
sudo chown -R -f www-data:www-data /var/www/html
sudo reboot
Test apache is running by going to the url below. You should see the Apache welcome page:
http://<servername>