Apache Web Server

Serving content swiftly & securely
Server Status

It works! Your site is live.

This landing page is being served by Apache HTTP Server. Replace or customize it to fit your project.

Running DocumentRoot: /var/www/html Index: index.html

Server Details

Server Name
example.local
Server IP
127.0.0.1
Document Root
/var/www/html
Date

Get Started

Place your site files in /var/www/html (or your vhost DocumentRoot). Update virtual hosts and enable useful modules.

  • Edit: /etc/apache2/sites-available/000-default.conf (Debian/Ubuntu) or /etc/httpd/conf.d/ (RHEL/CentOS).
  • Enable modules like rewrite and headers if needed.
  • Restart Apache after changes.

Security Tips

  • Disable directory indexing unless required (Options -Indexes).
  • Hide version signature (ServerTokens Prod, ServerSignature Off).
  • Use HTTPS with HSTS; keep packages updated.
  • Serve a /.well-known/security.txt for vulnerability reporting.