reverse proxy to map ports to vm

ahmedelzeki

New Member
Sep 4, 2022
14
0
1
hello
i have domain.com and point subdomain to my proxmox public ip
now in proxmox i installed apache and here it's my apache conf file

<VirtualHost *:80>
ServerName proxmox.domain.com
ServerAlias www.proxmox.domain.com
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass / http://192.168.10.14:10014/ retry=0
ProxyPassReverse / http://192.168.10.14:10014/ retry=0
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>


this conf file i always use with apache in ubuntu and works good
i don't know why it don't work with proxmox
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!