Raspberry Pi – Software – Apache webserver + PHP

apache webserver

Apache is a popular web server application you can install on the Raspberry Pi to allow it to serve web pages.

On its own, Apache can serve HTML files over HTTP, and with additional modules can serve dynamic web pages using scripting languages such as PHP.

sudo apt-get -y install apache2 php libapache2-mod-php

After install and visiting the raspberry pi’s IP:

Grant access to edit and delete files: