Apache Configuration Guide
Prerequisites
Step 1: Install Apache Web Server
sudo apt update
sudo apt install apache2 -yStep 2: Enable Required Apache Modules
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo a2enmod headers
sudo a2enmod rewriteStep 3: Configure Apache Virtual Host for site.com
Step 4: Install Certbot and Apache Plugin
Step 5: Obtain SSL Certificate with Certbot
Step 6: (Optional) Test Auto-Renewal
Step 7: Verify Setup
Conclusion
Last updated
Was this helpful?