Re: [EMAIL PROTECTED] web server with and without WebDAV (two directories)

2007-10-30 Thread Joshua Slive
On 10/30/07, Stefan Bertels <[EMAIL PROTECTED]> wrote: > On Fri, 26 Oct 2007, Joshua Slive wrote: > > Use RemoveHandler (or RemoveFilter) to remove the file-extension > > mappings in those directories. > > Thanks for the fast answer. I might add additional handlers later and > have to remove them i

Re: [EMAIL PROTECTED] web server with and without WebDAV (two directories)

2007-10-30 Thread Stefan Bertels
On Fri, 26 Oct 2007, Joshua Slive wrote: Use RemoveHandler (or RemoveFilter) to remove the file-extension mappings in those directories. Thanks for the fast answer. I might add additional handlers later and have to remove them in each web dav folder individually. If I forget this I get some

Re: [EMAIL PROTECTED] web server with and without WebDAV (two directories)

2007-10-26 Thread Joshua Slive
On 10/26/07, Stefan Bertels <[EMAIL PROTECTED]> wrote: > > >require user guestbook > > > How can I have one web server where some dirs are Dav-enabled and some not. I > cannot work with multiple virtual hosts (SSL). There are few different way's to do this. One would be to put the followin

[EMAIL PROTECTED] web server with and without WebDAV (two directories)

2007-10-26 Thread Stefan Bertels
Hello, I have a problem with mod_dav. I want to have a web server who has some directories which are accessible via WebDAV. So far this works nice using mod_dav. But I cannot have a sub dir which is not webdav enabled. This is something which is noted in documentation, but I guess there must b