This is a default-ish test page used to confirm that your HTTP daemon is awake, caffeinated, and at least minimally cooperative.
Your web server is running. That’s the good news. The other news is: now it’s your problem. 😐
Loading…
Tip: If you are seeing this in production, you have discovered either a misconfiguration or a very confident administrator.
You probably expected content. Instead, you got a default page. Please notify the site administrator and describe what you were trying to do. Bonus points if you include the phrase “works on localhost”.
/var/www/html)./etc/apache2, RHEL-like: /etc/httpd)./var/log/apache2 or /var/log/httpd.
# Debian/Ubuntu style:
sudo a2ensite your-site.conf
sudo a2enmod rewrite headers ssl
sudo systemctl reload apache2
# RHEL/CentOS/Fedora style:
sudo vi /etc/httpd/conf.d/your-site.conf
sudo systemctl reload httpd