Skip to content

Instantly share code, notes, and snippets.

@bobschi
Last active December 28, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobschi/7411014 to your computer and use it in GitHub Desktop.
Save bobschi/7411014 to your computer and use it in GitHub Desktop.
what happens when I start gollum and try to go to the home page for the auto-generated page index.
my-machine:wiki me$ gollum
[2013-11-11 11:21:13] INFO WEBrick 1.3.1
[2013-11-11 11:21:13] INFO ruby 1.9.3 (2013-06-27) [x86_64-darwin12.5.0]
== Sinatra/1.4.4 has taken the stage on 4567 for development with backup from WEBrick
[2013-11-11 11:21:13] INFO WEBrick::HTTPServer#start: pid=91791 port=4567
localhost - - [11/Nov/2013:11:21:18 CET] "GET / HTTP/1.1" 302 0
- -> /
localhost - - [11/Nov/2013:11:21:18 CET] "GET /Home HTTP/1.1" 302 0
- -> /Home
localhost - - [11/Nov/2013:11:21:18 CET] "GET /create/Home HTTP/1.1" 200 6153
- -> /create/Home
localhost - - [11/Nov/2013:11:21:18 CET] "GET /javascript/editor/langs/markdown.js?_=1384165278256 HTTP/1.1" 200 11837
http://localhost:4567/create/Home -> /javascript/editor/langs/markdown.js?_=1384165278256
localhost - - [11/Nov/2013:11:21:18 CET] "GET /favicon.ico HTTP/1.1" 302 0
- -> /favicon.ico
localhost - - [11/Nov/2013:11:21:18 CET] "GET /create/favicon.ico HTTP/1.1" 200 6186
- -> /create/favicon.ico
localhost - - [11/Nov/2013:11:21:18 CET] "GET /favicon.ico HTTP/1.1" 302 0
- -> /favicon.ico
localhost - - [11/Nov/2013:11:21:18 CET] "GET /create/favicon.ico HTTP/1.1" 200 6186
- -> /create/favicon.ico
localhost - - [11/Nov/2013:11:21:18 CET] "GET /favicon.ico HTTP/1.1" 302 0
- -> /favicon.ico
localhost - - [11/Nov/2013:11:21:18 CET] "GET /create/favicon.ico HTTP/1.1" 200 6186
- -> /create/favicon.ico
my-machine:wiki me ls -la
total 24
drwxr-xr-x 7 me staff 238 11 Nov 11:00 .
drwxr-xr-x 60 me staff 2040 11 Nov 10:55 ..
drwxr-xr-x 16 me staff 544 11 Nov 11:12 .git
-rw-r--r-- 1 me staff 19 11 Nov 10:55 .gitignore
drwxr-xr-x 4 me staff 136 11 Nov 10:57 Rezepte
-rw-r--r-- 1 me staff 36 11 Nov 10:55 custom.css
-rw-r--r-- 1 me staff 70 11 Nov 10:55 wiki.sublime-project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment