How can I set up a reverse proxy for MATLAB Web App Server using Apache HTTP Server?
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Server Management についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!