ApacheLocal panel · 127.0.0.1:8858

Available

Yes
debian

Service

apache2
legacy backend

.htaccess

Yes
AllowOverride All vhost drafts

Port

8080
recommended behind Caddy

Apache Detect

{
  "available": true,
  "binaries": {
    "apache2": "/usr/sbin/apache2",
    "apachectl": "/usr/sbin/apachectl",
    "httpd": null,
    "systemctl": "/usr/bin/systemctl"
  },
  "layout": "debian",
  "service": "apache2",
  "version": {
    "cmd": [
      "/usr/sbin/apache2",
      "-v"
    ],
    "code": 0,
    "ok": true,
    "stderr": "",
    "stdout": "Server version: Apache/2.4.58 (Ubuntu)\nServer built:   2026-06-03T15:41:58\n"
  }
}

Apache Status

{
  "active": {
    "cmd": [
      "/usr/bin/systemctl",
      "is-active",
      "apache2"
    ],
    "code": 3,
    "ok": false,
    "stderr": "",
    "stdout": "failed\n"
  },
  "detect": {
    "available": true,
    "binaries": {
      "apache2": "/usr/sbin/apache2",
      "apachectl": "/usr/sbin/apachectl",
      "httpd": null,
      "systemctl": "/usr/bin/systemctl"
    },
    "layout": "debian",
    "service": "apache2",
    "version": {
      "cmd": [
        "/usr/sbin/apache2",
        "-v"
      ],
      "code": 0,
      "ok": true,
      "stderr": "",
      "stdout": "Server version: Apache/2.4.58 (Ubuntu)\nServer built:   2026-06-03T15:41:58\n"
    }
  },
  "enabled": {
    "cmd": [
      "/usr/bin/systemctl",
      "is-enabled",
      "apache2"
    ],
    "code": 0,
    "ok": true,
    "stderr": "",
    "stdout": "enabled\n"
  }
}