Skip to content

lpmi-13/sadpods-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sadpod broken webserver

Inspired by the excellent Sad Servers, this is an implementation of the "Tokyo" scenario, where a webserver is serving index.html from 127.0.0.1:80 (as well as localhost:80), but it's not available.

Running in Gitpod

Open in Gitpod

This is a great use case for running an exercise in Gitpod, since the custom Docker image is very large, and it's much easier to pull it to a remote pod. There's also some Gitpod magic going on behind the scenes which means that pull and running the image locally won't work anyway.

The task

There's a webserver trying to serve content at 127.0.0.1:80 (and localhost:80), but it's not currently working. See if you can fix it!

Checking your solution

When you can successfully run either:

curl 127.0.0.1:80

or

curl localhost:80

and see

hello sadpod

then you've fixed it!

About

A Gitpod implemenation of the "Tokyo" exercise at https://sadservers.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages