Hallo, auf meiner VM soll nicht nur Proxmox laufen sondern auch weitere Anwendungen. Deshalb suche ich nach einer Möglichkeit, über Apache einen Reverseproxy zu bauen, der z. B. über die URL: https://my.example.com/proxmox:443 den Proxmox-Server auf https://localhost:8006 aufruft.
Dies hier ist der erste Block in der Apache-Config:
<Location /proxmox>
ProxyPass https://localhost:8006/
ProxyPassReverse https://localhost:8006/
Order allow,deny
allow from all
</Location>
Man sieht in den Logs "GET /proxmox HTTP/1.1" 200 ...", dass dieser Block funktioniert. Dann folgen aber weitere Logeinträge, die zeigen, dass noch etwas in der Apachekonfig zu fehlen scheint:
"GET /proxmoxlib.js 404 ..."
"GET /pve2/css/ext6-pmg.css 404 ..."
"GET /pve2/ext6/locale/locale-en.js 404..."
"GET /pve2/ext6/ext-all.js 404 ..."
"GET /fontawesome/css/font-awesome.css 404 ..."
"GET /pve2/ext6/crisp/resources/charts-all.css 404 ..."
"GET /pve2/ext6/charts.js 404 ..."
"GET /pve2/ext6/theme-crisp/resources/theme-crisp-all.css 404 ..."
"GET /pve2/js/pmgmanagerlib.js 404 ..."
Dies habe ich schon erfolglos versucht:
https://forum.proxmox.com/threads/proxmox-ve-5-2-1-through-apache-2-4-25-proxy.44408/
https://forum.proxmox.com/threads/working-novnc-with-reverse-proxy-on-5-1.43644/
Hat jemand einen Tipp für mich?
Dies hier ist der erste Block in der Apache-Config:
<Location /proxmox>
ProxyPass https://localhost:8006/
ProxyPassReverse https://localhost:8006/
Order allow,deny
allow from all
</Location>
Man sieht in den Logs "GET /proxmox HTTP/1.1" 200 ...", dass dieser Block funktioniert. Dann folgen aber weitere Logeinträge, die zeigen, dass noch etwas in der Apachekonfig zu fehlen scheint:
"GET /proxmoxlib.js 404 ..."
"GET /pve2/css/ext6-pmg.css 404 ..."
"GET /pve2/ext6/locale/locale-en.js 404..."
"GET /pve2/ext6/ext-all.js 404 ..."
"GET /fontawesome/css/font-awesome.css 404 ..."
"GET /pve2/ext6/crisp/resources/charts-all.css 404 ..."
"GET /pve2/ext6/charts.js 404 ..."
"GET /pve2/ext6/theme-crisp/resources/theme-crisp-all.css 404 ..."
"GET /pve2/js/pmgmanagerlib.js 404 ..."
Dies habe ich schon erfolglos versucht:
https://forum.proxmox.com/threads/proxmox-ve-5-2-1-through-apache-2-4-25-proxy.44408/
https://forum.proxmox.com/threads/working-novnc-with-reverse-proxy-on-5-1.43644/
Hat jemand einen Tipp für mich?
Last edited: