Apache HTTP Server · JSON Structure

Httpd Virtualhost Structure

Type: object Properties: 7
ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

Httpd Virtualhost Structure is a JSON Structure definition published by Apache HTTP Server, describing 7 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

serverName serverAliases documentRoot port sslEnabled errorLog accessLog

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-httpd/json-structure/httpd-virtualhost-structure.json",
  "title": "VirtualHost",
  "type": "object",
  "properties": {
    "serverName": "string",
    "serverAliases": "array",
    "documentRoot": "string",
    "port": "int32",
    "sslEnabled": "boolean",
    "errorLog": "string",
    "accessLog": "string"
  }
}