Re: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-18 Thread Ezra Taylor
Matt: I've been testing DAV with DAVfs for a little while now. Use my config below as you see fit. The below config is just a template I used from compiling Apache2 from source. Lastly, the config below is a file named httpd-dav.conf. Enjoy. DavLockDB "/opt/apache2/var/DavLock" Al

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-16 Thread zMatthew
==END=== From: bennett.t...@con-way.com To: users@httpd.apache.org Date: Thu, 10 Mar 2011 07:46:55 -0800 Subject: RE: [users@httpd] Question about mod_dav in Apache2(Centos) “DAV On” can be used within a or within a or */ So, your problem is elsewhe

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread Bennett, Tony
11 06:15:52 + > To: users@httpd.apache.org > Subject: Re: [users@httpd] Question about mod_dav in Apache2(Centos) > > > On 10 Mar 2011, at 05:08, zMatthew wrote: > > > I configured Apache2 to allow "PUT" method on a directory, > > DAV doesn't work wit

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread zMatthew
@httpd.apache.org > Subject: Re: [users@httpd] Question about mod_dav in Apache2(Centos) > > > On 10 Mar 2011, at 05:08, zMatthew wrote: > > > I configured Apache2 to allow "PUT" method on a directory, > > DAV doesn't work with Directories. Use . > >

Re: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-09 Thread Nick Kew
On 10 Mar 2011, at 05:08, zMatthew wrote: > I configured Apache2 to allow "PUT" method on a directory, DAV doesn't work with Directories. Use . -- Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html --

[users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-09 Thread zMatthew
I configured Apache2 to allow "PUT" method on a directory, /usr/local/apache/DAVLock is writeable by Apache"LoadModule dav_module modules/mod_dav.so" is uncommented"LoadModule dav_module modules/mod_dav_fs.so" is uncommented I just added 2 lines in default httpd.conf DAVLockDB /u