Change Elastix Web Panel Port
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. [...]