How to start localhost in Ubuntu | install apache server in ubuntu
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 file in html folder
————————————–
touch /var/www/html/mypage.html
by Tricky Binary
linux web server
nice, thx
Danke schon
អរគុណច្រើន ❤
thank you that was helpful