Port forwarding

hi all i am using FreePBX 2.11.0.23
i recently changed port number for my admin web gui to 101, and i no longer have access to admin page …
i need to change it back to 80 but i dont know how, can someone help i have been stuck for over a week
someone please help

in what way did you change the port?

Port 101 is not a very good choice.

You may want to try this…

nano /etc/httpd/conf/httpd.conf
change “Listen 101” to “Listen 80” or whatever port you want

/etc/rc.d/init.d/httpd restart

Instead of accessing FreePBX by http://xxx.xxx.xxx.xxx:101
You now access it by http://xxx.xxx.xxx.xxx

if the /etc/rc.d/init.d/httpd restart did not reboot you, from a CLI enter reboot.

changed it in web admin gui

i did try this before it is set to 80 and tried rebooting again but without success
any other ideas?