Raspberry Pi Web Server
Setting up a Raspberry Pi as a web server
mkdir -p /home/pi/files/
chmod 777 /home/pi/files/
sudo bash
apt-get install apache2 -y
rm -rf /var/www/html/
ln -s /home/pi/files/ /var/www/html
by Tall Paul Tech
linux http server
Great to go fast!!
Awesome! Thanks again mate!
How do you make it accessible via a domain?
There is an ENTER and a RETURN key, the other might be better.