目前,我已经在端口localhost:8080上运行了eclipse che并且我有这个虚拟主机文件:
<VirtualHost *:80>
ProxyPreserveHost On
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
ServerName example.com
</VirtualHost>
这让我可以访问eclipse che但是我无法加载任何工作区我只是得到一个闪烁的eclipse che徽标并没有任何反应。
如何解决此问题?
另外,我如何实现登录系统,以便我可以为eclipse che添加某种身份验证?