RPi install Apache/PHP WEB-server
Updated 2024-01-07 ! OK with Bookworm & PHP 8.2 ! As a part of one of my project, the ultimate Weather site ? Weather34 , I needed a WEB-host with PHP. I started up with a fresh Raspberry OS Lite SD Card with Samba installed . Log on, with ssh/terminal to the RaspberryPi(RPi), in this case hostname "pws01", and update the OS with sudo apt update sudo apt full-upgrade -y sudo apt clean go on and install the Apache server with sudo apt install apache2