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
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