{"version":"1.0","provider_name":"Jui-Nan Lin&#039;s Blog","provider_url":"https:\/\/jnlin.org","author_name":"jnlin","author_url":"https:\/\/jnlin.org\/author\/jnlin\/","title":"WebDAV","html":"\u57fa\u672c\u4e0a\u6309\u7167 <a href=\"http:\/\/httpd.apache.org\/docs\/2.0\/mod\/mod_dav.html\">Apache mod_dav \u7684\u8aaa\u660e<\/a>\u5c31\u53ef\u4ee5\u5b89\u88dd\u5b8c\u6210\u4e86\uff0c\u4f46\u82e5\u8981\u8b93WinXP\u7684\u7db2\u8def\u82b3\u9130\u8981\u80fd\u5b58\u53d6DAV Folder\uff0c\u5fc5\u9808\u5c07Virtual Host \u7684 root (\/) \u8a2d\u6210 DAV Enabled\uff0c\u5426\u5247\u6703\u4e00\u76f4\u8981\u8a8d\u8b49...\r\n\r\n<pre>\r\n&lt;virtualhost *:80&gt;\r\nServerName share.example.org\r\nDocumentRoot \"\/home\/www\/share\"\r\n&lt;directory \"\/home\/www\/share\"&gt;\r\n    Options Indexes FollowSymLinks MultiViews\r\n    AllowOverride AuthConfig\r\n    Order allow,deny\r\n    allow from all\r\n&lt;\/directory&gt;\r\nErrorLog \/home\/www\/logs\/share-error.log\r\nCustomLog \/home\/www\/logs\/share-access.log combined\r\n\r\nDavLockDB \/tmp\/DavLock\r\n\r\n&lt;location \/&gt;\r\n    Dav On\r\n    AuthType Basic\r\n    AuthName DAV\r\n    AuthUserFile \/home\/www\/auth-file\r\n    Require valid-user\r\n&lt;\/location&gt;\r\n&lt;\/virtualhost&gt;\r\n\r\n<\/pre>\r\n","type":"rich"}