Hi my network map is like this
internet--Arris589--wavlink rounter--my PC== apache2
my problem is when the web packs come in they get the "this webpage is down message" and when I connect to the page its works. I have already tried port forwarding and set up apache.
This is what my config looks like in apache
my webhub.network.conf
:
<VirtualHost *:80>
ServerName www.webhub.network
ServerAlias webhub.network
DocumentRoot /home/chris/Documents/homeserver/
<Directory /home/chris/Documents/homeserver/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
sudo ufw status
. If UFW is disabled it won't necessarily mean that your firewall is not blocking the port, see this guide on IPtables to know for sure – Baa Jun 15 '20 at 14:29