Apache HTTP Server · Schema
VirtualHost
Apache HTTP Server virtual host configuration
ApacheLoad BalancerOpen-SourceProxyReverse ProxyWeb Server
Properties
| Name | Type | Description |
|---|---|---|
| serverName | string | Primary server name (ServerName directive) |
| serverAliases | array | Additional server aliases |
| documentRoot | string | Document root directory path |
| port | integer | Listening port |
| sslEnabled | boolean | Whether SSL/TLS is enabled |
| errorLog | string | Error log file path |
| accessLog | string | Access log file path |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/apache-httpd/json-schema/httpd-virtualhost-schema.json",
"title": "VirtualHost",
"type": "object",
"description": "Apache HTTP Server virtual host configuration",
"properties": {
"serverName": {
"type": "string",
"description": "Primary server name (ServerName directive)",
"example": "www.example.com"
},
"serverAliases": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional server aliases",
"example": [
"example.com"
]
},
"documentRoot": {
"type": "string",
"description": "Document root directory path",
"example": "/var/www/html"
},
"port": {
"type": "integer",
"description": "Listening port",
"example": 443
},
"sslEnabled": {
"type": "boolean",
"description": "Whether SSL/TLS is enabled",
"example": true
},
"errorLog": {
"type": "string",
"description": "Error log file path",
"example": "/var/log/apache2/error.log"
},
"accessLog": {
"type": "string",
"description": "Access log file path",
"example": "/var/log/apache2/access.log"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/httpd-virtualhost"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.