Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. wcravens@albus:~/Repos/mojo$ MOJO_LOG_LEVEL=debug perl -Mojo -E 'package Main { use Mojo::Base 'Mojolicious::Controller'; sub index { }; }; get->to("Main#index"); app->start' get -M HEAD /
  2. [Thu Jan 3 15:22:32 2013] [debug] Your secret passphrase needs to be changed!!!
  3. [Thu Jan 3 15:22:32 2013] [debug] HEAD / (Mojolicious (Perl)).
  4. [Thu Jan 3 15:22:32 2013] [debug] Template "main/index.html.ep" not found.
  5. [Thu Jan 3 15:22:32 2013] [debug] Template "not_found.development.html.ep" not found.
  6. [Thu Jan 3 15:22:32 2013] [debug] Template "not_found.html.ep" not found.
  7. [Thu Jan 3 15:22:32 2013] [debug] Rendering inline template.
  8. [Thu Jan 3 15:22:32 2013] [debug] Rendering inline template.
  9. [Thu Jan 3 15:22:32 2013] [debug] 404 Not Found (0.014807s, 67.536/s).
  10. HEAD / HTTP/1.1
  11. User-Agent: Mojolicious (Perl)
  12. Accept-Encoding: gzip
  13. Content-Length: 0
  14. Host: localhost:58147
  15.  
  16. HTTP/1.1 404 Not Found
  17. X-Powered-By: Mojolicious (Perl)
  18. Content-Type: text/html;charset=UTF-8
  19. Connection: keep-alive
  20. Date: Thu, 03 Jan 2013 21:22:32 GMT
  21. Server: Mojolicious (Perl)
  22. Content-Length: 6170
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement