Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. # davfs2 configuration file 2009-04-12
  2. # version 9
  3. # ------------------------------------
  4.  
  5. # Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
  6.  
  7. # Copying and distribution of this file, with or without modification, are
  8. # permitted in any medium without royalty provided the copyright notice
  9. # and this notice are preserved.
  10.  
  11.  
  12. # Please read the davfs2.conf (5) man page for a description of the
  13. # configuration options and syntax rules.
  14.  
  15.  
  16. # Available options and default values
  17. # ====================================
  18.  
  19. # General Options
  20. # ---------------
  21.  
  22. # dav_user davfs2 # system wide config file only
  23. # dav_group davfs2 # system wide config file only
  24. ignore_home kernoops,distccd # system wide config file only
  25. # kernel_fs fuse
  26. # buf_size 16 # KiByte
  27.  
  28. # WebDAV Related Options
  29. # ----------------------
  30.  
  31. # use_proxy 1 # system wide config file only
  32. # proxy # system wide config file only
  33. # servercert
  34. # clientcert
  35. # secrets ~/.davfs2/secrets # user config file only
  36. # ask_auth 1
  37. # use_locks 1
  38. # lock_owner <user-name>
  39. # lock_timeout 1800 # seconds
  40. # lock_refresh 60 # seconds
  41. # use_expect100 0
  42. # if_match_bug 0
  43. # drop_weak_etags 0
  44. # allow_cookie 0
  45. # precheck 1
  46. # ignore_dav_header 0
  47. # server_charset
  48. # connect_timeout 10 # seconds
  49. # read_timeout 30 # seconds
  50. # retry 30 # seconds
  51. # max_retry 300 # seconds
  52. # add_header
  53.  
  54. # Cache Related Options
  55. # ---------------------
  56.  
  57. # backup_dir lost+found
  58. # cache_dir /var/cache/davfs2 # system wide cache
  59. # ~/.davfs2/cache # per user cache
  60. # cache_size 50 # MiByte
  61. # table_size 1024
  62. # dir_refresh 60 # seconds
  63. # file_refresh 1 # second
  64. # delay_upload 10
  65. # gui_optimize 0
  66.  
  67. # Debugging Options
  68. # -----------------
  69.  
  70. # debug # possible values: config, kernel, cache, http, xml,
  71. # httpauth, locks, ssl, httpbody, secrets, most
  72.  
  73. use_locks 0
Add Comment
Please, Sign In to add comment