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
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
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
> >
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