Hallo
bin am Installieren von
How to Install Nextcloud on Debian 12
habe den server in ispconfig DNS als A record eingetragen 10.18.14.178 nxtcld-04
weit unten nach dem
1 <VirtualHost *:80>
2 ServerName nxtcld-04.kozo.ch
3 DocumentRoot /var/www/nextcloud/
4
5 # log files
6 ErrorLog /var/log/apache2/files.kozo.ch-error.log
7 CustomLog /var/log/apache2/files.kozo.ch-access.log combined
8
9 <Directory /var/www/nextcloud/>
10 Options +FollowSymlinks
11 AllowOverride All
12
13 <IfModule mod_dav.c>
14 Dav off
15 </IfModule>
16
17 SetEnv HOME /var/www/nextcloud
18 SetEnv HTTP_HOME /var/www/nextcloud
19 </Directory>
20 </VirtualHost>
sudo systemctl restart apache2
zeigt mir aber dann nur Apache2 Debian Default Page
bin am Installieren von
How to Install Nextcloud on Debian 12

How to Install Nextcloud on Debian 12
This tutorial will show you how to install Nextcloud on a Debian 12 server. You will install Nextcloud with Apache2 web server, MariaDB server, and PH...
www.howtoforge.com
habe den server in ispconfig DNS als A record eingetragen 10.18.14.178 nxtcld-04
weit unten nach dem
1 <VirtualHost *:80>
2 ServerName nxtcld-04.kozo.ch
3 DocumentRoot /var/www/nextcloud/
4
5 # log files
6 ErrorLog /var/log/apache2/files.kozo.ch-error.log
7 CustomLog /var/log/apache2/files.kozo.ch-access.log combined
8
9 <Directory /var/www/nextcloud/>
10 Options +FollowSymlinks
11 AllowOverride All
12
13 <IfModule mod_dav.c>
14 Dav off
15 </IfModule>
16
17 SetEnv HOME /var/www/nextcloud
18 SetEnv HTTP_HOME /var/www/nextcloud
19 </Directory>
20 </VirtualHost>
sudo systemctl restart apache2
zeigt mir aber dann nur Apache2 Debian Default Page