Guest User

Untitled

a guest
Jun 23rd, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #### error when rewriting /flip/ to --> trainapp.py
  2.  
  3. 2013-06-23 23:20:23: (response.c.300) -- splitting Request-URI
  4. 2013-06-23 23:20:23: (response.c.301) Request-URI : /flip/
  5. 2013-06-23 23:20:23: (response.c.302) URI-scheme : http
  6. 2013-06-23 23:20:23: (response.c.303) URI-authority: 198.49.73.37
  7. 2013-06-23 23:20:23: (response.c.304) URI-path : /flip/
  8. 2013-06-23 23:20:23: (response.c.305) URI-query :
  9. 2013-06-23 23:20:23: (response.c.300) -- splitting Request-URI
  10. 2013-06-23 23:20:23: (response.c.301) Request-URI : /trainapp.py
  11. 2013-06-23 23:20:23: (response.c.302) URI-scheme : http
  12. 2013-06-23 23:20:23: (response.c.303) URI-authority: 198.49.73.37
  13. 2013-06-23 23:20:23: (response.c.304) URI-path : /trainapp.py
  14. 2013-06-23 23:20:23: (response.c.305) URI-query :
  15. 2013-06-23 23:20:23: (response.c.349) -- sanatising URI
  16. 2013-06-23 23:20:23: (response.c.350) URI-path : /trainapp.py
  17. 2013-06-23 23:20:23: (mod_access.c.135) -- mod_access_uri_handler called
  18. 2013-06-23 23:20:23: (mod_fastcgi.c.3636) handling it in mod_fastcgi
  19. 2013-06-23 23:20:23: (response.c.470) -- before doc_root
  20. 2013-06-23 23:20:23: (response.c.471) Doc-Root : /var/www
  21. 2013-06-23 23:20:23: (response.c.472) Rel-Path : /trainapp.py
  22. 2013-06-23 23:20:23: (response.c.473) Path :
  23. 2013-06-23 23:20:23: (response.c.521) -- after doc_root
  24. 2013-06-23 23:20:23: (response.c.522) Doc-Root : /var/www
  25. 2013-06-23 23:20:23: (response.c.523) Rel-Path : /trainapp.py
  26. 2013-06-23 23:20:23: (response.c.524) Path : /var/www/trainapp.py
  27. 2013-06-23 23:20:23: (response.c.541) -- logical -> physical
  28. 2013-06-23 23:20:23: (response.c.542) Doc-Root : /var/www
  29. 2013-06-23 23:20:23: (response.c.543) Rel-Path : /trainapp.py
  30. 2013-06-23 23:20:23: (response.c.544) Path : /var/www/trainapp.py
  31. 2013-06-23 23:20:23: (response.c.128) Response-Header:
  32. HTTP/1.1 404 Not Found
  33. Content-Type: text/html
  34. Transfer-Encoding: chunked
  35. Date: Sun, 23 Jun 2013 19:20:23 GMT
  36. Server: lighttpd/1.4.28
  37.  
  38.  
  39. ### correct handling when rewriting / to trainapp.py
  40.  
  41.  
  42. 2013-06-23 23:18:56: (response.c.300) -- splitting Request-URI
  43. 2013-06-23 23:18:56: (response.c.301) Request-URI : /
  44. 2013-06-23 23:18:56: (response.c.302) URI-scheme : http
  45. 2013-06-23 23:18:56: (response.c.303) URI-authority: 198.49.73.37
  46. 2013-06-23 23:18:56: (response.c.304) URI-path : /
  47. 2013-06-23 23:18:56: (response.c.305) URI-query :
  48. 2013-06-23 23:18:56: (response.c.300) -- splitting Request-URI
  49. 2013-06-23 23:18:56: (response.c.301) Request-URI : /trainapp.py
  50. 2013-06-23 23:18:56: (response.c.302) URI-scheme : http
  51. 2013-06-23 23:18:56: (response.c.303) URI-authority: 198.49.73.37
  52. 2013-06-23 23:18:56: (response.c.304) URI-path : /trainapp.py
  53. 2013-06-23 23:18:56: (response.c.305) URI-query :
  54. 2013-06-23 23:18:56: (response.c.349) -- sanatising URI
  55. 2013-06-23 23:18:56: (response.c.350) URI-path : /trainapp.py
  56. 2013-06-23 23:18:56: (mod_access.c.135) -- mod_access_uri_handler called
  57. 2013-06-23 23:18:56: (mod_fastcgi.c.3636) handling it in mod_fastcgi
  58. 2013-06-23 23:18:56: (response.c.470) -- before doc_root
  59. 2013-06-23 23:18:56: (response.c.471) Doc-Root : /var/www
  60. 2013-06-23 23:18:56: (response.c.472) Rel-Path : /trainapp.py
  61. 2013-06-23 23:18:56: (response.c.473) Path :
  62. 2013-06-23 23:18:56: (response.c.521) -- after doc_root
  63. 2013-06-23 23:18:56: (response.c.522) Doc-Root : /var/www
  64. 2013-06-23 23:18:56: (response.c.523) Rel-Path : /trainapp.py
  65. 2013-06-23 23:18:56: (response.c.524) Path : /var/www/trainapp.py
  66. 2013-06-23 23:18:56: (response.c.541) -- logical -> physical
  67. 2013-06-23 23:18:56: (response.c.542) Doc-Root : /var/www
  68. 2013-06-23 23:18:56: (response.c.543) Rel-Path : /trainapp.py
  69. 2013-06-23 23:18:56: (response.c.544) Path : /var/www/trainapp.py
  70. 2013-06-23 23:18:56: (response.c.128) Response-Header:
  71. HTTP/1.1 200 OK
  72. Content-Type: text/html; charset=utf-8
  73. Transfer-Encoding: chunked
  74. Date: Sun, 23 Jun 2013 19:18:56 GMT
  75. Server: lighttpd/1.4.28
Advertisement
Add Comment
Please, Sign In to add comment