Created
December 4, 2010 20:03
-
-
Save emiltin/728442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~$ macruby -rubygems /Users/emiltin/Desktop/1011.rb | |
| == Sinatra/1.1.0 has taken the stage on 4567 for development with backup from WEBrick | |
| [2010-12-04 21:01:21] INFO WEBrick 1.3.1 | |
| [2010-12-04 21:01:21] INFO ruby 1.9.2 (2008-06-03) [universal-darwin10.0] | |
| [2010-12-04 21:01:21] INFO WEBrick::HTTPServer#start: pid=20352 port=4567 | |
| 127.0.0.1 - - [04/Dec/2010 21:01:38] "GET / HTTP/1.1" 404 409 0.4013 | |
| activate.adobe.com - - [04/Dec/2010:21:01:37 CET] "GET / HTTP/1.1" 404 409 | |
| - -> / | |
| 127.0.0.1 - - [04/Dec/2010 21:01:38] "GET /__sinatra__/404.png HTTP/1.1" 304 - 0.2487 | |
| activate.adobe.com - - [04/Dec/2010:21:01:38 CET] "GET /__sinatra__/404.png HTTP/1.1" 304 0 | |
| http://0.0.0.0:4567/ -> /__sinatra__/404.png | |
| 127.0.0.1 - - [04/Dec/2010 21:01:39] "GET /hi HTTP/1.1" 200 12 0.0112 | |
| activate.adobe.com - - [04/Dec/2010:21:01:39 CET] "GET /hi HTTP/1.1" 200 12 | |
| - -> /hi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment