# Catch all VHost, traffic that is NOT going to domain.net
<VirtualHost _default_:443>
ServerName localhost_name.domain.net
-->ProxyPass / https://192.168.124.3/
-->ProxyPassReverse / https://192.168.124.3/
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
.# SSL stuff here
.
.