
Quando configuro o proxy reverso dessa forma, tudo funciona bem.
<VirtualHost *:80>
ProxyPreserveHost On
ServerName isa.example.com
ProxyPass / http://192.168.178.192:5000/
ProxyPassReverse / http://192.168.178.192:5000/
</VirtualHost>
mas desta forma com porta aleatória neste exemplo 1920 nada funciona.
<VirtualHost *:1920>
ProxyPreserveHost On
ServerName isa.example.com
ProxyPass / http://192.168.178.192:5000/
ProxyPassReverse / http://192.168.178.192:5000/
</VirtualHost>
Onde poderia estar o erro? E sim, a porta 1920 está aberta no firewall