Apache HTTP Server · Example Payload

Httpd Virtualhost Example

ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

Httpd Virtualhost Example is an example object payload from Apache HTTP Server, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

serverNameserverAliasesdocumentRootportsslEnablederrorLogaccessLog

Example Payload

Raw ↑
{
  "serverName": "www.example.com",
  "serverAliases": [
    "example.com"
  ],
  "documentRoot": "/var/www/html",
  "port": 443,
  "sslEnabled": true,
  "errorLog": "/var/log/apache2/error.log",
  "accessLog": "/var/log/apache2/access.log"
}