Nextcloud Config Wizard Page Not Loading

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version 24.0.1
Operating system and version Ubuntu Server 22.0.4 LTS
Apache or nginx version Apache 2.4.52
PHP version Zend Engine v4.1.2 with Zend OPcache v8.1.2

The issue you are facing: First time setting this up but seem to have everything configured/running. Can only get the “Hello” page for Apache. I am also trying to run with SSL enabled but not exclusively (I think). I am getting the basic “page can’t be displayed” message in chrome when I try to go to https://10.20.30.25:25443/nextcloud and 404 if trying just 10.20.30.25/nextcloud

Here is the nextcloud.conf:

*<VirtualHost 10.20.30.25:25443>*
*  DocumentRoot /var/www/nextcloud/*
*  ServerName localhost*
*  SSLEngine on*
*  SSLCertificateFile /home/bonzo/nextcloud1.crt*
*  SSLCertificateKeyFile /etc/apache2/sites-enabled/cloud.sadlips.com.key*
*  SSLCertificateChainFile /home/bonzo/nextcloud.crt*
*  <Directory /var/www/nextcloud/>*
*  Require all granted*
*  AllowOverride All*
*  Options FollowSymLinks MultiViews*

*    <IfModule mod_dav.c>*
    *      Dav off*
*    </IfModule>*
*  </Directory>*
*</VirtualHost>*

Here is the error log

[Fri Jun 10 20:39:16.799968 2022] [core:notice] [pid 834] AH00094: Command line: '/usr/sbin/apache2'
[Sat Jun 11 03:02:12.761217 2022] [mpm_prefork:notice] [pid 834] AH00169: caught SIGTERM, shutting down
[Sat Jun 11 11:35:05.411011 2022] [ssl:warn] [pid 741] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 11:35:47.682154 2022] [ssl:warn] [pid 882] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 11:35:47.690451 2022] [mpm_prefork:notice] [pid 882] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Sat Jun 11 11:35:47.690482 2022] [core:notice] [pid 882] AH00094: Command line: '/usr/sbin/apache2'
[Sat Jun 11 12:23:12.383276 2022] [mpm_prefork:notice] [pid 882] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
[Sat Jun 11 12:23:12.453036 2022] [ssl:warn] [pid 882] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 12:23:12.459016 2022] [ssl:warn] [pid 882] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 12:23:12.459268 2022] [mpm_prefork:notice] [pid 882] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Sat Jun 11 12:23:12.459283 2022] [core:notice] [pid 882] AH00094: Command line: '/usr/sbin/apache2'
[Sat Jun 11 12:42:15.740476 2022] [mpm_prefork:notice] [pid 882] AH00169: caught SIGTERM, shutting down
[Sat Jun 11 12:42:21.750582 2022] [ssl:warn] [pid 2363] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 12:42:21.756439 2022] [ssl:warn] [pid 2363] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 12:42:21.823611 2022] [ssl:warn] [pid 2364] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 12:42:21.829547 2022] [ssl:warn] [pid 2364] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 11 12:42:21.836931 2022] [mpm_prefork:notice] [pid 2364] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Sat Jun 11 12:42:21.836964 2022] [core:notice] [pid 2364] AH00094: Command line: '/usr/sbin/apache2'

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

Not sure where this info is located

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

I don't seem to have one and obviously that is not good. The only thing even close is config.sample.php, in that same directory.

The output of your Apache/nginx/system log in /var/log/____:

???

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

I have obviously missed something very important during this installation.
I apologize for my obviously apparent mistake to anyone who knows what I did wrong. And thank you if you are able to help.