apache config für Lightning

Deutsches Benutzerforum

apache config für Lightning

Postby mgo » Sun Sep 23, 2012 10:30 pm

Hallo,

ich bekomme den Kalender im Lightning (oder auch evolution) nicht zum laufen :(

Vserver mit openSUSE
apache2-2.2.17-4.13.1.x86_64
php5-5.3.5-351.1.x86_64
Tine20 Milan (2012.03.7)

Wenn ich die Rewrite aus der Doku nehme bekomme ich einen loop, mit angepasster Rewrite zwar keinen loop aber auch keinen sync. Im Browser bekomme ich die *.ics angeboten also kann die Konfig nicht ganz falsch sein.

Und nun die Konfig und Logs:

apache config:
Code: Select all
<IfModule mod_ssl.c>
   <VirtualHost 111.222.333.444:443 >

      <Directory "/srv/www/vhosts">
         php_admin_flag engine on
      </Directory>

      ServerName "domain.tld:443"
      ServerAlias "www.domain.tld"
      ServerAdmin "webmaster@domain.tld"
      DocumentRoot "/srv/www/vhosts/provider/domain.tld"
      SSLEngine on
      SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
      SSLCertificateFile /etc/ssl/domain.tld/cacert.org-domain.tld.servercert.pem
      SSLCertificateKeyFile /etc/ssl/domain.tld/cacert.org-domain.tld.privatekey.pem
      <Files ~ ".(cgi|shtml|phtml|php3?)$">
         SSLOptions +StdEnvVars
      </Files>
      ScriptAlias /cgi-bin/ "/srv/www/vhosts/provider/domain.tld/cgi-bin"
      <Directory "/srv/www/vhosts/provider/domain.tld/cgi-bin">
         SSLOptions +StdEnvVars
         Options +ExecCGI -Includes
         Order allow,deny
         Allow from all
      </Directory>
     DAVLockDB /srv/www/vhosts/provider/domain.tld/tmp
     DAVDepthInfinity on
     DAVMinTimeout 600

      <Directory "/srv/www/vhosts/provider/domain.tld">
         Options +ExecCGI
         DirectoryIndex index.php
         DAV On

         SSLOptions +StdEnvVars
         Options Indexes FollowSymLinks
         AllowOverride None
         Order allow,deny
         Allow from all
      </Directory>
      RewriteEngine on
      RewriteRule /Microsoft-Server-ActiveSync(.*) /srv/www/vhosts/provider/domain.tld/index.php$1 [E=REDIRECT_ACTIVESYNC:true,E=REMOTE_USER:%{HTTP:Authorization}]

      RewriteLog /srv/www/vhosts/provider/domain.tld/tmp/rewrite.log
      RewriteLogLevel 2
      RewriteCond %{REQUEST_METHOD} !^(GET|POST)$
      RewriteRule ^$            /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^addressbooks /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^calendars    /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^principals   /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^webdav       /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
   </VirtualHost>
</IfModule>


apache error_log:
Code: Select all
[Sun Sep 23 21:19:05 2012] [error] [client 555.666.777.888] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var



apache access_log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:19:05 +0200] "PROPFIND /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 406 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"


apache rewrite.log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:19:05 +0200] [domain.tld/sid#2ad53aec3308][rid#2ad53b74fad0/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:19:05 +0200] [domain.tld/sid#2ad53aec3308][rid#2ad53b74fad0/initial] (1) pass through /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:19:05 +0200] [domain.tld/sid#2ad53aec3308][rid#2ad53b7440a0/initial/redir#1] (2) init rewrite engine with requested uri /error/HTTP_NOT_FOUND.html.var
555.666.777.888 - - [23/Sep/2012:21:19:05 +0200] [domain.tld/sid#2ad53aec3308][rid#2ad53b7440a0/initial/redir#1] (1) pass through /error/HTTP_NOT_FOUND.html.var


tine.log:
Code: Select all
nichts



Nun mit geänderter Rewrite:

apache config:
Code: Select all
      RewriteLog /srv/www/vhosts/provider/domain.tld/tmp/rewrite.log
      RewriteLogLevel 2
      RewriteCond %{REQUEST_METHOD} !^(GET|POST)$
      RewriteRule ^/$            /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^/addressbooks /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^/calendars    /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^/principals   /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
      RewriteRule ^/webdav       /srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]


apache error_log:
Code: Select all
nichts


apache access_log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:23:55 +0200] "PROPFIND /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 207 687 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"


apache rewrite.log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:23:55 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:23:55 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) rewrite '/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
555.666.777.888 - - [23/Sep/2012:21:23:55 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) local path result: /srv/www/vhosts/provider/domain.tld/index.php
555.666.777.888 - - [23/Sep/2012:21:23:55 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (1) go-ahead with /srv/www/vhosts/provider/domain.tld/index.php [OK]


tine.log:
Code: Select all
nichts



Wenn ich nun im Lightning auf sync klicke bekomme ich den loop im access_log und rewrite.log:

apache error_log:
Code: Select all
nichts


apache access_log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] "PROPFIND /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 207 687 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] "OPTIONS /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/ HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] "PROPFIND /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 207 687 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] "OPTIONS /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/ HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] "PROPFIND /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 207 687 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] "OPTIONS /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/ HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 Lightning/1.7"
....loop


apache rewrite.log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) rewrite '/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) local path result: /srv/www/vhosts/provider/domain.tld/index.php
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (1) go-ahead with /srv/www/vhosts/provider/domain.tld/index.php [OK]
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bcb50/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bcb50/initial] (2) rewrite '/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bcb50/initial] (2) local path result: /srv/www/vhosts/provider/domain.tld/index.php
555.666.777.888 - - [23/Sep/2012:21:27:47 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bcb50/initial] (1) go-ahead with /srv/www/vhosts/provider/domain.tld/index.php [OK]
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0aac40/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0aac40/initial] (2) rewrite '/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0aac40/initial] (2) local path result: /srv/www/vhosts/provider/domain.tld/index.php
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0aac40/initial] (1) go-ahead with /srv/www/vhosts/provider/domain.tld/index.php [OK]
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/
555.666.777.888 - - [23/Sep/2012:21:27:48 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) rewrite '/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
....loop


tine.log:
Code: Select all
nichts



Und die Logs wenn ich die URL https://domain.tld//calendars/7f4717fac ... aaa44a/11/ im Browser öffne und Benutzer und Passwort eingebe:

apache error_log:
Code: Select all
nichts


apache access_log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:31:30 +0200] "GET /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 401 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
555.666.777.888 - mario [23/Sep/2012:21:31:35 +0200] "GET /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/ HTTP/1.1" 200 2643 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"


apache rewrite.log:
Code: Select all
555.666.777.888 - - [23/Sep/2012:21:31:30 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0beb60/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:31:30 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0beb60/initial] (2) rewrite '/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
555.666.777.888 - - [23/Sep/2012:21:31:30 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0beb60/initial] (2) local path result: /srv/www/vhosts/provider/domain.tld/index.php
555.666.777.888 - - [23/Sep/2012:21:31:30 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0beb60/initial] (1) go-ahead with /srv/www/vhosts/provider/domain.tld/index.php [OK]
555.666.777.888 - - [23/Sep/2012:21:31:35 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) init rewrite engine with requested uri /calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/
555.666.777.888 - - [23/Sep/2012:21:31:35 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) rewrite [code]'/calendars/7f4717fac6ed3463b2050e73a81c0ffed1aaa44a/11/' -> '/srv/www/vhosts/provider/domain.tld/index.php?frontend=webdav'
555.666.777.888 - - [23/Sep/2012:21:31:35 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) local path result: /srv/www/vhosts/provider/domain.tld/index.php
555.666.777.888 - - [23/Sep/2012:21:31:35 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (1) go-ahead with /srv/www/vhosts/provider/domain.tld/index.php [OK]
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0beb60/initial] (2) init rewrite engine with requested uri /favicon.ico
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0beb60/initial] (1) pass through /favicon.ico
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bd180/initial/redir#1] (2) init rewrite engine with requested uri /error/HTTP_NOT_FOUND.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bd180/initial/redir#1] (1) pass through /error/HTTP_NOT_FOUND.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ad43e830/subreq] (2) init rewrite engine with requested uri /error/include/top.html
555.666.777.888 - - [23/Sep/2012:21:31[code]:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ad43e830/subreq] (1) pass through /error/include/top.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ad444860/subreq] (2) init rewrite engine with requested uri /error/include/bottom.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ad444860/subreq] (1) pass through /error/include/bottom.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ad44c8a0/subreq] (2) init rewrite engine with requested uri /error/contact.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ad44c8a0/subreq] (1) pass through /error/contact.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (2) init rewrite engine with requested uri /favicon.ico
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0a8c30/initial] (1) pass through /favicon.ico
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bd200/initial/redir#1] (2) init rewrite engine with requested uri /error/HTTP_NOT_FOUND.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0bd200/initial/redir#1] (1) pass through /error/HTTP_NOT_FOUND.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0e9390/subreq] (2) init rewrite engine with requested uri /error/include/top.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0e9390/subreq] (1) pass through /error/include/top.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0ef3c0/subreq] (2) init rewrite engine with requested uri /error/include/bottom.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0ef3c0/subreq] (1) pass through /error/include/bottom.html
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0f7400/subreq] (2) init rewrite engine with requested uri /error/contact.html.var
555.666.777.888 - - [23/Sep/2012:21:31:37 +0200] [domain.tld/sid#2b91aa83c308][rid#2b91ab0f7400/subreq] (1) pass through /error/contact.html.var[/code]

Und zum ersten mal auch etwas im tine.log ...

tine.log:[code]
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): Tinebase_Core::setupLogger::484 Logger initialized
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Config_Abstract::_loadAllAppConfigsInCache::278 Loading all configs for app Tinebase
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Config_Abstract::_loadAllAppConfigsInCache::285 Found 8 configs.
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): Tinebase_Core::setupLogger::484 Logger initialized
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): Tinebase_Core::setupCache::550 cache of backend type 'File' enabled
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): Tinebase_Core::setSessionBackend::764 Session of backend type 'File' configured.
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Auth_CredentialCache::setCacheAdapter::98 Using credential cache apapter: Tinebase_Auth_CredentialCache_Adapter_Cookie
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::911 given localeString 'auto'
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Translation::getLocale::196 given localeString 'auto'
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Translation::getLocale::208 'en_US' is not supported, checking fallback
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Translation::getLocale::231 selected locale: 'en'
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): Tinebase_Core::setupUserLocale::950 Setting user locale: en
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::962 Setting CTYPE locale from "C" to "en_US.UTF8".
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): Tinebase_Server_WebDAV::handle::42 is CalDav, CardDAV or WebDAV request.
d8b49 -- none -- - 2012-09-23T19:31:30+00:00 INFO (6): index.php (75) TIME: 0.28146409988403 seconds  MEMORY: 7.5 MBytes  REALPATHCACHESIZE: 0
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Core::setupLogger::484 Logger initialized
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Config_Abstract::_loadAllAppConfigsInCache::278 Loading all configs for app Tinebase
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Config_Abstract::_loadAllAppConfigsInCache::285 Found 8 configs.
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Core::setupLogger::484 Logger initialized
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Core::setupCache::550 cache of backend type 'File' enabled
0602c -- none -- - 2012-09-23T19:31:35+[code]00:00 INFO (6): Tinebase_Core::setSessionBackend::764 Session of backend type 'File' configured.
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Auth_CredentialCache::setCacheAdapter::98 Using credential cache apapter: Tinebase_Auth_CredentialCache_Adapter_Cookie
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::911 given localeString 'auto'
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::920 session value: en
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Core::setupUserLocale::950 Setting user locale: en
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::962 Setting CTYPE locale from "C" to "en_US.UTF8".
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Server_WebDAV::handle::42 is CalDav, CardDAV or WebDAV request.
0602c -- none -- - 2012-09-23T19:31:35+00:00 WARN (4): Tinebase_Core::setExecutionLifeTime::1025 max_execution_time(120) is too low. Can't set limit to 0 because of safe mode restrictions.
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Auth::setBackend::253 authentication backend: Sql
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Auth::authenticate::192 Trying to authenticate mario
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Auth::authenticate::200 Authentication of mario succeeded
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_User::setBackendType::234 Setting backend type to Sql
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_User::getInstance::137 accounts backend: Sql
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_User_Abstract::registerPlugin::391 Registering Tinebase_EmailUser_Imap_Dovecot plugin.
0602c -- none -- - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_User_Abstract::registerPlugin::391 Registering Tinebase_EmailUser_Smtp_Postfix plugin.
0602c -- none -- - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_User::factory::195 Created user backend of type Sql
0602c mario - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::911 given localeString 'auto'
0602c mario - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::920 session value: en
0602c mario - 2012-09-23T19:31:35+00:00 INFO (6): Tinebase_Core::setupUserLocale::950 Setting user locale: en
0602c mario - 2012-09-23T19:31:35+00:00 DEBUG (7): Tinebase_Group::getInstance::71 groups backend: Sql
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Controller_Record_Abstract::create::403 Create new Tinebase_Model_AccessLog
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Frontend_CalDAV::getChild::38 path: 7f4717fac6ed3463b2050e73a81c0ffed1aaa44a name: 11
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Frontend_CalDAV::getChild::38 path: 7f4717fac6ed3463b2050e73a81c0ffed1aaa44a name: 11
0602c mario - 2012-09-23T19:31:36+00:[code]00 DEBUG (7): Tinebase_Controller_Record_Abstract::getAlarms::1275 Resolving alarms and add them to record set.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Model_Alarm::setMinutesBefore::118 Array
(
    [id] => eae9fbf6b335085017b9f8dc15d21b2afc416fa7
    [record_id] => 4aee66e8c46fdcdda3d26f7cad5c673530e5a31f
    [model] => Calendar_Model_Event
    [alarm_time] => 2012-10-16 14:20:00
    [sent_time] =>
    [sent_status] => pending
    [sent_message] =>
    [options] => {"custom":false,"minutes_before":10}
)
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Model_Alarm::setMinutesBefore::129 result: 10
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Convert_Event_VCalendar_Factory::parseUserAgent::97 Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 ->  backend: generic version:
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Controller_Record_Abstract::getAlarms::1275 Resolving alarms and add them to record set.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Convert_Event_VCalendar_Factory::parseUserAgent::97 Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 ->  backend: generic version:
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Controller_Record_Abstract::getAlarms::1275 Resolving alarms and add them to record set.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Model_Alarm::setMinutesBefore::118 Array
(
    [id] => 15996314e67fe457dbc2a37e3b775eb20d7b621f
    [record_id] => a0c8a3c6812546f10589d1fc8bfb4c4319232ec2
    [model] => Calendar_Model_Event
    [alarm_time] => 2012-09-19 13:50:00
    [sent_time] =>
    [sent_status] => pending
    [sent_message] =>
    [options] => {"custom":false,"minutes_before":10}
)
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Model_Alarm::setMinutesBefore::129 result: 10
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Convert_Event_VCalendar_Factory::parseUserAgent::97 Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 ->  backend: generic version:
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Controller_Record_Abstract::getAlarms::1275 Resolving alarms and add them to record set.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Convert_Event_VCalendar_Factory::parseUserAgent::97 Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 ->  backend: generic version:
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Controller_Record_Abstract::getAlarms::1275 Resolving alarms and add them to record set.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Model_Alarm::setMinutesBefore::118 Array
(
    [id] => 4ce818b22438db4c10c3de550bc1902c85466177
    [record_id] => e63d7d7857e3ef77e952ed7e28913dd58ce43926
    [model] => Calendar_Model_Event
    [alarm_time] => 2012-09-13 05:20:00
    [sent_time] =>
    [sent_status] => pending
    [sent_message] =>
    [options] => {"custom":false,"minutes_before":10}
)
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Model_Alarm::setMinutesBefore::129 result: 10
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Calendar_Convert_Event_VCalendar_Factory::parseUserAgent::97 Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 ->  backend: generic version:
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Config_Abstract::_loadAllAppConfigsInCache::278 Loading all configs for app Addressbook
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Config_Abstract::_loadAllAppConfigsInCache::285 Found 1 configs.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Tinebase_Config::getConfig::645 Overwriting config setting "mapPanel" with value from config.inc.php.
0602c mario - 2012-09-23T19:31:36+00:00 DEBUG (7): Addressbook_Controller_Contact::__construct::50 Mappanel/geoext/nominatim disabled with config option.
0602c mario - 2012-09-23T19:31:36+00:00 INFO (6): index.php (75) TIME: 1.0279541015625 seconds  MEMORY: 20.25 MBytes  REALPATHCACHESIZE: 0


Da das tine.log nur beim direkten Aufruf etwas ausgibt, vermute ich, dass es ein Apache-Config-Problem ist. Aber wo?

Wenn da jemand eine Idee hat, würde ich diese gern ausprobieren.

Mario
mgo
 
Posts: 4
Joined: Thu Sep 06, 2012 9:38 pm

Re: apache config für Lightning

Postby mgo » Mon Sep 24, 2012 7:39 pm

Um zu verifizieren, dass es nicht am Thunderbird (15.0)/Lightning(1.7) liegt, habe ich einen Kalender vom http://demo.tine20.org hinzugefügt und siehe da es geht! :o

Und da bei meinem Server im tine20.log keine Meldungen zu sehen sind, liegt es wohl wie vermutet an der apache-Config.

Ich werde dann mal weitersuchen ...

Hat jemand mit einer laufenden Config mal einen Auszug vom rewrite-Modul mit einem gültigen Request?

Mario
mgo
 
Posts: 4
Joined: Thu Sep 06, 2012 9:38 pm


Return to Deutsch [German]

Who is online

Users browsing this forum: No registered users and 9 guests

cron
Startseite
NewsDemoDownloadForumWikiBlog
Support
Support at first hand!
If the forum does not help anymore ... Professional support is available directly from our Tine2.0 core Developers.

more »