Apache HTTP Server · JSON-LD Context

Apache Httpd Status Context

JSON-LD context defining the semantic vocabulary for Apache Httpd Status from Apache HTTP Server.

26 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

httpd: https://httpd.apache.org/vocab#

Classes

ServerVersion ServerMPM ServerUptimeSeconds Load1 Load5 Load15 ReqPerSec BytesPerSec BusyWorkers IdleWorkers Scoreboard serverName serverAliases documentRoot port sslEnabled errorLog accessLog url scheme hostname loadFactor lbStatus lbMethod nonce members

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "httpd": "https://httpd.apache.org/vocab#",
    "ServerVersion": "httpd:ServerVersion",
    "ServerMPM": "httpd:ServerMPM",
    "ServerUptimeSeconds": "httpd:ServerUptimeSeconds",
    "Load1": "httpd:Load1",
    "Load5": "httpd:Load5",
    "Load15": "httpd:Load15",
    "ReqPerSec": "httpd:ReqPerSec",
    "BytesPerSec": "httpd:BytesPerSec",
    "BusyWorkers": "httpd:BusyWorkers",
    "IdleWorkers": "httpd:IdleWorkers",
    "Scoreboard": "httpd:Scoreboard",
    "serverName": "schema:name",
    "serverAliases": "httpd:serverAliases",
    "documentRoot": "httpd:documentRoot",
    "port": "schema:portNumber",
    "sslEnabled": "httpd:sslEnabled",
    "errorLog": "httpd:errorLog",
    "accessLog": "httpd:accessLog",
    "url": "schema:url",
    "scheme": "httpd:scheme",
    "hostname": "schema:hostName",
    "loadFactor": "httpd:loadFactor",
    "lbStatus": "httpd:lbStatus",
    "lbMethod": "httpd:lbMethod",
    "nonce": "httpd:nonce",
    "members": "httpd:members"
  }
}