Nutzung von Baikal (CARDAV bzw. CALDAV Server)
1 year ago
Hallo,
ich benötige Eure Kollektive Intelligenz!
Ich möchte Baikal als CARDAV und CALDAV Server einsetzen. Der Server ist als Subdomain eingerichtet und verweist auf das Verzeichnis baikal unter /home/www/public_html/baikal/ Der Server läuft, neue Nutzer kann ich einrichten. Auch das einloggen auf der Webseite geht.
Problem:
Will man z.B. unter Thunderbird TbSync diesen CALDAV Account nutzen, kommt folgende Fehlermeldung:
Da ich auf den Hilfeseiten immer wieder unterschiedliche Möglichkeiten der Konfiguration gefunden habe, schicke ich einfach mal Euch die meisten der Konfiguration:
Inhalt der httpd.conf unter dem Verzeichnis /home/www/ssh/etc/
<Directory /home/www/public_html>
RewriteEngine on
RewriteRule ^\.well-known/carddav /baikal/remote.php/dav [R=301,L]
RewriteRule ^\.well-known/caldav /baikal/remote.php/dav [R=301,L]
RewriteRule ^\.well-known/webfinger /baikal/index.php/.well-known/webfinger [R=301,L]
RewriteRule ^\.well-known/nodeinfo /baikal/index.php/.well-known/noteinfo [R=301,L]
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
FcgidInitialEnv TMPDIR "/home/www/temp"
</Directory>
<Location /nextcloud>
Header always set Strict-Transport-Security "max-age=15552000; includeSubdomains;"
</Location>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>
Inhalt php.ini unter /home/www/
memory_limit = 1024M
upload_max_filesize = 1024M
max_execution_time = 180
display_errors = On
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
.htaccess unter /home/www/public_html
RewriteEngine On
RedirectMatch 301 ^/.well-known/caldav /baikal/html/cal.php
RedirectMatch 301 ^/.well-known/carddav /baikal/html/card.php
.htaccess unter /home/www/public_html/baikal/
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
RewriteCond %{HTTP:Authorization} ^(.*)
RedirectMatch 301 ^/.well-known/caldav /baikal/html/cal.php
RedirectMatch 301 ^/.well-known/carddav /baikal/html/card.php
</IfModule>
Vielleicht setzt ja jemand von Euch schon baikal auf seine Homepage bei der Telekom ein und kann mir nützliche Tipps geben, oder findet den Fehler in der Konfiguration. Meine Seite läuft bei der Telekom im Produkt Webhost basic.
DANKE
133
0
0
Accepted Solutions
All answers
Sort by
Oldest first
Newest first
Oldest first
Author
This could help you too
1658
0
1
4032
2
2
1 year ago
117
0
2
Unlogged in user
Ask
from
Webhosting-User