Kevin wrote:
> After making my custom templates I could also access my web
> pages only on the local LAN. Read elsewhere in these forums
> that the port opening RPM doesn't really do
> anything.................. but after I installed the rpm and
> opened the new port I could get to my web pages from the
> internet. It worked for me!
It's not that it doesn't do anything, it's that it doesn't do what many people apparently think it does, and what it does do is better done another way.
In your case, you need a custom template for /etc/rc.d/init.d/masq/45AllowHTTP and change port 80 to the port that you now have apache listening to. Activate that template, and you'll now find that you can remove the "port opening" contrib.
You changed the port that apache listened to, but didn't change the pinhole through which connections are allowed in through the firewall.
Charlie