Hello.
The first is to congratulate the team who have made this great server virtualization.
Second apologize for my bad English.
I have installed Proxmox behind a apache reverse proxy like this:
The web access works but can not be accessed by non-vnc and spice to the virtual machines.
How could I set it up?
Thank you.
The first is to congratulate the team who have made this great server virtualization.
Second apologize for my bad English.
I have installed Proxmox behind a apache reverse proxy like this:
ServerName proxmox.xxxxx.xxxxx.xxx
ProxyRequests off
ProxyPreserveHost on
SSLProxyEngine on
ProxyPass / https://proxmox.xxxxx.dmz:8006/
ProxyPassReverse / https://proxmox.xxxxx.dmz:8006/
SSLCertificateFile /etc/ssl/certs/www.crt
SSLCertificateKeyFile /etc/ssl/private/www.key
SSLEngine on
The web access works but can not be accessed by non-vnc and spice to the virtual machines.
How could I set it up?
Thank you.