Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created August 15, 2011 20:12
Show Gist options
  • Save ingydotnet/1147687 to your computer and use it in GitHub Desktop.
Save ingydotnet/1147687 to your computer and use it in GitHub Desktop.
ingy@thinkingy:~/Work/stackato-samples/python/bottle-currency$ ../../../vmc-tcl/bin/stackato target http://api.stackato.local
Host is not valid: 'http://api.stackato.local'
Would you like see the response ? [yN]: y
<<<
Error (JSON 404): <html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/0.7.65</center>
</body>
</html>
>>>
ingy@thinkingy:~/Work/stackato-samples/python/bottle-currency$ ../../../vmc-tcl/bin/stackato target api.stackato.local
Host is not valid: 'http://api.stackato.local'
Would you like see the response ? [yN]: y
<<<
Error (JSON 404): <html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/0.7.65</center>
</body>
</html>
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment