Skip to main content

How to install SSL to other port, like 8001 for using with Secure Web Sockets?

Comments

2 comments

  • LostNerd
    Via SSH.. cd /var/cpanel
    Then: sudo vi cpanel.config
    After that: Change "apache_ssl_port=0.0.0.0:443" to "apache_ssl_port=0.0.0.0:new_port" (Replace new_port with your port number) Finally, run: sudo /usr/local/cpanel/whostmgr/bin/whostmgr2 --updatetweaksettings
    I think this will work. I've never needed to do it, personally. Good luck.
    0
  • cPanelMichael
    Hello :) You could also make this change via Web Host Manager. Browse to the "System" tab in "WHM Home " Server Configuration " Tweak Settings" and edit the port for the following option: "Apache SSL port" Per it's description: [QUOTE]The port (e.g. 443) on which Apache listens for HTTPS connections. An IP address may precede the port number, separated by a colon (":"). Specifying a specific IP will prevent Apache from listening on all other IPs.
    Thank you.
    0

Please sign in to leave a comment.