How to Install Apache

  1. Install Apache
    sudo apt update && sudo apt upgrade -y
    sudo apt install apache2 -y
  2. Install PHP
    cd /var/www/html
  3. HTTPS
    sudo apt install python3-certbot-apache -y
    sudo certbot –apache -d -d www.domain
    sudo certbot –apache -d huskyfurniture.com -d www.huskyfurniture.com

Leave a Reply

Your email address will not be published. Required fields are marked *