How can I set up a reverse proxy for MATLAB Web App Server using Apache HTTP Server?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Server Management in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!