vttrack.es-develop.tenants.platform.it.vt.edu Open in urlscan Pro
54.84.164.208  Public Scan

URL: https://vttrack.es-develop.tenants.platform.it.vt.edu/
Submission: On July 19 via automatic, source certstream-suspicious — Scanned from ES

Form analysis 1 forms found in the DOM

Name: search

<form class="md-search__form" name="search">
  <input autocapitalize="off" autocomplete="off" autocorrect="off" class="md-search__input" data-md-component="query" data-md-state="active" name="query" placeholder="Search" spellcheck="false" type="text">
  <label class="md-icon md-search__icon" for="__search"></label>
  <button class="md-icon md-search__icon" data-md-component="reset" tabindex="-1" type="reset">  </button>
</form>

Text Content

Skip to content


VT HTTPD Image Apache HTTPD Base Image for Virginia Tech

Type to start searching
vt_httpd_base repo on code.vt.edu
 VT HTTPD Image
vt_httpd_base repo on code.vt.edu
 * Apache HTTPD Base Image for Virginia Tech Apache HTTPD Base Image for
   Virginia Tech
   Table of contents
    * Mission
    * Goals
       * Deployment
       * Observability

 * HowTo
   HowTo
    * How to Build vt_httpd_base
    * How to Use This Image

 * ModSecurity
   ModSecurity
    * ModSecurity in vt_httpd_base
    * Version 2 Example JSON Log
    * Version 3 Example JSON Log
    * Version 3 Example JSON Log

 * Testing
   Testing
    * Testing HTTPD with Nikto
    * Testing HTTPD using OWASP ZAP

Table of contents
 * Mission
 * Goals
    * Deployment
    * Observability


APACHE HTTPD BASE IMAGE FOR VIRGINIA TECH


MISSION

 * A secure, basic HTTPD instance that is the foundation for more complex web
   server needs.


GOALS


DEPLOYMENT

 * The current base supports TLS and HTTP/2, but neither has an out-of-the-box
   configuration. In many cases, this container will sit behind a proxy or load
   balancer such as Traefik which provides TLS.
 * The base image should allow the deployer to extend the functionality by
   layering on additional configuration.


OBSERVABILITY

 * Export Prometheus metrics.
   * Currently we simply expose the mod_status page to localhost.
   * Allows apache_exporter or Telegraf to scrape data from Apache HTTPD and in
     turn expose them as metrics to Prometheus.
 * Log to stdout/stderr.
   * Abstracts the implementation details of logging in the spirit of 12-factor
     principles.
 * Mod Security log in JSON format. See ModSecurity notes for more information.

Next How to Build vt_httpd_base

powered by MkDocs and Material for MkDocs