I am in process of migrating an existing wordpress site that is currently hosted offsite to an on site ubunutu server. The new server is accessable via an internal IP address, 192.168.4.176, but not accessable via an external IP address, 209.2.xxx.xxx. The external port is forwarded to the internal ip and I can see the requests via tcptrack but the site does not load, I just get connection reset, I have the server firewall turned off and the ports.conf
file, I believe, is set up correctly to accept external requests:
Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Thanks in advance!
Darren