Linux
How to Install and Start Apache2 Services under 5 minutes, Kali Linux 2023.4
Commands:
sudo apt install apache2
sudo service apache2 start
sudo service apache2 status
cd /var/www/html
sudo rm -rf *
sudo nano index.html
[ad_2]
source