Re: [QUESTION mp2]creating own handler for mod_perl

2011-10-04 Thread Carla von Reitzenstein
André, thanks a lot for that great and detailed answer! It's like everyone says the support from this mailing list is perfect. >> - I do not understand the link between API and APR functions/methods >> (I am working on a Debian Server and really don't care for Windows) > > Can you clarify that q

Re: [QUESTION mp2]creating own handler for mod_perl

2011-10-03 Thread André Warnier
Carla von Reitzenstein wrote: Hi, for my diploma thesis I need to implement some of the WebDAV requests into my apache, to make a TWiki installation (an open-source wiki) WebDAV compatible. I know that there is a WebDAV module for the apache but when looking at the needed connection between the

[QUESTION mp2]creating own handler for mod_perl

2011-10-03 Thread Carla von Reitzenstein
Hi, for my diploma thesis I need to implement some of the WebDAV requests into my apache, to make a TWiki installation (an open-source wiki) WebDAV compatible. I know that there is a WebDAV module for the apache but when looking at the needed connection between the Apache and TWiki, writing a cust