Change Elastix Web Panel Port

By |2020-12-10T07:01:46-06:00December 10th, 2020|Categories: Linux Networking, Linux System, VOIP Telephones|Tags: , |

If needed, we can change the Elastix web access port. Install nano editor if not installed. yum -y install nano Open the SSL configuration file. nano /etc/httpd/conf.d/ssl.conf Find the line "Listen 443 https" Replace the line with Listen 56789 https Find the line "VirtualHost _default_:443" Replace the line with VirtualHost _default_:56789 Save and quit the file. [...]