Collabora Document Server nicht erreichbar
Moin,
Ich bin aktuell dabei einen Document Server für meine Nextcloud aufzusetzen.
Das hat so weit ganz gut geklappt. Der Server ist über die Interne IP aufrufbar und gibt den gewünschten Output.
Wenn ich jedoch über meine Domain versuche auf den Server zu gehen, kommt nur die Standard Apache2 Seite von meinem Reverse Proxy statt die Seite die sich öffnet wenn ich über die interne IP zugreife. Dadurch kann ich den Server auch nicht in der Nextcloud eintragen.
Ich habe komplett nach diesem Tutorial gearbeitet.
https://www.linuxbabe.com/ubuntu/integrate-collabora-onlinenextcloud-wit ...
Wenn noch zusätzliche Infos fehlen, gerne jederzeit melden.
Das ist meine Reverse Proxy Config
Ich bin aktuell dabei einen Document Server für meine Nextcloud aufzusetzen.
Das hat so weit ganz gut geklappt. Der Server ist über die Interne IP aufrufbar und gibt den gewünschten Output.
Wenn ich jedoch über meine Domain versuche auf den Server zu gehen, kommt nur die Standard Apache2 Seite von meinem Reverse Proxy statt die Seite die sich öffnet wenn ich über die interne IP zugreife. Dadurch kann ich den Server auch nicht in der Nextcloud eintragen.
Ich habe komplett nach diesem Tutorial gearbeitet.
https://www.linuxbabe.com/ubuntu/integrate-collabora-onlinenextcloud-wit ...
Wenn noch zusätzliche Infos fehlen, gerne jederzeit melden.
Das ist meine Reverse Proxy Config
<VirtualHost *:80>
ServerName office.domain.de
Options -Indexes
ErrorLog "/var/log/apache2/collabora_error"
# Encoded slashes need to be allowed
AllowEncodedSlashes NoDecode
# keep the host
ProxyPreserveHost On
# static html, js, images, etc. served from coolwsd
# loleaflet/browser is the client part of Collabora Online
ProxyPass /loleaflet http://192.168.178.134:9980/loleaflet retry=0
ProxyPassReverse /loleaflet http://192.168.178.134:9980/loleaflet
ProxyPass /browser http://192.168.178.134:9980/browser retry=0
ProxyPassReverse /browser http://192.168.178.134:9980/browser
# WOPI discovery URL
ProxyPass /hosting/discovery http://192.168.178.134:9980/hosting/discovery retry=0
ProxyPassReverse /hosting/discovery http://192.168.178.134:9980/hosting/discovery
# Capabilities
ProxyPass /hosting/capabilities http://192.168.178.134:9980/hosting/capabilities retry=0
ProxyPassReverse /hosting/capabilities http://192.168.178.134:9980/hosting/capabilities
# Main websocket
ProxyPassMatch "/cool/(.*)/ws$" ws://192.168.178.134:9980/cool/$1/ws nocanon
# Admin Console websocket
ProxyPass /cool/adminws ws://192.168.178.134:9980/cool/adminws
# Download as, Fullscreen presentation and Image upload operations
ProxyPass /cool http://192.168.178.134:9980/cool
ProxyPassReverse /cool http://192.168.178.134:9980/cool
</VirtualHost>
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 4068173114
Url: https://administrator.de/contentid/4068173114
Ausgedruckt am: 22.11.2024 um 11:11 Uhr