Danke, für die Antworten ich glaube wir sind auf einem guten weg, und kurz vor Problem Lösung.
sebix"Die da waere?"
Diese Website ist nicht erreichbar
schrauberjo.ddns.net hat die Verbindung abgelehnt.
Versuchen Sie Folgendes:
Verbindung prüfen
Proxy und Firewall prüfen
ERR_CONNECTION_REFUSED
sebix"Die Datei ist syntaktisch inkorrekt, da fehlt am Ende was."
rafi"Bist du weitergekommen? Da ich selber kein snap nutze ists bisschen schwer dir da zu helfen.
Hast du viel in der cloud ausser Dateien? Ggf könntest du sie ja ansonsten nochmal installieren. Das kann natürlich kein Dauerlösung sein bei einem reboot, aber vll gehts ja dann und sogar nach dem reboot"
Es ist jetzt schon ca 6 Monate her als ich das ganze konfiguriert habe und bis her lief allles super selbst nach reboot.
da scheint sich das Problem etwas von dem im Nextcloud forum ab zu heben.
und mit der neu Installation ist das so eine Sache. Auf dem Server, dessen OS auf einer 120 Gb SSD Läuft und auf dem nextcloud, Installiert ist und die Daten auf eine andere 1 TB NAS Festplatte ablegt. Und dann wäre da noch die smb freigabe der im Raid 1 Laufenden 2 weiteren 1 TB Festplatten. Des weiteren habe ich Java sowie ein skript implementiert das den Server alle 24h um 04:00 updaten lässt. Was mir kurz vor Fertigstellung dieses Posts noch eingefallen ist was relevant sein könnte ist, ich hab damals mit meinem Kumpel die apache.conf war es glaube ich so eingestellt das reinkommende anfragen über Port 80 auf den Port 443 umgeleitet werden
sebix"In welchem Pfad ist denn nextcloud installiert? Der DocumentRoot ist /var/www/html, wo wohl die Standardseite mit "It works!" liegt. Oder bringt "
Read-only folder
Location: /snap/nextcloud/current/
Snap variable: $SNAP
Contains:
Nextcloud application
Configuration files
Location: /var/snap/nextcloud/current/
Snap variable: $SNAP_DATA
Contains:
Apache, PHP, MySQL, and Redis logs
Keys and certificates
MySQL database
Redis database
Nextcloud config
Any Nextcloud apps installed by the user
Your data
Location: /var/snap/nextcloud/common/
Snap variable: $SNAP_COMMON
Contains:
Nextcloud data
Nextcloud logs
sebix"Gibt es in /etc/apache2/sites-enabled/ noch andere Dateien?"
nur noch eine "000-default.conf" mit filgendem inhalt:
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
mit freundlichen grüßen
schrauberjo