---
title: "Gets PHP web server configuration"
method: GET
path: "/api/server/php-web"
tags: ["Server Configuration"]
---

# Gets PHP web server configuration

`GET /api/server/php-web`

## Response `200`

Version of the current PHP web server. The problem key returns the first found server issue or empty if none.

- object
  - `version` string — PHP version
  - `version_id` integer — PHP version ID
  - `platform` 'unix' | 'windows'
  - `problem` ApiProblem
    - `title` string
    - `type` string
    - `status` integer
    - `detail` string

---

[API](https://skmtc.net/contao/apis/contao-manager-api.md) · [All operations](https://skmtc.net/contao/apis/contao-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contao/contao-manager-api/revisions/074d8046de13/schema)
