apache - How to open multiple websockets on the same port -
so i'm using ratchet websockets in laravel application , i'm wondering, if it's possible open multiple websocket servers on same server , same port? want have apache , 2 seperate socket servers on same machine , on port 80 , access them different sub domains, example mypage.com, socket1.mypage.com, socket2.mypage.com
Comments
Post a Comment