<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QK31 &#187; webdav</title>
	<atom:link href="http://www.qk31.com/tag/webdav/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qk31.com</link>
	<description>Work more with less complain</description>
	<lastBuildDate>Tue, 10 Aug 2010 14:49:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>转： Apache服务器配置WEBDAV详解</title>
		<link>http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/</link>
		<comments>http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:12:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/</guid>
		<description><![CDATA[  原文：http://blog.csdn.net/forlinux/archive/2006/06/18/808798.aspx     WebDAV （Web-based Distributed Authoring and Versioning）是基于 HTTP 1.1 的一个通信协议。它为 HTTP 1.1 添加了一些扩展（就是在 GET、POST、HEAD 等几个 HTTP 标准方法以外添加了一些新的方法），使得应用程序可以直接将文件写到 Web Server 上，并且在写文件时候可以对文件加锁，写完后对文件解锁，还可以支持对文件所做的版本控制。这个协议的出现极大地增加了 Web 作为一种创作媒体对于我们的价值。基于 WebDAV 可以实现一个功能强大的内容管理系统或者配置管理系统。     现在主流的WEB 服务器一般都支持WebDAV，使用WebDAV的方便性，呵呵，就不用多说了吧，用过VS.NET开发ASP.NET应用的朋友就应该知道，新建/修改 WEB项目，其实就是通过WebDAV+FrontPage扩展做到的，下面我就较详细的介绍一下，WebDAV在APACHE中的配置。 一、修改http.conf文 在末尾处加上以下内容 Include conf/mod_dav.conf #稍后将介绍该文件的设置 二、              在apache/conf/目录下新建一文件（mod_dev.conf）,并输入以下内容 #Dav LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so DAVLockDB var/DavLock Alias /webdav &#8220;d:/WorkSpace&#8221; &#60;Directory &#8220;d:/WorkSpace/&#8221;&#62;  Dav On &#60;/Directory&#62; 这样配置，其实也就可以访问了（可通过windows的网上邻居访问），但这样有个致命的缺点就是不需要密码就可以访问，安装性大大降低了。 [...]]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 下 elcipse增加 FTP 和 WebDAV插件</title>
		<link>http://www.qk31.com/2007/01/09/ubuntu-%e4%b8%8b-elcipse%e5%a2%9e%e5%8a%a0-ftp-%e5%92%8c-webdav%e6%8f%92%e4%bb%b6/</link>
		<comments>http://www.qk31.com/2007/01/09/ubuntu-%e4%b8%8b-elcipse%e5%a2%9e%e5%8a%a0-ftp-%e5%92%8c-webdav%e6%8f%92%e4%bb%b6/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:11:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[elcipse]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.qk31.com/?p=304</guid>
		<description><![CDATA[下载 FTP &#38; WebDAV http://mirrors.bevc.net/eclipse/download/drops/S-3.2M5-200602171115/eclipse-FTP-WebDAV-3.2M5.zip 解压： sudo unzip -o eclipse-FTP-WebDAV-3.2M5.zip  -d /home/qk31/Desktop/qk31/tmp/ 用links方式安装  cd /opt/eclipse/plug-in/ 创建目录 sudo mkdir ftpWebDav 移动文件 sudo mv /home/qk31/Desktop/qk31/tmp/eclipse/ /opt/eclipse/plug-in/ftpWebDav/ 进入links添加连接地址  cd links/ sudo gedit ftpWebDav.link 增加下面的文字 path=/opt/eclipse/plug-in/ftpWebDav 安装成功 在file-》import-》other 有个ftp和webDav的选择出现 选择ftp 选择choose a new folder to be import 选择原来新建的项目文件夹 next create a new site next URL：ftp地址  直接打域名 如：www.qk31.com user：用户名  qk31 [...]]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/09/ubuntu-%e4%b8%8b-elcipse%e5%a2%9e%e5%8a%a0-ftp-%e5%92%8c-webdav%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
