PHP is running
Served through the PHP-FPM pool that belongs to this hosting account.
Front controller works. You asked for /sitemap.xml,
no such file exists, and nginx handed the request to index.php —
the same mechanism a framework router relies on.
back to /
Runtime
| PHP version | 8.1.2-1ubuntu2.26 |
| SAPI | fpm-fcgi (expected fpm-fcgi) |
| Running as | aogoulatest3 — your account, not www-data |
| Document root | /home/aogoulatest3/web/test57.ogoula.space |
| open_basedir | /home/aogoulatest3/web:/tmp |
| memory_limit | 128M |
| upload_max_filesize | 2M |
Isolation
Read /etc/passwd |
refused — open_basedir is doing its job |
| Write into the site | allowed — and it counts against your disk quota |
Extensions
mysqli pdo_mysql mbstring curl gd zip xml
mysqli and pdo_mysql being present only means the client
library is there. No MySQL server is installed on the node and no database is
created per account, so there is nothing to connect to yet.
Request
| Method / path | GET /sitemap.xml |
| Host header | test57.ogoula.space |
| Client IP | 216.73.216.217 |
| Server time | 2026-09-11 18:44:17 |
Query name | (none) |
Also try
- /api.php — a JSON endpoint.
- /any/made/up/path — falls back here.
- /index.php?name=wayhost — query strings survive the fallback.