it's inside the
<Virtualhost 12.34.56.78:8443>
...
    RequestHeader unset Accept-Encoding

    AddOutputFilterByType SUBSTITUTE text/calendar text/xml
Substitute 's|RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=10|RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10|n' Substitute 's|RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=3|RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3|n'


    RewriteEngine Off
    ProxyRequests Off
    SetEnv proxy-nokeepalive 1
    ProxyPreserveHost On
    ProxyPassInterpolateEnv On

    ProxyPass /principals  http://127.0.0.1:20000/SOGo/dav/ interpolate
    ProxyPass /SOGo        http://127.0.0.1:20000/SOGo      interpolate
    ProxyPass /            http://127.0.0.1:20000/SOGo/dav/ interpolate

    <Location />
        Order allow,deny
        Allow from all
    </Location>

    <Proxy http://127.0.0.1:20000>
        RequestHeader set "x-webobjects-server-port" "8443"
        RequestHeader set "x-webobjects-server-name" "sogo.kochan.de:8443"
RequestHeader set "x-webobjects-server-url" "http://sogo.kochan.de:8443";
        RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
        RequestHeader set "x-webobjects-remote-host" "127.0.0.1"
        AddDefaultCharset UTF-8
    </Proxy>
</VirtualHost>

if tou use iCal 5 on lion, you also need the
RequestHeader unset Accept-Encoding
or else the stream is compressed (deflated) and a text substitute won't catch anything.
tou have to restart the apache only.

greets
hugo.-


On 03/30/2012 10:12 AM, Martin Seener wrote:
ok added substitute module.

can u tell me where i need to put this code at wich place in the vhost?
in the <Proxy> directive or somehwere in the vhost itself?

Am 3/30/12 10:04 AM, schrieb Bruno Lingner (Hugo):
hi Martin

see this thread and those bugs:
https://inverse.ca/sogo/lists/arc/users/2012-03/msg00527.html
we managed to get the events right with two apache rewrites:

AddOutputFilterByType SUBSTITUTE text/calendar text/xml
Substitute
's|RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=10|RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10|n'

Substitute
's|RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=3|RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3|n'


greets
hugo.-

On 03/30/2012 09:22 AM, Martin Seener wrote:
Hi,

after the last daytime change here in germany from winter to summertime
the calendar entries of one of our users is 1h different - but just for
his sogo entires not for his iCloud stuff.

sogo config is set to europe/berlin - as well as his iCal Calendar -
does anybody have a clue whats going on here ?
also in his own sogo config its set to correct timezone.

Martin
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to