Hello and thank you in advance...
I have Apache2 running on Ubuntu 12.04. I am using a Netgear router, the Ubuntu box is in the DMZ though I have tried this with port forwarding as well. I contacted my ISP and they assured me that port 80 is not blocked.
When I connect to the box from a browser from within my network I get the "It works" page. However, when I try to connect from outside my network, I get a blank page.
I assume this has something to do with the apache2.conf file, but my inexperience with Ubuntu/Apache is not helping me solve this issue.
Thank you for your help and patience with a newbie...
dp
root@acmeserver:/etc/apache2/sites-available# netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 963/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1045/apache2
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 886/sshd
tcp6 0 0 :::22 :::* LISTEN 886/sshd