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

[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

Re: problem with mod_perl and twiki

2011-09-20 Thread Carla von Reitzenstein
Hi Torsten, thanks a lot for your answer. That was exactly what I've done wrong, so it's working now :) Best regards, Carla 2011/9/19 Torsten Förtsch > On Monday, 19 September 2011 19:38:06 Carla von Reitzenstein wrote: > > > >SetHandler perl-script > >

problem with mod_perl and twiki

2011-09-19 Thread Carla von Reitzenstein
Hello, I tried to use my TWiki under mod_perl, but after enabling mod_perl the design is broken. To enable mod_perl I've added the following to my twiki configfile for apache: SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlSendHeader On PerlOptions +ParseHeaders T