Moved server and got: ERR_SSL_PROTOCOL_ERROR

HI I have moved my server and tought it was just setting up IP, point the domain to right IP, and portforward ports 80, 443 and 8080

All good, every other services on the server works, but when I try to acsess Nextcloud I get ERR_SSL_PROTOCOL_ERROR

Same if I try to connect to it with local IP. Sure local IP wil get SSL error, but normaly I can accept the security risk on my lokal net.

This is nextcloud AIO 11.2.1

I see in master container its up and running.
Everything is green, also in docker everything looks good.

webdav dont want to connect either.

Im running it on debian with docker in case you wounder.

I have tryed to figure this out, but It seems that nothing that I have found have worked:

here mis the apache logfile:

Waiting for Nextcloud to start…
Waiting for Nextcloud to start…
Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/*] succeeded!
{“level”:“info”,“ts”:1751790650.7417097,“msg”:“maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined”}
{“level”:“info”,“ts”:1751790650.7422779,“msg”:“GOMEMLIMIT is updated”,“package”:“github.com/KimMachineGun/automemlimit/memlimit",“GOMEMLIMIT”:14998409625,"previous”:9223372036854775807}
{“level”:“info”,“ts”:1751790650.7423372,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
[Sun Jul 06 08:30:50.744748 2025] [mpm_event:notice] [pid 76:tid 76] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
[Sun Jul 06 08:30:50.744937 2025] [core:notice] [pid 76:tid 76] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
{“level”:“info”,“ts”:1751790650.7472682,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
{“level”:“info”,“ts”:1751790650.7580113,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
{“level”:“info”,“ts”:1751790650.7627347,“msg”:“serving initial configuration”}

Hi, can you post the docker run command or the docker compose file that you used to create the mastercontainer here?

used this compose file:

version: “3.8”

volumes:
nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer # This line is not allowed to be changed

services:
nextcloud:
image: nextcloud/all-in-one:latest # Must be changed to ‘nextcloud/all-in-one:latest-arm64’ when used with an arm64 CPU
restart: always
container_name: nextcloud-aio-mastercontainer
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 80:80
- 8080:8080
- 8443:8443

Can you try to open the configured domain via mobile network connection?

Tryed several times, same error message

Can you post the output of sudo docker inspect nextcloud-aio-apache here?

sure

[
{
“Id”: “1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4”,
“Created”: “2025-07-05T07:18:47.011932973Z”,
“Path”: “/start.sh”,
“Args”: [
“/usr/bin/supervisord”,
“-c”,
“/supervisord.conf”
],
“State”: {
“Status”: “running”,
“Running”: true,
“Paused”: false,
“Restarting”: false,
“OOMKilled”: false,
“Dead”: false,
“Pid”: 16004,
“ExitCode”: 0,
“Error”: “”,
“StartedAt”: “2025-07-06T08:41:15.52397681Z”,
“FinishedAt”: “2025-07-06T08:39:02.107447119Z”,
“Health”: {
“Status”: “healthy”,
“FailingStreak”: 0,
“Log”: [
{
“Start”: “2025-07-06T21:25:05.215617571+02:00”,
“End”: “2025-07-06T21:25:05.294847858+02:00”,
“ExitCode”: 0,
“Output”: “Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 443 port [tcp/https] succeeded!\n”
},
{
“Start”: “2025-07-06T21:25:35.295941424+02:00”,
“End”: “2025-07-06T21:25:35.374638501+02:00”,
“ExitCode”: 0,
“Output”: “Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 443 port [tcp/https] succeeded!\n”
},
{
“Start”: “2025-07-06T21:26:05.375815478+02:00”,
“End”: “2025-07-06T21:26:05.442038954+02:00”,
“ExitCode”: 0,
“Output”: “Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 443 port [tcp/https] succeeded!\n”
},
{
“Start”: “2025-07-06T21:26:35.443300803+02:00”,
“End”: “2025-07-06T21:26:35.513613721+02:00”,
“ExitCode”: 0,
“Output”: “Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 443 port [tcp/https] succeeded!\n”
},
{
“Start”: “2025-07-06T21:27:05.514342972+02:00”,
“End”: “2025-07-06T21:27:05.585914553+02:00”,
“ExitCode”: 0,
“Output”: “Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/] succeeded!\nConnection to 127.0.0.1 443 port [tcp/https] succeeded!\n”
}
]
}
},
“Image”: “sha256:036c4eb39b776fb71c01613d2e68b0f640607a0675182a593a5e4371d4f2f6dc”,
“ResolvConfPath”: “/var/lib/docker/containers/1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4/resolv.conf”,
“HostnamePath”: “/var/lib/docker/containers/1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4/hostname”,
“HostsPath”: “/var/lib/docker/containers/1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4/hosts”,
“LogPath”: “/var/lib/docker/containers/1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4/1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4-json.log”,
“Name”: “/nextcloud-aio-apache”,
“RestartCount”: 0,
“Driver”: “overlay2”,
“Platform”: “linux”,
“MountLabel”: “”,
“ProcessLabel”: “”,
“AppArmorProfile”: “docker-default”,
“ExecIDs”: null,
“HostConfig”: {
“Binds”: [
“nextcloud_aio_nextcloud:/var/www/html:ro”,
“nextcloud_aio_apache:/mnt/data:rw”
],
“ContainerIDFile”: “”,
“LogConfig”: {
“Type”: “json-file”,
“Config”: {}
},
“NetworkMode”: “nextcloud-aio”,
“PortBindings”: {
“443/tcp”: [
{
“HostIp”: “”,
“HostPort”: “443”
}
],
“443/udp”: [
{
“HostIp”: “”,
“HostPort”: “443”
}
]
},
“RestartPolicy”: {
“Name”: “unless-stopped”,
“MaximumRetryCount”: 0
},
“AutoRemove”: false,
“VolumeDriver”: “”,
“VolumesFrom”: null,
“ConsoleSize”: [
0,
0
],
“CapAdd”: null,
“CapDrop”: [
“NET_RAW”
],
“CgroupnsMode”: “private”,
“Dns”: ,
“DnsOptions”: ,
“DnsSearch”: ,
“ExtraHosts”: null,
“GroupAdd”: null,
“IpcMode”: “private”,
“Cgroup”: “”,
“Links”: null,
“OomScoreAdj”: 0,
“PidMode”: “”,
“Privileged”: false,
“PublishAllPorts”: false,
“ReadonlyRootfs”: true,
“SecurityOpt”: [
“label:disable”
],
“Tmpfs”: {
“/home/www-data”: “”,
“/tmp”: “”,
“/usr/local/apache2/logs”: “”,
“/var/log/supervisord”: “”,
“/var/run/supervisord”: “”
},
“UTSMode”: “”,
“UsernsMode”: “”,
“ShmSize”: 67108864,
“Runtime”: “runc”,
“Isolation”: “”,
“CpuShares”: 0,
“Memory”: 0,
“NanoCpus”: 0,
“CgroupParent”: “”,
“BlkioWeight”: 0,
“BlkioWeightDevice”: null,
“BlkioDeviceReadBps”: null,
“BlkioDeviceWriteBps”: null,
“BlkioDeviceReadIOps”: null,
“BlkioDeviceWriteIOps”: null,
“CpuPeriod”: 0,
“CpuQuota”: 0,
“CpuRealtimePeriod”: 0,
“CpuRealtimeRuntime”: 0,
“CpusetCpus”: “”,
“CpusetMems”: “”,
“Devices”: null,
“DeviceCgroupRules”: null,
“DeviceRequests”: null,
“MemoryReservation”: 0,
“MemorySwap”: 0,
“MemorySwappiness”: null,
“OomKillDisable”: null,
“PidsLimit”: null,
“Ulimits”: null,
“CpuCount”: 0,
“CpuPercent”: 0,
“IOMaximumIOps”: 0,
“IOMaximumBandwidth”: 0,
“MaskedPaths”: [
“/proc/asound”,
“/proc/acpi”,
“/proc/interrupts”,
“/proc/kcore”,
“/proc/keys”,
“/proc/latency_stats”,
“/proc/timer_list”,
“/proc/timer_stats”,
“/proc/sched_debug”,
“/proc/scsi”,
“/sys/firmware”,
“/sys/devices/virtual/powercap”
],
“ReadonlyPaths”: [
“/proc/bus”,
“/proc/fs”,
“/proc/irq”,
“/proc/sys”,
“/proc/sysrq-trigger”
],
“Init”: true
},
“GraphDriver”: {
“Data”: {
“ID”: “1460495b0146133ba32be2ad9971194389c0d4f1058f33bdd1c153036716f3d4”,
“LowerDir”: “/var/lib/docker/overlay2/c214f0b5a95aad90bd98aec65d23bf8c0331c98d36cd4a03ca9b96399d7e58a4-init/diff:/var/lib/docker/overlay2/1504cf1a7c83537315e8bc0c776f8235ff2d56e8177da0bcd45d18dc5648f3aa/diff:/var/lib/docker/overlay2/f02d6b140a5526c9255ac7077df1416208e6cfddbb79a430fb42d2d8ae5abe7a/diff:/var/lib/docker/overlay2/56ca28ccccda9a7e1e0c3cf4e59575c2093431a9f8ad9b6bb367bca7c19df286/diff:/var/lib/docker/overlay2/6ec0975ac9fb69cc2fb12ab5c59c17c0d229fbba4728e6bd6e28dff018a3e6ec/diff:/var/lib/docker/overlay2/fc16985ffe9c580c7f65bebebfef1a0d1b3f9ec721781fa51ab38125f9f0d304/diff:/var/lib/docker/overlay2/d84ccd6c71f851afa40c17abd32bedf4499a854414a427c4eb1e8682d13ab9e5/diff:/var/lib/docker/overlay2/ab230d2e06913af6ae6f108db9e2694bfe124a78d42d7d9e99d641cbd074dace/diff:/var/lib/docker/overlay2/570181adb3b331f9eebcb4367b15752e6c9dfaf39d7c249a30e2fe15748d24ac/diff:/var/lib/docker/overlay2/71c3f139d4c74b250b88ca76fe1d2ee4fe77f6bf72ee51607ae968c018ff662b/diff:/var/lib/docker/overlay2/51f0d61c9449b3d8d7cdb44185836562bbb09f82a51a609c9b99b670a40fc9b5/diff:/var/lib/docker/overlay2/87e794fed60bf157fee718510949a340f3c328ef8431db33416cffbcb854390c/diff:/var/lib/docker/overlay2/1b470bcd3930fd60cb14c17401e5d76736ddac507d36eefeaf529758825d3f4a/diff:/var/lib/docker/overlay2/e06f91672c5e1a175abdb992088114bf75f1e885c33ce319afb3a1574b1630f8/diff:/var/lib/docker/overlay2/18fd5fb48bedf2c12c8434cd410d379abc579a0b9707d06b36cf864a95e21d12/diff”,
“MergedDir”: “/var/lib/docker/overlay2/c214f0b5a95aad90bd98aec65d23bf8c0331c98d36cd4a03ca9b96399d7e58a4/merged”,
“UpperDir”: “/var/lib/docker/overlay2/c214f0b5a95aad90bd98aec65d23bf8c0331c98d36cd4a03ca9b96399d7e58a4/diff”,
“WorkDir”: “/var/lib/docker/overlay2/c214f0b5a95aad90bd98aec65d23bf8c0331c98d36cd4a03ca9b96399d7e58a4/work”
},
“Name”: “overlay2”
},
“Mounts”: [
{
“Type”: “volume”,
“Name”: “nextcloud_aio_apache”,
“Source”: “/var/lib/docker/volumes/nextcloud_aio_apache/_data”,
“Destination”: “/mnt/data”,
“Driver”: “local”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “”
},
{
“Type”: “volume”,
“Name”: “nextcloud_aio_nextcloud”,
“Source”: “/var/lib/docker/volumes/nextcloud_aio_nextcloud/_data”,
“Destination”: “/var/www/html”,
“Driver”: “local”,
“Mode”: “ro”,
“RW”: false,
“Propagation”: “”
}
],
“Config”: {
“Hostname”: “1460495b0146”,
“Domainname”: “”,
“User”: “33”,
“AttachStdin”: false,
“AttachStdout”: false,
“AttachStderr”: false,
“ExposedPorts”: {
“443/tcp”: {},
“443/udp”: {},
“80/tcp”: {}
},
“Tty”: false,
“OpenStdin”: false,
“StdinOnce”: false,
“Env”: [
“NC_DOMAIN=sky.pcvakta.no”,
“NEXTCLOUD_HOST=nextcloud-aio-nextcloud”,
“APACHE_HOST=nextcloud-aio-apache”,
“COLLABORA_HOST=nextcloud-aio-collabora”,
“TALK_HOST=nextcloud-aio-talk”,
“APACHE_PORT=443”,
“ONLYOFFICE_HOST=nextcloud-aio-onlyoffice”,
“TZ=Etc/UTC”,
“APACHE_MAX_SIZE=17179869184”,
“APACHE_MAX_TIME=3600”,
“NOTIFY_PUSH_HOST=nextcloud-aio-notify-push”,
“WHITEBOARD_HOST=nextcloud-aio-whiteboard”,
“PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin”,
“HTTPD_PREFIX=/usr/local/apache2”,
“HTTPD_VERSION=2.4.63”,
“HTTPD_SHA256=88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab”,
“HTTPD_PATCHES=”
],
“Cmd”: [
“/usr/bin/supervisord”,
“-c”,
“/supervisord.conf”
],
“Healthcheck”: {
“Test”: [
“CMD-SHELL”,
“/healthcheck.sh”
]
},
“Image”: “Package aio-apache · GitHub”,
“Volumes”: {
“/mnt/data”: {}
},
“WorkingDir”: “/usr/local/apache2”,
“Entrypoint”: [
“/start.sh”
],
“OnBuild”: null,
“Labels”: {
“com.centurylinklabs.watchtower.enable”: “false”,
“org.label-schema.vendor”: “Nextcloud”
},
“StopSignal”: “SIGWINCH”
},
“NetworkSettings”: {
“Bridge”: “”,
“SandboxID”: “960b61e3e17bada845e85554e31c1fbb4c5042e852a1cfbded3b4075ad37b2ad”,
“SandboxKey”: “/var/run/docker/netns/960b61e3e17b”,
“Ports”: {
“443/tcp”: [
{
“HostIp”: “0.0.0.0”,
“HostPort”: “443”
},
{
“HostIp”: “::”,
“HostPort”: “443”
}
],
“443/udp”: [
{
“HostIp”: “0.0.0.0”,
“HostPort”: “443”
},
{
“HostIp”: “::”,
“HostPort”: “443”
}
],
“80/tcp”: null
},
“HairpinMode”: false,
“LinkLocalIPv6Address”: “”,
“LinkLocalIPv6PrefixLen”: 0,
“SecondaryIPAddresses”: null,
“SecondaryIPv6Addresses”: null,
“EndpointID”: “”,
“Gateway”: “”,
“GlobalIPv6Address”: “”,
“GlobalIPv6PrefixLen”: 0,
“IPAddress”: “”,
“IPPrefixLen”: 0,
“IPv6Gateway”: “”,
“MacAddress”: “”,
“Networks”: {
“nextcloud-aio”: {
“IPAMConfig”: null,
“Links”: null,
“Aliases”: null,
“MacAddress”: “22:c8:67:1a:0f:d7”,
“DriverOpts”: null,
“GwPriority”: 0,
“NetworkID”: “996e2c185a12296d89c39c39d5699560517303741c83895ed858e18b1327ebf6”,
“EndpointID”: “2cda7c8f790ff6b1201efcb1658a7a64bd52030cf5e8d52979d36f5b6919bc72”,
“Gateway”: “172.19.0.1”,
“IPAddress”: “172.19.0.13”,
“IPPrefixLen”: 16,
“IPv6Gateway”: “”,
“GlobalIPv6Address”: “”,
“GlobalIPv6PrefixLen”: 0,
“DNSNames”: [
“nextcloud-aio-apache”,
“1460495b0146”
]
}
}
}
}
]

Hm, can you post the output of sudo docker logs nextcloud-aio-apache here?

here it is.
I allready been at UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub and changed buffer size.

Waiting for Nextcloud to start…
Waiting for Nextcloud to start…
Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/] succeeded!
{“level”:“info”,“ts”:1751790650.7417097,“msg”:“maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined”}
{“level”:“info”,“ts”:1751790650.7422779,“msg”:“GOMEMLIMIT is updated”,“package”:“github.com/KimMachineGun/automemlimit/memlimit",“GOMEMLIMIT”:14998409625,"previous”:9223372036854775807}
{“level”:“info”,“ts”:1751790650.7423372,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
[Sun Jul 06 08:30:50.744748 2025] [mpm_event:notice] [pid 76:tid 76] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
[Sun Jul 06 08:30:50.744937 2025] [core:notice] [pid 76:tid 76] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
{“level”:“info”,“ts”:1751790650.7472682,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
{“level”:“info”,“ts”:1751790650.7580113,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
{“level”:“info”,“ts”:1751790650.7627347,“msg”:“serving initial configuration”}
Connection to nextcloud-aio-nextcloud (172.19.0.10) 9000 port [tcp/
] succeeded!
[Sun Jul 06 08:41:17.139308 2025] [mpm_event:notice] [pid 32:tid 32] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
[Sun Jul 06 08:41:17.139829 2025] [core:notice] [pid 32:tid 32] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
{“level”:“info”,“ts”:1751791277.1716707,“msg”:“maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined”}
{“level”:“info”,“ts”:1751791277.1724167,“msg”:“GOMEMLIMIT is updated”,“package”:“github.com/KimMachineGun/automemlimit/memlimit",“GOMEMLIMIT”:14998409625,"previous”:9223372036854775807}
{“level”:“info”,“ts”:1751791277.1724865,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
{“level”:“info”,“ts”:1751791277.175004,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
{“level”:“info”,“ts”:1751791277.1778686,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
{“level”:“info”,“ts”:1751791277.1785493,“msg”:“serving initial configuration”}

Hm, this is werid. It should print some warnings to the container logs if it cannot retreive a certificate if the port is closed for example. Can you restart the server and check if the container logs change?

done it some times.But here is the log after I restarted agen
Did not solve the issue.

Waiting for Nextcloud to start…
Waiting for Nextcloud to start…
Connection to nextcloud-aio-nextcloud (172.19.0.11) 9000 port [tcp/*] succeeded!
{“level”:“info”,“ts”:1751833672.6690288,“msg”:“maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined”}
{“level”:“info”,“ts”:1751833672.6693237,“msg”:“GOMEMLIMIT is updated”,“package”:“github.com/KimMachineGun/automemlimit/memlimit",“GOMEMLIMIT”:14998409625,"previous”:9223372036854775807}
{“level”:“info”,“ts”:1751833672.6693885,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
[Sun Jul 06 20:27:52.669516 2025] [mpm_event:notice] [pid 74:tid 74] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
[Sun Jul 06 20:27:52.669585 2025] [core:notice] [pid 74:tid 74] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
{“level”:“info”,“ts”:1751833672.67382,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
{“level”:“info”,“ts”:1751833672.6815448,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
{“level”:“info”,“ts”:1751833672.6848106,“msg”:“serving initial configuration”}

How exactly did you move the server? Did you use the built-in backup solution for export and import or how did you do this?

I turn of the server, moved server to a new location, and powered it on.

Ah I see. I suspect an issue with your network infrastrucure, for example with the router not forwarding the ports correctly, a problem with the dns config of your domain or the new network being behind cgnat.

You should probably be able to get a few more logs if you stop the apache container, remove it and remove the nextcloud_aio_apache volume. Then restart the containers via the aio interface.

Ok, I removed the apche image and container.
restartet in mastercontainer, but it seems like it get the same image agen when it starts.

When Im finnished I get the same error.

Did you also remove the mentioned volume?

Yes, I remoed it

And do the logs change now after recreating the apache container?

Waiting for Nextcloud to start…
Waiting for Nextcloud to start…
Connection to nextcloud-aio-nextcloud (172.19.0.11) 9000 port [tcp/*] succeeded!
[Tue Jul 08 05:27:16.737909 2025] [mpm_event:notice] [pid 57:tid 57] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
[Tue Jul 08 05:27:16.738490 2025] [core:notice] [pid 57:tid 57] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
{“level”:“info”,“ts”:1751952436.7657056,“msg”:“maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined”}
{“level”:“info”,“ts”:1751952436.7661443,“msg”:“GOMEMLIMIT is updated”,“package”:“github.com/KimMachineGun/automemlimit/memlimit",“GOMEMLIMIT”:14998409625,"previous”:9223372036854775807}
{“level”:“info”,“ts”:1751952436.766204,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
{“level”:“info”,“ts”:1751952436.7707388,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
{“level”:“info”,“ts”:1751952436.7746856,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
{“level”:“info”,“ts”:1751952436.7761977,“msg”:“serving initial configuration”}
tom@sky:~$ ^C

1 Like

Im still clueless.
Any idea whats the issue is?