How to start localhost in Ubuntu | install apache server in ubuntu
#start #localhost #Ubuntu #install #apache #server
“Tricky Binary”
install apache2 (web server)
————————————–
sudo apt install apache2
start apache server
————————————–
sudo systemctl start apache2
give permission to html folder
————————————–
sudo chmod 777 /var/www/html
create html…
source
Concluzion: How to start localhost in Ubuntu | install apache server in ubuntu – [vid_tags]