Você precisa escrever sua configuração VirtualHost 80 no VirtualHost 443. https - pode ser, tente.
<VirtualHost *:443>
ProxyPreserveHost On
ProxyPass / httpS://(ip address of website hidden by reverse proxy)/
ProxyPassReverse / httpS://(ip address of website hidden by reverse proxy)/
</VirtualHost>