Skip to content

Instantly share code, notes, and snippets.

@cameroncox
Created July 22, 2008 20:50
Show Gist options
  • Save cameroncox/1275 to your computer and use it in GitHub Desktop.
Save cameroncox/1275 to your computer and use it in GitHub Desktop.
## development
== Sinatra has taken the stage on port 4567 for development with backup by Rack::Handler::Mongrel
127.0.0.1 - - [22/Jul/2008 16:49:56] "GET / HTTP/1.1" 404 660 0.0031
127.0.0.1 - - [22/Jul/2008 16:49:56] "GET /sinatra_custom_images/404.png HTTP/1.1" 200 23305 0.0008
## production
== Sinatra has taken the stage on port 4567 for production with backup by Rack::Handler::Mongrel
127.0.0.1 - - [22/Jul/2008 16:50:35] "GET / HTTP/1.1" 200 2 0.0038
127.0.0.1 - - [22/Jul/2008 16:50:35] "GET /favicon.ico HTTP/1.1" 404 18 0.0002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment