sat4all Posted Tuesday at 06:39 AM Posted Tuesday at 06:39 AM Hello Is apache operate like reverse proxy to handle websockect to ASGI like uvicorn or can be configure this way ? Quote
Krydos Posted Tuesday at 12:45 PM Posted Tuesday at 12:45 PM Have you read https://wiki.helionet.org/FAQ#Does_HelioHost_support_sockets?_Which_ports_are_open? Quote
sat4all Posted 18 hours ago Author Posted 18 hours ago Hi any chance you can provide example for htaccess file ? If you can proxy your websocket through Apache or Nginx, it can work without opening a port: You could use an '.htaccess' file to proxy the websocket connection through Apache. Quote
Krydos Posted 2 hours ago Posted 2 hours ago Something like this may work depending on your software. Make sure the port matches what port your websocket is running on. RewriteEngine on RewriteRule (.*) http://127.0.0.1:33333/$1 [P,L] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.