ESXI - WebUI Through a Proxy

From The TinkerNet Wiki
Revision as of 12:13, 24 June 2020 by Tinker (talk | contribs) (Created page with "If not already there, you'll need to enable the ws_tunnel module on your proxy server: * <code>sudo a2enmod proxy_wstunnel</code> Then add the following to the <VirtualHost>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If not already there, you'll need to enable the ws_tunnel module on your proxy server:

  • sudo a2enmod proxy_wstunnel

Then add the following to the <VirtualHost> block for your ESXi Server:

fffooo

and restart Apache:

  • sudo service apache2 restart