{"id":4529,"date":"2022-12-20T18:08:57","date_gmt":"2022-12-20T21:08:57","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/davfs2-conf-man5\/"},"modified":"2022-12-20T18:08:57","modified_gmt":"2022-12-20T21:08:57","slug":"davfs2-conf-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/davfs2-conf-man5\/","title":{"rendered":"davfs2.conf (man5)"},"content":{"rendered":"<h1 align=\"center\">davfs2.conf<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#EXAMPLE\">EXAMPLE<\/a><br \/> <a href=\"#GENERAL SYNTAX RULES\">GENERAL SYNTAX RULES<\/a><br \/> <a href=\"#AVAILABLE CONFIGURATION OPTIONS\">AVAILABLE CONFIGURATION OPTIONS<\/a><br \/> <a href=\"#General Options\">General Options<\/a><br \/> <a href=\"#WebDAV Related Options\">WebDAV Related Options<\/a><br \/> <a href=\"#Cache Related Options\">Cache Related Options<\/a><br \/> <a href=\"#Debugging Options\">Debugging Options<\/a><br \/> <a href=\"#AUTHORS\">AUTHORS<\/a><br \/> <a href=\"#DAVFS2 HOME\">DAVFS2 HOME<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>davfs2.conf<\/b> \u2212 Configuration file for <b>mount.davfs<\/b><\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">There is a system wide configuration file <i>\/etc\/davfs2\/davfs2.conf<\/i> and user configuration files <i>~\/.davfs2\/davfs2.conf<\/i>. When <b>mount.davfs<\/b> is invoked by root, only the system wide configuration file is read. When invoked by an ordinary user, the user configuration file is read in addition. Settings from the user configuration file will take precedence over the system wide configuration.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The configuration file consists of lines where each line contains a keyword value pair. Keyword and value are separated by spaces and\/or tabs.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The file may contain sections that are for one specific mount point only. Such a section starts with a line, that contains the full path of the mount point enclosed in square brackets. The section ends at the start of the next section or the end of file. Options that shall apply to all mounted file system must come before the first sections. Options given in a mount specific section will have precedence.<\/p>\n<h2>EXAMPLE <a name=\"EXAMPLE\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"-3%\">\n<p>proxy<\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"77%\">\n<p>foo.bar:8080<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\">use_locks 0 <br \/> [\/media\/dav] <br \/> use_locks 1 <br \/> [\/home\/otto\/mywebspace] <br \/> gui_optimize 1<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">All mounted davfs2 file systems will use the proxy foo.bar. All davfs2 file systems except \/media\/dav will disable the use of the locks. \/home\/otto\/mywebspace will use the gui_optimize option.<\/p>\n<h2>GENERAL SYNTAX RULES <a name=\"GENERAL SYNTAX RULES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Lines that only contain spaces and tabs (empty lines) are ignored.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"># indicates a comment. The rest of the line is ignored.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"> is the escape character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">&#8220;&#8221; is used for quotation.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">If a value contains one of the special characters space, tab, #, , or &#8220;, this character must be escaped by a preceding . Use \u2019\u00a0\u2019 instead of \u2019\u00a0\u2019, \u2019#\u2019 instead of \u2019#\u2019, \u2019\\\u2019 instead of \u2019\u2019 and \u2019&#8221;\u2019 instead of \u2019&#8221;\u2019.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Values containing spaces, tabs or # may instead be enclosed in double quotes. But &#8221; and \u2019 must be escaped even within double quotes. If the starting line of a section is enclosed in double quotes, the square brakets must be within the quotes (like &#8220;[\/home\/otto\/with space]&#8221;).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Boolean option values (yes\/no) must be given as numerical value. 0 for no, 1 for yes.<\/p>\n<h2>AVAILABLE CONFIGURATION OPTIONS <a name=\"AVAILABLE CONFIGURATION OPTIONS\"><\/a> <\/h2>\n<h2>General Options <a name=\"General Options\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>dav_user<\/b><\/p>\n<p style=\"margin-left:22%;\">When invoked by root the <b>mount.davfs<\/b> daemon will run as this user. Value must be given as <i>name<\/i>, <b>not<\/b> as numerical id. <br \/> Default: davfs2 <b><br \/> Only allowed in the system wide configuration file.<\/b><\/p>\n<p style=\"margin-left:11%;\"><b>dav_group<\/b><\/p>\n<p style=\"margin-left:22%;\">The group of the running <b>mount.davfs<\/b> daemon. Ordinary users must be member of this group in order to mount a davfs2 file system. Value must be given as <i>name<\/i>, <b>not<\/b> as numerical id. <br \/> Default: davfs2 <b><br \/> Only allowed in the system wide configuration file.<\/b><\/p>\n<p style=\"margin-left:11%;\"><b>buf_size<\/b><\/p>\n<p style=\"margin-left:22%;\">Size in KiByte of the buffer used to communicate with the kernel file system. Only useful with <i>fuse<\/i>, where read and write operations may profit from a larger buffer. <br \/> Default: 16<\/p>\n<h2>WebDAV Related Options <a name=\"WebDAV Related Options\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>use_proxy<\/b><\/p>\n<p style=\"margin-left:22%;\">Whether to use a proxy to connect to the WebDAV server. 0 = no, 1 = yes. If no proxy is defined in the configration file or the environment variables <b>https_proxy<\/b>, <b>http_proxy<\/b> and <b>all_proxy<\/b>, this option has no effect. <br \/> Default: 1 <b><br \/> Only allowed in the system wide configuration file.<\/b><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>proxy<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Name of the proxy. The name must be the fully qualified domain name (no scheme). If the proxy port differs from the default of 8080, it must be appended, separated by a colon. Examples: <i>foo.bar:1704<\/i> or <i>foo.bar<\/i><\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%;\"><b>Only allowed in the system wide configuration file.<\/b><\/p>\n<p style=\"margin-left:11%;\"><b>trust_ca_cert<\/b><\/p>\n<p style=\"margin-left:22%;\">Name of a certificate file in PEM format. The name of the file may be given as absolute path or as file name only. In the latter case the directories <i>~\/.davfs2\/certs<\/i> and <i>\/etc\/davfs2\/certs<\/i> will be searched. <br \/> This option is useful when the certificate presented by the server cannot be verified using the system\u2019s data base of trusted certificate authorities (CA). The certificate file must contain the self-signed certificate of the top level CA in the chain of trust. It may be a self-signed server certificate (but see also <b>trust_server_cert<\/b>). With this option the system\u2019s CA data base is ignored. <b><br \/> Note:<\/b> Even if the server\u2019s certificate is trusted that does not mean it is accepted. Additionally the certificate\u2019s date must be valid and either the CommonName or the SubjectAltName must match the host name of the server.<\/p>\n<p style=\"margin-left:11%;\"><b>servercert<\/b><\/p>\n<p style=\"margin-left:22%;\">Same as <b>trust_ca_cert<\/b> but badly named. <b><br \/> Deprecated<\/b><\/p>\n<p style=\"margin-left:11%;\"><b>trust_server_cert<\/b><\/p>\n<p style=\"margin-left:22%;\">Name of a certificate file in PEM format. The name of the file may be given as absolute path or as file name only. In the latter case the directories <i>~\/.davfs2\/certs<\/i> and <i>\/etc\/davfs2\/certs<\/i> will be searched. <br \/> Useful when the server\u2019s certificate can\u2019t be verified or is even invalid, but <b>you know<\/b> that you can trust this certificate. When the server presents a certificate that is exactly equal to this one and when the server is able to authenticate against the public key contained in this certificate the connection will be established. <br \/> This is the preferred option for self signed server certificates. <br \/> No other ways to verify the certificate will be tried and the certificate will not be checked for validity.<\/p>\n<p style=\"margin-left:11%;\"><b>clientcert<\/b><\/p>\n<p style=\"margin-left:22%;\">Name of a certificate in PKCS#12 format that will be used to authenticate with the server. The name of the file may be given as absolute path or as file name only. In the latter case the directories <i>~\/.davfs2\/certs\/private<\/i> and <i>\/etc\/davfs2\/certs\/private<\/i> will be searched. <b><br \/> Warning:<\/b> If the client certificate is issued by an intermediary CA and not by a top level CA then the TLS-specification requires the client to send the complete chain of certificates (without the top level CA-certificate). davfs2 only sends the client certificate. To work around this bug the server must store and trust the complete chain of CA-certificates down to the one CA that isssued the client certificate.<\/p>\n<p style=\"margin-left:11%;\"><b>secrets<\/b><\/p>\n<p style=\"margin-left:22%;\">Name of a file that holds the credentials for servers and the proxy, and passwords to decrypt the client certificate. The name must be an absolute path. The file must be read and writable by the owner only (mode 600). <br \/> Default: ~\/.davfs2\/secrets <b><br \/> Only allowed in the user configuration file.<\/b> The system wide secrets file is always <i>\/etc\/davfs2\/secrets<\/i>.<\/p>\n<p style=\"margin-left:11%;\"><b>ask_auth<\/b><\/p>\n<p style=\"margin-left:22%;\">Ask the user interactively for credentials and passwords if not found in the secretsfile. Ask the user if a servercert cannot be verified. 0 = no, 1 = yes. <br \/> Default: 1<\/p>\n<p style=\"margin-left:11%;\"><b>use_locks<\/b><\/p>\n<p style=\"margin-left:22%;\">Whether to lock files on the server when they are opened for writing. 0 = no, 1 = yes. <br \/> Default: 1<\/p>\n<p style=\"margin-left:11%;\"><b>lock_owner<\/b><\/p>\n<p style=\"margin-left:22%;\">A string send to the server to identify the owner of a lock. If a WebDAV resource is used at the same time by different clients using the same credentials, different values for lock_owner should be chosen. <br \/> Default: the username from the credentials<\/p>\n<p style=\"margin-left:11%;\"><b>lock_timeout<\/b><\/p>\n<p style=\"margin-left:22%;\">How long in seconds locks should be valid, before the server removes them. The server may ignore this and set its own timeout value. <br \/> Default: 1800<\/p>\n<p style=\"margin-left:11%;\"><b>lock_refresh<\/b><\/p>\n<p style=\"margin-left:22%;\">That many seconds before the lock times out, <b>mount.davfs<\/b> will try to refresh the lock. The value should be substantially greater than <b>delay_upload<\/b>. <br \/> Default: 60<\/p>\n<p style=\"margin-left:11%;\"><b>use_expect100<\/b><\/p>\n<p style=\"margin-left:22%;\">To avoid uploading big files that will be refused by the server, <b>mount.davfs<\/b> uses the header <i>expect: 100\u2212continue<\/i> to get the o.k. from the server before uploading. Not all servers understand this. 0 = no, 1 = yes. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>if_match_bug<\/b><\/p>\n<p style=\"margin-left:22%;\">Some servers do not handle If-Match and If-None-Match-headers correctly. This otion tells <b>mount.davfs<\/b> to use HEAD instead of thes headers. 0 = no, 1 = yes. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>drop_weak_etags<\/b><\/p>\n<p style=\"margin-left:22%;\">Popular servers send a weak etag whenever they are not able to calculate a strong one. This weak etag will never be valid, but after one second it is silently turned into a strong, valid etag. With this flag set to 1, <b>mount.davfs<\/b> will never use this weak etags. If the flag is 0, the weakness indicator will be removed and the etag is assumed to be strong. There is some danger of the Lost-Update-Problem with this. But it is minimized when using locks. <br \/> You should turn this on, when you can\u2019t use locks and there is the danger of concurrent access to the same resource. In this case the etag is not used at all and the resource cannot be cached. <br \/> 0 = no, 1 = yes. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>n_cookies<\/b><\/p>\n<p style=\"margin-left:22%;\">Some servers will only work when they are allowed to set a cookie and this cookie is returned in subsequent requests. This option sets the number of cookies you are willing to accept and include in subsequent requests. davfs2 will only care for the name and the value of the cookie and ignore all of the possible attributes. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>precheck<\/b><\/p>\n<p style=\"margin-left:22%;\">If option <b>if_match_bug<\/b> is set: use HEAD-requests to check for existence or modification of a file to avoid unintended overwriting what somebody else changed. Has no effect if option <b>if_match_bug<\/b> is 0. You should only set it 0, if there is no concurrent access to the server. 0 = no, 1 = yes. <br \/> Default: 1<\/p>\n<p style=\"margin-left:11%;\"><b>ignore_dav_header<\/b><\/p>\n<p style=\"margin-left:22%;\">Some servers send wrong information about their capabilities in the DAV-header. In this case the header should be ignored. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>use_compression<\/b><\/p>\n<p style=\"margin-left:22%;\">Use gzip-compression for downloading files, if supported by the server. Uploads will still be uncompressed. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>min_propset<\/b><\/p>\n<p style=\"margin-left:22%;\">Some servers are reported to significantly slow down when the Etag and Last-Modified properties are requested. This option will reduce the set of WebDAV-properties requested from the server to the minimal set. Don\u2019t use it if your file system is used for reading and writing. Without Etag or Last-Modified davfs2 will not be able to check for changes on the server which may result in unnecessary downloads and lost updates. This option will also effectively disable caching of files because files in the cache can\u2019t be reused. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>follow_redirect<\/b><\/p>\n<p style=\"margin-left:22%;\">If the server redirects a GET-request to a different resource (maybe on a different server) then follow this redirection. <br \/> Currently there are some restrictions: all redirects are treated as temporary redirects; if the new server requires authentication then the same credentials are use as for the original server; if the connection is over TLS the server certificate will be checked against the trusted CAs known by the system; user configured server certificates and client certificates are not used for the new server. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>sharepoint_href_bug<\/b><\/p>\n<p style=\"margin-left:22%;\">SharePoint does not properly encode UTF8-characters within the href-element. Because of this some files are invisible because the href-element violates the rules. Neon 0.31 and newer has a workaround for this SharePoint bug. This option will activate this workaround. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>server_charset<\/b><\/p>\n<p style=\"margin-left:22%;\">When extracting file names from the path component of the URL, <b>mount.davfs<\/b> will assume they are encoded using this character set and translate file names to the local character set. This is <b>not<\/b> about encoding of file contents and <b>not<\/b> about HTTP escaping rules. <br \/> There is no means in HTTP to know the character encoding of the path component. There may be even different encodings within the same path, as the encoding of file names is often defined by the clients that created them. Nowadays it is best to use only UTF\u22128 encoding and to do no conversion. If you are not sure that all clients understand UTF\u22128, restrict file names to pure us\u2212ascii. Never use characters in file names, that may have a special function on some operating systems (like \/, : and ). <br \/> Default: no character set conversion<\/p>\n<p style=\"margin-left:11%;\"><b>connect_timeout<\/b><\/p>\n<p style=\"margin-left:22%;\">When creating a TCP connection to the server <b>mount.davfs<\/b> will wait that many seconds for an answer before assuming an error. If a value of \u20190\u2019 is used then no explicit timeout handling is set and the connect call will only timeout as dictated by the TCP stack. <br \/> This parameter only takes effect if the version of neon in use (neon version > 0.26) and the OS support non-blocking I\/O. <br \/> Default: 10<\/p>\n<p style=\"margin-left:11%;\"><b>read_timeout<\/b><\/p>\n<p style=\"margin-left:22%;\">How long in seconds <b>mount.davfs<\/b> will wait for an answer from the server before assuming an error. <br \/> Default: 30<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>retry<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>When <b>mount.davfs<\/b> can not reach the server it will try again after <b>retry<\/b> seconds. For subsequent retries the interval will be increased up to <b>max_retry<\/b> seconds.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%;\">Default: 30<\/p>\n<p style=\"margin-left:11%;\"><b>max_retry<\/b><\/p>\n<p style=\"margin-left:22%;\">Maximum value of the retry interval. <br \/> Default: 300<\/p>\n<p style=\"margin-left:11%;\"><b>max_upload_attempts<\/b><\/p>\n<p style=\"margin-left:22%;\">When uploading a changed file fails temporarily <b>mount.davfs<\/b> will retry with increasing intervals, but not more often than this. <br \/> With a bad connection this will cause additional traffic. To reduce traffic caused by unsuccessful attempts option <b>use_expect100<\/b> can be set. But please test it. Most proxies and some servers don\u2019t support this header. <br \/> Default: 15<\/p>\n<p style=\"margin-left:11%;\"><b>add_header<\/b><\/p>\n<p style=\"margin-left:22%;\">Your server might expect special headers to do what you want. Different from other options, this one takes two values: the name of the header and its value. Some ASP-backends to IIS seem to require the Microsoft specific header &#8220;Translate: F&#8221;. You can add it like this: <br \/> add_header Translate F <b><br \/> mount.davfs<\/b> will add header &#8220;Translate: F&#8221; on all requests. <br \/> This option is cumulative. You can enter more than one add_header option and all of them will be added. Also add_header options from \/etc\/davfs2\/davfs2.conf and ~\/.davfs2\/davfs2.conf are merged.<\/p>\n<h2>Cache Related Options <a name=\"Cache Related Options\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>backup_dir<\/b><\/p>\n<p style=\"margin-left:22%;\">Each mounted davfs2 file system has a directory to store backups of files that could not be stored back to the server. This sets the name of this directory. You should regularly check this directory. <br \/> Default: lost+found<\/p>\n<p style=\"margin-left:11%;\"><b>cache_dir<\/b><\/p>\n<p style=\"margin-left:22%;\">The directory where <b>mount.davfs<\/b> will store cached files. For every mount point a subdirectory will be created. <br \/> In the systemwide configuration file this will set the system wide cache, used by root. In a users configuration file it will set the cache used by this user. <br \/> Defaults: \/var\/cache\/davfs2 and ~\/.davfs2\/cache<\/p>\n<p style=\"margin-left:11%;\"><b>cache_size<\/b><\/p>\n<p style=\"margin-left:22%;\">The amount of disk space in MiByte that may be used. <b>mount.davfs<\/b> will always take enough space to cache open files, ignoring this value if necessary. <br \/> Default: 50<\/p>\n<p style=\"margin-left:11%;\"><b>table_size<\/b><\/p>\n<p style=\"margin-left:22%;\"><b>mount.davfs<\/b> maintains a hash table with an entry for each known file or directory. This gives the number of entries in this table. For large file systems (more than some hundreds of files) increasing this number may speed up file operations. The value should be a power of 2. <br \/> Default: 1024<\/p>\n<p style=\"margin-left:11%;\"><b>dir_refresh<\/b><\/p>\n<p style=\"margin-left:22%;\">After <b>mount.davfs<\/b> has got information about files in a directory it considers it valid for this time in seconds. Note: This does not affect opening of files and reading a directory by an application. <br \/> Default: 60<\/p>\n<p style=\"margin-left:11%;\"><b>file_refresh<\/b><\/p>\n<p style=\"margin-left:22%;\">When a file or directory is opened by an application, <b>mount.davfs<\/b> will first check the server for a newer version. But some applications do open calls on the same file in short sequence. To avoid unnecessary traffic <b>mount.davfs<\/b> will wait that many seconds before it send a new request for the same information. <br \/> Default: 1<\/p>\n<p style=\"margin-left:11%;\"><b>delay_upload<\/b><\/p>\n<p style=\"margin-left:22%;\">When a file that has been changed is closed, <b>mount.davfs<\/b> will wait that many seconds before it will upload it to the server. This will avoid uploading of temporary files that will be removed immediately after closing. If you need the files to appear on the server immediately after closing, set this option to 0. <br \/> Default: 10<\/p>\n<p style=\"margin-left:11%;\"><b>gui_optimize<\/b><\/p>\n<p style=\"margin-left:22%;\">When a file is opened, <b>mount.davfs<\/b> will have to check the server whether there is a newer version. Graphical User Interfaces tend to open just any file, slowing down things dramatically for large directories. With this option <b>mount.davfs<\/b> will try to get this information from all files in a directory with one PROPFIND request. 0 = no, 1 = yes. <br \/> Default: 0<\/p>\n<p style=\"margin-left:11%;\"><b>minimize_mem<\/b><\/p>\n<p style=\"margin-left:22%;\">davfs2 holds information about files and directories in the working memory. It will stay there as long as the file system is mounted and the file is not deleted. By this memory usage by davfs2 will grow over time and may slow down davfs2. With this option set to 1 davfs2 will regularly clean the memory from information that has not be used for some time. 0 = no, 1 = yes. <b><br \/> Warning:<\/b> Most file attributes are only maintained locally because there is no corresponding WebDAV property. So if users change attributes (owner, group, access bits) locally this changes will be lost and attribute values will be reset to the default values. <br \/> Default: 0<\/p>\n<h2>Debugging Options <a name=\"Debugging Options\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><b>debug<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Send debug messages to the syslog daemon. The value tells what kind of information shall be logged. The messages are send with facility LOG_DAEMON and priority LOG_DEBUG. It depends from the configuration of the syslog daemon where the messages will go (propably \/var\/log\/messages, \/var\/log\/syslog or \/var\/log\/daemon.log). Whether HTTP related debug messages are available depends on your neon library.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%;\">Unlike other options, this option is cumulative. If there are several debug entries with different values, all of them will be applied. Also debug options from \/etc\/davfs2\/davfs2.conf and ~\/.davfs2\/davfs2.conf are merged. <b><br \/> Note:<\/b> Debug messages let the log-files grow quickly. Never use this option in normal operation of mount.davfs. <br \/> Default: no debugging messages <b><br \/> Recognized values:<\/b><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>config<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p>Command line and configuration options.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>kernel<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p>Upcalls from the kernel file system.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>cache<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p>Cache operations like adding and removing nodes.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>http<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p>HTTP headers.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>xml<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p>Parsing of the XML-body of WebDAV-requests.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%;\"><b>httpauth<\/b><\/p>\n<p style=\"margin-left:32%;\">Negotiation of authentication.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p><b>locks<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"62%\">\n<p>Information about locks.<\/p>\n<\/td>\n<td width=\"6%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p><b>ssl<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"62%\">\n<p>TLS\/SSL related stuff like certificates.<\/p>\n<\/td>\n<td width=\"6%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%;\"><b>httpbody<\/b><\/p>\n<p style=\"margin-left:32%;\">Complete body of HTTP-responses.<\/p>\n<p style=\"margin-left:22%;\"><b>secrets<\/b><\/p>\n<p style=\"margin-left:32%;\">Also print confidential information, which is usually omitted or obscured.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"6%\">\n<p><b>most<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"62%\">\n<p>Includes config, kernel, cache and http.<\/p>\n<\/td>\n<td width=\"6%\"> <\/td>\n<\/tr>\n<\/table>\n<h2>AUTHORS <a name=\"AUTHORS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This man page was written by by Werner Baumann <werner.baumann@onlinehome.de>.<\/p>\n<h2>DAVFS2 HOME <a name=\"DAVFS2 HOME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">http:\/\/savannah.nongnu.org\/projects\/davfs2<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>mount.davfs<\/b>(8), <b>umount.davfs<\/b>(8), <b>mount<\/b>(8), <b>umount<\/b>(8), <b>fstab<\/b>(5)<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  davfs2.conf \u2212 Configuration file for mount.davfs <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1492,1291],"class_list":["post-4529","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-davfs2","tag-man5"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4529"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4529\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}