Connect() failed (111: Connection refused)

Hello

I am getting a lot of the following errors in my error log and i cant seem to get the off resulting in a 500 error. Anyone know what to do ?

*73187 connect() failed (111: Connection refused) while connecting to upstream, client: 68.183.207.57, server: mysite.com, request: “GET / HTTP/2.0”, upstream: upstream: “https://10.0.0.96:8443/bangtanvoodoowbk”, host: “mysite.com

apache2 up and running? it serves your content on port 8443/8080

I just checked /etc/apache2/conf.d/10.0.0.96.conf and saw this, is this correct?

Listen 10.0.0.96:8443
Listen 10.0.0.96:8080
<VirtualHost 10.0.0.96:8080>
ServerName 10.0.0.96
DocumentRoot /var/www/html/
Alias /error/ /var/www/document_errors/

<VirtualHost 10.0.0.96:8443>
ServerName 10.0.0.96
DocumentRoot /var/www/html/
Alias /error/ /var/www/document_errors/

SSLEngine on
SSLVerifyClient none
SSLCertificateFile         /usr/local/hestia/ssl/certificate.crt
SSLCertificateKeyFile      /usr/local/hestia/ssl/certificate.key

For ip.conf it is correct

systemctl status apache2

root@cloud:~# systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2022-12-09 08:51:21 CET; 1h 31min ago
Docs: Apache HTTP Server Version 2.4 Documentation - Apache HTTP Server Version 2.4
Process: 2111598 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 2111602 (apache2)
Tasks: 56 (limit: 28701)
Memory: 30.6M
CPU: 6min 29.679s
CGroup: /system.slice/apache2.service
├─2111602 /usr/sbin/apache2 -k start
├─2111604 /usr/sbin/apache2 -k start
├─2111652 /usr/sbin/apache2 -k start
└─2111654 /usr/sbin/apache2 -k start

Dec 09 08:51:21 cloud.sptfy.com systemd[1]: Starting The Apache HTTP Server…
Dec 09 08:51:21 cloud.sptfy.com apachectl[2111601]: AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using cloud.mysite.com. Set the ‘ServerName’ directive globall>
Dec 09 08:51:21 cloud.mysite.com systemd[1]: Started The Apache HTTP Server.

https://10.0.0.96:8443/bangtanvoodoowbk

Is save to ignore probally just bots who try to access it

Nothing special

If any sites work normally atleast