How do I enable websocket

Discussion in 'Installation/Configuration' started by Kemp, May 24, 2023.

  1. Kemp

    Kemp Member

    Last edited: May 24, 2023
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's not ISPConfig related. See here:

    https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

    Depending on your Apache version, you'll probably have to enable the Apache mod_proxy_wstunnel module. On Debian and Ubuntu, this is probably done via a2enmod:

    Code:
    a2enmod mod_proxy_wstunnel
    service apache2 restart
     
    ahrasis likes this.
  3. Kemp

    Kemp Member

    Thank you!
     

Share This Page