Skip to content

Instantly share code, notes, and snippets.

@jonnybarnes
Created March 20, 2013 15:24
Show Gist options
  • Save jonnybarnes/5205576 to your computer and use it in GitHub Desktop.
Save jonnybarnes/5205576 to your computer and use it in GitHub Desktop.
error.log from owncloud with nginx
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/caldav(.*)$" does not match "/", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/carddav(.*)$" does not match "/", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/webdav(.*)$" does not match "/", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/.well-known/carddav" does not match "/", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/.well-known/caldav" does not match "/", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^(/core/doc/[^\/]+/)$" does not match "/", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/caldav(.*)$" does not match "/index.php", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/carddav(.*)$" does not match "/index.php", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/webdav(.*)$" does not match "/index.php", client: m.y.i.p, server: cloud.example.com, request: "GET / HTTP/1.1Mr", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/caldav(.*)$" does not match "/favicon.ico", client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/carddav(.*)$" does not match "/favicon.ico", client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/webdav(.*)$" does not match "/favicon.ico", client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
2013/03/20 15:14:14 [error] 1439#0: *17 open() "/home/jonny/websites/cloud/owncloud/favicon.ico" failed (2: No such file or directory), client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/caldav(.*)$" does not match "/core/templates/404.php", client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/carddav(.*)$" does not match "/core/templates/404.php", client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
2013/03/20 15:14:14 [notice] 1439#0: *17 "^/webdav(.*)$" does not match "/core/templates/404.php", client: m.y.i.p, server: cloud.example.com, request: "GET /favicon.ico HTTP/1.1lla/Ÿ", host: "cloud.example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment