Forward Apache Server to Proxmox Web Gui -
so, i'm pretty new apache , i'm having issues finding solution answer.
i have domain name abcdefg.com (for example) , have public facing fedora apache webserver on home network @ 192.168.10.10. have machine proxmox ve server @ 192.168.10.20.
i know can forward ports , type [https://abcdefg.com:8006] proxmox server, want able go abcdefg.com/proxmox , somehow make call [https://192.168.10.20:8006] internally (https required).
can point me in right direction? don't need spoonfed, i'm not sure start looking. i've figured out how use "location" tags not working this, seems bit more involved.
--cheers
you need run reverse proxy server, apache can few mods. listen on specific port (let's port 444 in case) , send requests whatever ip , port specify behind scenes.
see following link how reverse proxy site: simple apache reverse proxy example
simply change mywebsite.jamescoyle.net references point internal proxmox box on port 8006 - eg.
proxypass https://192.168.10.20:8006/ proxypassreverse https://192.168.10.20:8006/
Comments
Post a Comment