How can I set up a reverse proxy for MATLAB Web App Server using Apache HTTP Server?
Mostrar comentarios más antiguos
I am using MATLAB Web App Server behind a separate reverse proxy server -- that is, users connect to the proxy server and have their requests routed to the backend MATLAB Web App Server. Users do not connect directly to the MATLAB Web App Server machine, nor do they ever see its IP address or hostname.
However, when I enable this following basic Apache documentation, I see websockets warnings in the web app session log. This impacts performance of my web app.
How can I configure my Apache proxy to properly route traffic (including websockets) to MATLAB Web App Server?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Server Management en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!