web-07.dc-ams.local · python 3.11.6 · provisioned 4h ago
This server was brought online today as part of the autumn capacity refresh. There is currently no user-facing application served at the public root. The host responds to your request as a courtesy so that liveness probes from the load balancer keep returning green during the bring-up window.
# /opt/sandbox/hello.py def main(): print("Hello, World!") import socket, platform print("host :", socket.gethostname()) print("py :", platform.python_version()) print("os :", platform.system(), platform.release()) if __name__ == "__main__": main()
$ python3 hello.py
Hello, World!
host : web-07.dc-ams.local
py : 3.11.6
os : Linux 6.1.0-15-amd64
If you reached this page expecting something else, the application binding is still in progress and the dns record for the eventual virtual host is propagating. Returning visitors should retry in a few hours.
The placeholder will be removed once the production vhost replaces the catch-all rule at the edge proxy. Until then, kindly disregard.