Broken apache config or Horde Typo? (Was: Horde questions)

Albrecht Dreß albrecht.dress at lios-tech.com
Fri Sep 12 21:52:19 CEST 2008


Albrecht Dreß <albrecht.dress at lios-tech.com> wrote: 
> but the trigger fails with status 404:
> 
> kolab.my-domain.com - - [11/Sep/2008:15:12:35 +0200] "GET  
> /freebusy/trigger/test2 at my-domain.com/Kalender.xpfb HTTP/1.1" 404 386

Looking into the Apache config on my box, I noticed that there is no rewrite
rule for "xpfb" files:

<snip>
RewriteRule ^/freebusy/trigger/(.+)\.pfb
%{DOCUMENT_ROOT}/freebusy/pfb.php?folder=$1&cache=0
RewriteRule ^/freebusy/(.+)\.pfb
%{DOCUMENT_ROOT}/freebusy/pfb.php?folder=$1&cache=1
RewriteRule ^/freebusy/(.+)\.pxfb
%{DOCUMENT_ROOT}/freebusy/pfb.php?folder=$1&cache=1&extended=1
</snip>

... *but* notice a rule for "pxfb"...  Might this simply be a stupid typo,
either in the Apache config, or in Horde?

Thanks, Albrecht.




More information about the users mailing list