The Open Source Swiss Army Knife

/web_servers/apache/
/web_servers/apache/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /web_servers   /apache 
Permalink: webdav.htm
Title: how to configure apache for web_dav protocol, and about the protocol itself
article options : please login   |  print view

  1. links
  2. httpd.conf

links

http://www.webdav.org/mod_dav/faq/

httpd.conf

#LoadModule 
LoadModule dav_module         libexec/libdav.so
#AddModule mod_dav.c
..........
<VirtualHost *>
	DAVLockDB /usr/local/apache/var/DAVLock  
	<Directory /mod_perl_webapp>
		DAV On
	</Directory>
.....

Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top