Advertisement
simoncpu

lighttpd mod_webdav problems move delete

Jul 20th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. 2011-07-20 09:19:38: (request.c.304) fd: 15 request-len: 422
  2. PROPFIND /new%20file HTTP/1.1
  3. Host: user2.crayonova.com
  4. Depth: 0
  5. Content-Type: application/xml
  6. Apply-To-Redirect-Ref: F
  7. User-Agent: gvfs/1.6.1
  8. Authorization: Digest username="user2", realm="s3webdav", nonce="a0b70ceb69c7649b011445d057f8ee46", uri="/new%20file", algorithm=MD5, response="83391fe3795afb72cc50f1a75f9ace56", cnonce="MHg4OWU5ODY4Ojg5NTc6MTMxMTE1MzU2MQ==", nc=0000000b, qop=auth
  9. Content-Length: 235
  10.  
  11.  
  12. 2011-07-20 09:19:38: (response.c.300) -- splitting Request-URI
  13. 2011-07-20 09:19:38: (response.c.301) Request-URI : /new%20file
  14. 2011-07-20 09:19:38: (response.c.302) URI-scheme : http
  15. 2011-07-20 09:19:38: (response.c.303) URI-authority: user2.crayonova.com
  16. 2011-07-20 09:19:38: (response.c.304) URI-path : /new%20file
  17. 2011-07-20 09:19:38: (response.c.305) URI-query :
  18. 2011-07-20 09:19:38: (response.c.349) -- sanatising URI
  19. 2011-07-20 09:19:38: (response.c.350) URI-path : /new file
  20. 2011-07-20 09:19:38: (mod_access.c.135) -- mod_access_uri_handler called
  21. 2011-07-20 09:19:38: (response.c.470) -- before doc_root
  22. 2011-07-20 09:19:38: (response.c.471) Doc-Root : /mnt/s3/user2
  23. 2011-07-20 09:19:38: (response.c.472) Rel-Path : /new file
  24. 2011-07-20 09:19:38: (response.c.473) Path :
  25. 2011-07-20 09:19:38: (response.c.521) -- after doc_root
  26. 2011-07-20 09:19:38: (response.c.522) Doc-Root : /mnt/s3/user2
  27. 2011-07-20 09:19:38: (response.c.523) Rel-Path : /new file
  28. 2011-07-20 09:19:38: (response.c.524) Path : /mnt/s3/user2/new file
  29. 2011-07-20 09:19:38: (mod_webdav.c.1054) XML-request-body: <?xml version="1.0" encoding="utf-8" ?>
  30. <D:propfind xmlns:D="DAV:">
  31. <D:prop>
  32. <D:creationdate/>
  33. <D:displayname/>
  34. <D:getcontentlength/>
  35. <D:getcontenttype/>
  36. <D:getetag/>
  37. <D:getlastmodified/>
  38. <D:resourcetype/>
  39. </D:prop>
  40. </D:propfind>
  41. 2011-07-20 09:19:38: (mod_webdav.c.1490) XML-response-body: <?xml version="1.0" encoding="utf-8"?>
  42. <D:multistatus xmlns:D="DAV:" xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/">
  43. <D:response>
  44. <D:href>http://user2.crayonova.com/new%20file</D:href>
  45. <D:propstat>
  46. <D:prop>
  47. <D:creationdate ns0:dt="dateTime.tz">1970-01-01T00:00:00Z</D:creationdate><D:getcontentlength>0</D:getcontentlength><D:getcontenttype>application/octet-stream</D:getcontenttype><D:getlastmodified ns0:dt="dateTime.rfc1123">Wed, 20 Jul 2011 07:55:41 GMT</D:getlastmodified></D:prop>
  48. <D:status>HTTP/1.1 200 OK</D:status>
  49. </D:propstat>
  50. <D:propstat>
  51. <D:prop>
  52. <displayname xmlns="DAV:"/><getetag xmlns="DAV:"/><resourcetype xmlns="DAV:"/></D:prop>
  53. <D:status>HTTP/1.1 404 Not Found</D:status>
  54. </D:propstat>
  55. </D:response>
  56. </D:multistatus>
  57.  
  58. 2011-07-20 09:19:38: (response.c.128) Response-Header:
  59. HTTP/1.1 207 Multi-status
  60. Content-Type: text/xml; charset="utf-8"
  61. Content-Length: 750
  62. Date: Wed, 20 Jul 2011 09:19:38 GMT
  63. Server: lighttpd/1.4.28
  64.  
  65.  
  66. 2011-07-20 09:19:38: (request.c.304) fd: 15 request-len: 396
  67. PROPFIND /new%20file HTTP/1.1
  68. Host: user2.crayonova.com
  69. Depth: 1
  70. Content-Type: application/xml
  71. User-Agent: gvfs/1.6.1
  72. Authorization: Digest username="user2", realm="s3webdav", nonce="a0b70ceb69c7649b011445d057f8ee46", uri="/new%20file", algorithm=MD5, response="ffa98854803fef21d446eaf8dc9a5ac1", cnonce="MHg4OWU5ODY4Ojg5NTc6MTMxMTE1MzU2MQ==", nc=0000000c, qop=auth
  73. Content-Length: 124
  74.  
  75.  
  76. 2011-07-20 09:19:38: (response.c.300) -- splitting Request-URI
  77. 2011-07-20 09:19:38: (response.c.301) Request-URI : /new%20file
  78. 2011-07-20 09:19:38: (response.c.302) URI-scheme : http
  79. 2011-07-20 09:19:38: (response.c.303) URI-authority: user2.crayonova.com
  80. 2011-07-20 09:19:38: (response.c.304) URI-path : /new%20file
  81. 2011-07-20 09:19:38: (response.c.305) URI-query :
  82. 2011-07-20 09:19:38: (response.c.349) -- sanatising URI
  83. 2011-07-20 09:19:38: (response.c.350) URI-path : /new file
  84. 2011-07-20 09:19:38: (mod_access.c.135) -- mod_access_uri_handler called
  85. 2011-07-20 09:19:38: (response.c.470) -- before doc_root
  86. 2011-07-20 09:19:38: (response.c.471) Doc-Root : /mnt/s3/user2
  87. 2011-07-20 09:19:38: (response.c.472) Rel-Path : /new file
  88. 2011-07-20 09:19:38: (response.c.473) Path :
  89. 2011-07-20 09:19:38: (response.c.521) -- after doc_root
  90. 2011-07-20 09:19:38: (response.c.522) Doc-Root : /mnt/s3/user2
  91. 2011-07-20 09:19:38: (response.c.523) Rel-Path : /new file
  92. 2011-07-20 09:19:38: (response.c.524) Path : /mnt/s3/user2/new file
  93. 2011-07-20 09:19:38: (mod_webdav.c.1054) XML-request-body: <?xml version="1.0" encoding="utf-8" ?>
  94. <D:propfind xmlns:D="DAV:">
  95. <D:prop>
  96. <D:resourcetype/>
  97. </D:prop>
  98. </D:propfind>
  99. 2011-07-20 09:19:38: (mod_webdav.c.1490) XML-response-body: <?xml version="1.0" encoding="utf-8"?>
  100. <D:multistatus xmlns:D="DAV:" xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/">
  101. </D:multistatus>
  102.  
  103. 2011-07-20 09:19:38: (response.c.128) Response-Header:
  104. HTTP/1.1 207 Multi-status
  105. Content-Type: text/xml; charset="utf-8"
  106. Content-Length: 146
  107. Date: Wed, 20 Jul 2011 09:19:38 GMT
  108. Server: lighttpd/1.4.28
  109.  
  110.  
  111. 2011-07-20 09:19:38: (request.c.304) fd: 15 request-len: 422
  112. PROPFIND /new%20file HTTP/1.1
  113. Host: user2.crayonova.com
  114. Depth: 0
  115. Content-Type: application/xml
  116. Apply-To-Redirect-Ref: T
  117. User-Agent: gvfs/1.6.1
  118. Authorization: Digest username="user2", realm="s3webdav", nonce="a0b70ceb69c7649b011445d057f8ee46", uri="/new%20file", algorithm=MD5, response="a73c56d4f64aef5b06641f4fd6f2cd43", cnonce="MHg4OWU5ODY4Ojg5NTc6MTMxMTE1MzU2MQ==", nc=0000000d, qop=auth
  119. Content-Length: 235
  120.  
  121.  
  122. 2011-07-20 09:19:39: (response.c.300) -- splitting Request-URI
  123. 2011-07-20 09:19:39: (response.c.301) Request-URI : /new%20file
  124. 2011-07-20 09:19:39: (response.c.302) URI-scheme : http
  125. 2011-07-20 09:19:39: (response.c.303) URI-authority: user2.crayonova.com
  126. 2011-07-20 09:19:39: (response.c.304) URI-path : /new%20file
  127. 2011-07-20 09:19:39: (response.c.305) URI-query :
  128. 2011-07-20 09:19:39: (response.c.349) -- sanatising URI
  129. 2011-07-20 09:19:39: (response.c.350) URI-path : /new file
  130. 2011-07-20 09:19:39: (mod_access.c.135) -- mod_access_uri_handler called
  131. 2011-07-20 09:19:39: (response.c.470) -- before doc_root
  132. 2011-07-20 09:19:39: (response.c.471) Doc-Root : /mnt/s3/user2
  133. 2011-07-20 09:19:39: (response.c.472) Rel-Path : /new file
  134. 2011-07-20 09:19:39: (response.c.473) Path :
  135. 2011-07-20 09:19:39: (response.c.521) -- after doc_root
  136. 2011-07-20 09:19:39: (response.c.522) Doc-Root : /mnt/s3/user2
  137. 2011-07-20 09:19:39: (response.c.523) Rel-Path : /new file
  138. 2011-07-20 09:19:39: (response.c.524) Path : /mnt/s3/user2/new file
  139. 2011-07-20 09:19:39: (mod_webdav.c.1054) XML-request-body: <?xml version="1.0" encoding="utf-8" ?>
  140. <D:propfind xmlns:D="DAV:">
  141. <D:prop>
  142. <D:creationdate/>
  143. <D:displayname/>
  144. <D:getcontentlength/>
  145. <D:getcontenttype/>
  146. <D:getetag/>
  147. <D:getlastmodified/>
  148. <D:resourcetype/>
  149. </D:prop>
  150. </D:propfind>
  151. 2011-07-20 09:19:39: (mod_webdav.c.1490) XML-response-body: <?xml version="1.0" encoding="utf-8"?>
  152. <D:multistatus xmlns:D="DAV:" xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/">
  153. <D:response>
  154. <D:href>http://user2.crayonova.com/new%20file</D:href>
  155. <D:propstat>
  156. <D:prop>
  157. <D:creationdate ns0:dt="dateTime.tz">1970-01-01T00:00:00Z</D:creationdate><D:getcontentlength>0</D:getcontentlength><D:getcontenttype>application/octet-stream</D:getcontenttype><D:getlastmodified ns0:dt="dateTime.rfc1123">Wed, 20 Jul 2011 07:55:41 GMT</D:getlastmodified></D:prop>
  158. <D:status>HTTP/1.1 200 OK</D:status>
  159. </D:propstat>
  160. <D:propstat>
  161. <D:prop>
  162. <displayname xmlns="DAV:"/><getetag xmlns="DAV:"/><resourcetype xmlns="DAV:"/></D:prop>
  163. <D:status>HTTP/1.1 404 Not Found</D:status>
  164. </D:propstat>
  165. </D:response>
  166. </D:multistatus>
  167.  
  168. 2011-07-20 09:19:39: (response.c.128) Response-Header:
  169. HTTP/1.1 207 Multi-status
  170. Content-Type: text/xml; charset="utf-8"
  171. Content-Length: 750
  172. Date: Wed, 20 Jul 2011 09:19:39 GMT
  173. Server: lighttpd/1.4.28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement