Re: Apache (HTTPD) integration

Tino Schöllhorn <[email protected]> Tue, 27 Feb 2007 17:10:38 +0100
Newsgroups gmane.comp.jakarta.slide.user
Message-ID <[email protected]>
Hi,

no - we don't use URL-Rewrite in our virtual host. Should mod_dav be 
activated or deactivated?

Tino

Marco Ferretti wrote:
> On 2/27/07, Tino Schöllhorn <[email protected]> wrote:
>> Hi,
>>
>> I have one more piece of information for this problem. Whenever I try to
>> access the WebDAV-Folder via Apache2 I get the following message in the
>> access-log:
>>
>> 127.0.0.1 - - [27/Feb/2007:11:19:57 +0100] "PROPFIND /kos HTTP/1.1" 
>> 405 332
>>
>> It seems that the PROPFIND - Method is not accepted. What seems strange
>> to me, is that I made an request to a different resource - it should be
>> /kos/webdav.
>>
>> Hope someone can give me a hint.
> 
> Not much experience but could be something to deal with URL rewriting
> ? also, there should be a mod-dav in apache tree . Does it work with
> your installation ?
> 
> hope it helps
> 
> 
> cheers
> 
> Marco