OK, I'm COMPLETELY lost on this one... I can access my site and server all day long while on my LAN, but just noticed today that I CANNOT access it from any computer outside my network. How do we correct this? I've got the following ports forwarded within my router and pointing to my server's local IP address. 21 thru 23 ftp/ssh 53 dns 80 thru 81 www/ispc ssl 443 10000 webmin Any help is GREATLY appreciated!
Yes, I'm using No-IP's services to manage my DNS records. I had a friend perform a traceroute and the thing dies at my ISP. I'm guessing their blocking port 80. Short of persuading my ISP to unblock port 80 , (something I don't think they'll do), how can I tell my server to use a different port? Will that even work?
You must change the Listen directive in Apache and also the ports in the vhost definitions (but ISPConfig will overwrite those changes unless you change the port in the make_vhost() function in /root/ispconfig/scripts/lib/config.lib.php).