ich wollte nur meine zweite Domain auf dem Server

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 17.12.2024 17:47:52

ruth hat geschrieben: ↑ zum Beitrag ↑
17.12.2024 09:42:38

Vermutung, mindestens einer der vHost-Konfigurationen hat keinen klaren ServerName oder ServerAlias definiert. :THX:
1. falsch, weil diese Meldung nur kommt, wenn ich die Datein für DOMAIN 2 anlege
2. falsch! weil ich den Grundtext reinkopiere und nur die Teile wie Domain, Subdomain, und Ordnername angepasst werden.

und nochmal DOMAIN 1 läuft fehlerfrei
sobald ich die conf-dateien anlege funktionieren weder 1 noch 2

BEISPIEL für Domain 1 (aus den Ursprungsdateien herauskopiert)

Code: Alles auswählen

<VirtualHost *:80>
	 ServerName www.domain1.com
	DocumentRoot /var/www/domain
	<Directory /var/www/domain/>
		
	</Directory>
</VirtualHost>
Beispiel für DOMAIN 2

Code: Alles auswählen

<VirtualHost *:80>
	 ServerName www.domain2.com
	DocumentRoot /var/www/domain2
	<Directory /var/www/domain2/>
		
	</Directory>
</VirtualHost>


REMEMBER: DOMAIN 1 IS RUNNING without conf-domain2!

Code: Alles auswählen

i bin i und du bist du!

Benutzeravatar
Draal
Beiträge: 689
Registriert: 11.03.2005 14:45:26

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von Draal » 17.12.2024 21:11:27

Jetzt mal von hinten aufgerollt:

Wenn Du die 2. Domain im Apachen konfigurierst und die erste auskommentierst, was passiert dann?

DNS können wir ja ausschließen, also treiben wir den Fehler in die Ecke. :wink:

Benutzeravatar
GregorS
Beiträge: 3124
Registriert: 05.06.2008 09:36:37
Wohnort: Freiburg
Kontaktdaten:

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von GregorS » 17.12.2024 21:33:06

Draal hat geschrieben: ↑ zum Beitrag ↑
17.12.2024 21:11:27
Jetzt mal von hinten aufgerollt:
... und am besten auch von beiden Seiten.
Wenn Du die 2. Domain im Apachen konfigurierst und die erste auskommentierst, was passiert dann?
DNS können wir ja ausschließen, also treiben wir den Fehler in die Ecke. :wink:
Ja, ich schlage die runde vor.

@claudiarose: Tu, was oln vorschlägt. Oder sieh zu, dass Du in Deinem Bekanntenkreis jemanden findest, der sich mit Linux auskennt. Für mich liest sich dieser Thread wie ein Hickhack, das die Sache nicht besser macht.
Wenn man keine Probleme hat, kann man sich welche machen. ("Großes Lötauge", Medizinmann der M3-Hopi [und sog. Maker])

Benutzeravatar
oln
Beiträge: 537
Registriert: 05.01.2021 09:41:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von oln » 18.12.2024 07:27:44

Moin,
bitte poste alle Dateien die unter /etc/apache2/sites-enabled/ verlinkt sind und deren Inhalt. Sonst kommen wir nicht weiter.
Immer nur diese Schnipsel bringen nichts. Deine Domains kannst du ja anonymisieren.
Hast du evtl. auch in der apache2.conf irgend einen Vhost drin?
Poste mal bitte die Ausgabe des folgenden Befehls:

Code: Alles auswählen

grep -ri virtualhost /etc/apache2/
Gruß Ole
AbuseIPDB

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 10:21:16

oln hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 07:27:44
Moin,
bitte poste alle Dateien die unter /etc/apache2/sites-enabled/ verlinkt sind und deren Inhalt. Sonst kommen wir nicht weiter.
Immer nur diese Schnipsel bringen nichts. Deine Domains kannst du ja anonymisieren.
Hast du evtl. auch in der apache2.conf irgend einen Vhost drin?
Poste mal bitte die Ausgabe des folgenden Befehls:

Code: Alles auswählen

grep -ri virtualhost /etc/apache2/

Code: Alles auswählen

root@17a065c8-6e20-47c5-8816-0711de694db8:~# grep -ri virtualhost /etc/apache2/
/etc/apache2/sites-available/deaplergames.conf:<VirtualHost *:80>
/etc/apache2/sites-available/deaplergames.conf:</VirtualHost>
/etc/apache2/sites-available/sc.conf:<VirtualHost *:80>
/etc/apache2/sites-available/sc.conf:</VirtualHost>
/etc/apache2/sites-available/charts.conf:<VirtualHost *:80>
/etc/apache2/sites-available/charts.conf:</VirtualHost>
/etc/apache2/sites-available/rspv-ssl.conf:NameVirtualHost *:443
/etc/apache2/sites-available/rspv-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/rspv-ssl.conf:</VirtualHost>
Binary file /etc/apache2/sites-available/.default.swp matches
/etc/apache2/sites-available/sqldump.conf:<VirtualHost *:80>
/etc/apache2/sites-available/sqldump.conf:</VirtualHost>
/etc/apache2/sites-available/chat.conf:<VirtualHost *:80>
/etc/apache2/sites-available/chat.conf:</VirtualHost>
/etc/apache2/sites-available/default-ssl:<VirtualHost _default_:443>
/etc/apache2/sites-available/default-ssl:</VirtualHost>
/etc/apache2/sites-available/radio.conf:<VirtualHost *:80>
/etc/apache2/sites-available/radio.conf:</VirtualHost>
/etc/apache2/sites-available/presse.conf:<VirtualHost *:80>
/etc/apache2/sites-available/presse.conf:</VirtualHost>
/etc/apache2/sites-available/default:<VirtualHost *:80>
/etc/apache2/sites-available/default:</VirtualHost>
/etc/apache2/ports.conf:# have to change the VirtualHost statement in
/etc/apache2/ports.conf:NameVirtualHost *:80
/etc/apache2/ports.conf:    # If you add NameVirtualHost *:443 here, you will also have to change
/etc/apache2/ports.conf:    # the VirtualHost statement in /etc/apache2/sites-available/default-ssl
/etc/apache2/ports.conf:    # to <VirtualHost *:443>
/etc/apache2/apache2.conf:# If you do not specify an ErrorLog directive within a <VirtualHost>
/etc/apache2/apache2.conf:# logged here.  If you *do* define an error logfile for a <VirtualHost>
/etc/apache2/sites-enabled/deaplergames.conf:<VirtualHost *:80>
/etc/apache2/sites-enabled/deaplergames.conf:</VirtualHost>
/etc/apache2/conf.d/other-vhosts-access-log:# Define an access log for VirtualHosts that don't define their own logfile
/etc/apache2/conf.d/localized-error-pages:# even on a per-VirtualHost basis.  If you include the Alias in the global server
neues Problem:
Apache startet nicht mehr:

Code: Alles auswählen

sudo service apache2 restart
[....] Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 88.218.227.192 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 88.218.227.192 for ServerName
(30)Read-only file system: apache2: could not open error log file /var/log/apache2/error.log.
Unable to open logs
Action 'start' failed.

Code: Alles auswählen

i bin i und du bist du!

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 10:30:27

Draal hat geschrieben: ↑ zum Beitrag ↑
17.12.2024 21:11:27
Jetzt mal von hinten aufgerollt:

Wenn Du die 2. Domain im Apachen konfigurierst und die erste auskommentierst, was passiert dann?

DNS können wir ja ausschließen, also treiben wir den Fehler in die Ecke. :wink:
dann funktioniert gar nichts mehr

Code: Alles auswählen

i bin i und du bist du!

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 10:42:28

oln hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 07:27:44
Moin,
bitte poste alle Dateien die unter /etc/apache2/sites-enabled/ verlinkt sind und deren Inhalt. Sonst kommen wir nicht weiter.
Immer nur diese Schnipsel bringen nichts. Deine Domains kannst du ja anonymisieren.
der Inhalt jeder conf-Datei sieht so aus,nur eben mit den Domainnamen und den entsprechenenden Ordnernamen :

Code: Alles auswählen

<VirtualHost *:80>
	 ServerName www.domain1.com
	DocumentRoot /var/www/domain1
	<Directory /var/www/domain1/>
		
	</Directory>
</VirtualHost>
Hast du evtl. auch in der apache2.conf irgend einen Vhost drin?
die apache2.conf:

Code: Alles auswählen

# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.2/ for detailed information about
# the directives and /usr/share/doc/apache2-common/README.Debian.gz about
# Debian specific hints.
#
#
# Summary of how the Apache 2 configuration works in Debian:
# The Apache 2 web server configuration in Debian is quite different to
# upstream's suggested way to configure the web server. This is because Debian's
# default Apache2 installation attempts to make adding and removing modules,
# virtual hosts, and extra configuration directives as flexible as possible, in
# order to make automating the changes and administering the server as easy as
# possible.

# It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
#	/etc/apache2/
#	|-- apache2.conf
#	|	`--  ports.conf
#	|-- mods-enabled
#	|	|-- *.load
#	|	`-- *.conf
#	|-- conf.d
#	|	`-- *
# 	`-- sites-enabled
#	 	`-- *
#
#
# * apache2.conf is the main configuration file (this file). It puts the pieces
#   together by including all remaining configuration files when starting up the
#   web server.
#
#   In order to avoid conflicts with backup files, the Include directive is
#   adapted to ignore files that:
#   - do not begin with a letter or number
#   - contain a character that is neither letter nor number nor _-:.
#   - contain .dpkg
#
#   Yet we strongly suggest that all configuration files either end with a
#   .conf or .load suffix in the file name. The next Debian release will
#   ignore files not ending with .conf (or .load for mods-enabled).
#
# * ports.conf is always included from the main configuration file. It is
#   supposed to determine listening ports for incoming connections, and which
#   of these ports are used for name based virtual hosts.
#
# * Configuration files in the mods-enabled/ and sites-enabled/ directories
#   contain particular configuration snippets which manage modules or virtual
#   host configurations, respectively.
#
#   They are activated by symlinking available configuration files from their
#   respective *-available/ counterparts. These should be managed by using our
#   helpers a2enmod/a2dismod, a2ensite/a2dissite. See
#   their respective man pages for detailed information.
#
# * Configuration files in the conf.d directory are either provided by other
#   packages or may be added by the local administrator. Local additions
#   should start with local- or end with .local.conf to avoid name clashes. All
#   files in conf.d are considered (excluding the exceptions noted above) by
#   the Apache 2 web server.
#
# * The binary is called apache2. Due to the use of environment variables, in
#   the default configuration, apache2 needs to be started/stopped with
#   /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
#   work with the default configuration.


# Global configuration
#

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation (available
# at <URL:http://httpd.apache.org/docs/2.2/mod/mpm_common.html#lockfile>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
#ServerRoot "/etc/apache2"

#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
LockFile ${APACHE_LOCK_DIR}/accept.lock

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
# This needs to be set in /etc/apache2/envvars
#
PidFile ${APACHE_PID_FILE}

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 5

##
## Server-Pool Size Regulation (MPM specific)
## 

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
StartServers       1
MinSpareServers    1
MaxSpareServers    5
MaxClients        10
    MaxRequestsPerChild   0
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadLimit: ThreadsPerChild can be changed to this maximum value during a
#              graceful restart. ThreadLimit can only be changed by stopping
#              and starting Apache.
# ThreadsPerChild: constant number of worker threads in each server process
# MaxClients: maximum number of simultaneous client connections
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_module>
StartServers       1
MinSpareThreads    1
MaxSpareThreads    4
    ThreadLimit          64
    ThreadsPerChild      25
MaxClients        10
    MaxRequestsPerChild   0
</IfModule>

# event MPM
# StartServers: initial number of server processes to start
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxClients: maximum number of simultaneous client connections
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_event_module>
StartServers       1
MinSpareThreads    1
MaxSpareThreads    4
    ThreadLimit          64
    ThreadsPerChild      25
MaxClients        10
    MaxRequestsPerChild   0
</IfModule>

# These need to be set in /etc/apache2/envvars
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}

#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives.  See also the AllowOverride
# directive.
#

AccessFileName .htaccess

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy all
</Files>

#
# DefaultType is the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value.  If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
# It is also possible to omit any default MIME type and let the
# client's browser guess an appropriate action instead. Typically the
# browser will decide based on the file's extension then. In cases
# where no good assumption can be made, letting the default MIME type
# unset is suggested  instead of forcing the browser to accept
# incorrect  metadata.
#
DefaultType None


#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off

# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog ${APACHE_LOG_DIR}/error.log

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

# Include module configuration:
Include mods-enabled/*.load
Include mods-enabled/*.conf

# Include list of ports to listen on and which to use for name based vhosts
Include ports.conf

#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
# If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i
#
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

# Include of directories ignores editors' and dpkg's backup files,
# see the comments above for details.

# Include generic snippets of statements
Include conf.d/

# Include the virtual host configurations:
Include sites-enabled/

Code: Alles auswählen

i bin i und du bist du!

ruth
Beiträge: 34
Registriert: 14.03.2023 08:04:05
Wohnort: Ruhrpott

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von ruth » 18.12.2024 11:10:36

Die Apache Version scheint auch überholt zu sein.. :idea:
...veraltete Direktiven.

Code: Alles auswählen

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy all
</Files>
Nicht jeder ist als ruth geboren.. :lol:

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 11:14:20

ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 11:10:36
Die Apache Version scheint auch überholt zu sein.. :idea:
...veraltete Direktiven.

Code: Alles auswählen

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy all
</Files>
obwohl ich ein Update durchgeführt habe

Code: Alles auswählen

i bin i und du bist du!

ruth
Beiträge: 34
Registriert: 14.03.2023 08:04:05
Wohnort: Ruhrpott

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von ruth » 18.12.2024 11:24:28

Meine Meinung dazu ist...

den Apache, wenn es um zwei Domains geht, komplett neu aufsetzen.

Das dürfte keine große Aktion sein. :hail:

Bei der Gelegenheit die Frage wäre nach dem OS und der Version...?
Nicht jeder ist als ruth geboren.. :lol:

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 11:47:41

ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 11:24:28
Meine Meinung dazu ist...

den Apache, wenn es um zwei Domains geht, komplett neu aufsetzen.

Das dürfte keine große Aktion sein. :hail:
denke, das wäre denk ich doch das klügste.... :roll:
Bei der Gelegenheit die Frage wäre nach dem OS und der Version...?
System ist Debian 7.11 Wheezy

Code: Alles auswählen

i bin i und du bist du!

ruth
Beiträge: 34
Registriert: 14.03.2023 08:04:05
Wohnort: Ruhrpott

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von ruth » 18.12.2024 12:02:58

Debian 7.11 Wheezy hat das Ende seiner Lebensdauer (EOL) im Mai 2018 erreicht. :THX:
Nicht jeder ist als ruth geboren.. :lol:

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 12:06:09

ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:02:58
Debian 7.11 Wheezy hat das Ende seiner Lebensdauer (EOL) im Mai 2018 erreicht. :THX:
dann Neuinstallation mit Debian 9 stretch :roll:

hoffentlich klappt dann alles :|

Code: Alles auswählen

i bin i und du bist du!

Benutzeravatar
MSfree
Beiträge: 11604
Registriert: 25.09.2007 19:59:30

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von MSfree » 18.12.2024 12:07:12

claudiarose hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:06:09
dann Neuinstallation mit Debian 9 stretch :roll:
Nein, mit Debian 12 (Bookworm)

Benutzeravatar
GregorS
Beiträge: 3124
Registriert: 05.06.2008 09:36:37
Wohnort: Freiburg
Kontaktdaten:

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von GregorS » 18.12.2024 12:20:49

claudiarose hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:06:09
ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:02:58
Debian 7.11 Wheezy hat das Ende seiner Lebensdauer (EOL) im Mai 2018 erreicht. :THX:
dann Neuinstallation mit Debian 9 stretch :roll:
Ich stimme MSfree zu. Wenn Du schon neu installierst, dann bitte die aktuelle Version. Wein wird besser, wenn er altert, Software nicht. Zudem wirst Du mit einer aktuellen Version deutlich mehr Hilfe erhalten.
Wenn man keine Probleme hat, kann man sich welche machen. ("Großes Lötauge", Medizinmann der M3-Hopi [und sog. Maker])

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 12:32:02

claudiarose hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:06:09
ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:02:58
Debian 7.11 Wheezy hat das Ende seiner Lebensdauer (EOL) im Mai 2018 erreicht. :THX:
dann Neuinstallation mit Debian 9 stretch :roll:

hoffentlich klappt dann alles :|
natürlich nicht...und nun?

Code: Alles auswählen

Ign:1 http://ftp.us.debian.org/debian stretch InRelease
Err:2 http://ftp.us.debian.org/debian stretch Release
  404  Not Found
Reading package lists... Done
E: The repository 'http://ftp.us.debian.org/debian stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Code: Alles auswählen

i bin i und du bist du!

rhHeini
Beiträge: 2702
Registriert: 20.04.2006 20:44:10

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von rhHeini » 18.12.2024 12:40:56

Kein Wunder weil Debian 9 Stretch bereits archiviert ist. Wir sind aktuell bei Debian 12 Bookworm, 13 Trixie steht vor der Tür.

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 14:50:59

rhHeini hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 12:40:56
Kein Wunder weil Debian 9 Stretch bereits archiviert ist. Wir sind aktuell bei Debian 12 Bookworm, 13 Trixie steht vor der Tür.
na prima.... ein Update von 9 auf 10 funktioniert irgendwie nicht, und ein direktes Upgrade auf 12 ist nach den beschreibungen nicht möglich

Code: Alles auswählen

i bin i und du bist du!

ruth
Beiträge: 34
Registriert: 14.03.2023 08:04:05
Wohnort: Ruhrpott

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von ruth » 18.12.2024 15:19:46

Das hast Du in zwei bis drei Stunden komplett neu aufgesetzt.... :THX:
Nicht jeder ist als ruth geboren.. :lol:

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 15:27:50

ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 15:19:46
Das hast Du in zwei bis drei Stunden komplett neu aufgesetzt.... :THX:
ich hab keinen BLAKO-Server, da gibt es nur ein Vorinstalliertes System, das höchste ist Debian 9, also muss ich updates laden, und da bekme ich ständig fehlermeldungen

Code: Alles auswählen

i bin i und du bist du!

ruth
Beiträge: 34
Registriert: 14.03.2023 08:04:05
Wohnort: Ruhrpott

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von ruth » 18.12.2024 15:32:05

Suche dir einen neuen Hoster... :google:
Nicht jeder ist als ruth geboren.. :lol:

Benutzeravatar
claudiarose
Beiträge: 39
Registriert: 10.12.2024 02:47:24

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von claudiarose » 18.12.2024 15:36:41

ruth hat geschrieben: ↑ zum Beitrag ↑
18.12.2024 15:32:05
Suche dir einen neuen Hoster... :google:
es muss doch möglich sein, ein upgrade zu machen....der Server ist bezahlt für mehrere Monate

Code: Alles auswählen

i bin i und du bist du!

rhHeini
Beiträge: 2702
Registriert: 20.04.2006 20:44:10

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von rhHeini » 18.12.2024 15:47:06

Doch doch, ein Upgrade ist immer noch möglich:

viewtopic.php?t=135657
https://www.debian.org/distrib/archive.de.html

Allerdings solltest Du keinesfalls bei Stretch aufhören sondern erst bei Bookworm.

ruth
Beiträge: 34
Registriert: 14.03.2023 08:04:05
Wohnort: Ruhrpott

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von ruth » 18.12.2024 16:04:05

Ok, dass muss jeder für sich selbst entscheiden. Ob die ganzen Konfigurationen da mitspielen, die in mehreren Jahren dort eventuell gemacht wurden... dass wäre auf jeden Fall ein lohnenswertes Experiment. :hail:
Nicht jeder ist als ruth geboren.. :lol:

rhHeini
Beiträge: 2702
Registriert: 20.04.2006 20:44:10

Re: ich wollte nur meine zweite Domain auf dem Server

Beitrag von rhHeini » 18.12.2024 16:16:27

Ausserdem fehlt dazwischen der Schritt von Wheezy auf Jessie. Den kann man bei einem Upgradeversuch nicht auslassen.

Antworten