hi all
i configure my ovirt engine httpd for ommit "ovirt-engine" in URL's with bellow lines:
ProxyRequests on
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
ProxyPassMatch ^/(webadmin|UserPortal|Components|api|docs|services|manual)(/.*)?$
https://127.0.0.1/ovirt-engine/$1$2i can show webadmin page with "
https://myserver/webadmin/" but username,password,profile and login button are disable.